#
cling
Here are 22 public repositories matching this topic...
1
Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)
productivity
c-plus-plus
dll
cpp
repl
live-coding
runtime-compilation
hot-reload
read-eval-print-loop
cling
-
Updated
Dec 21, 2020 - C++
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
refactoring
serialization
cmake
reflection
cplusplus
cpp
llvm
static-analysis
cpp14
preprocessor
clang
cpp11
conan
source-to-source
cpp17
codestyle
libtooling
transpiling
cling
metaclasses
-
Updated
May 5, 2020 - C++
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
refactoring
serialization
reflection
cplusplus
cpp
llvm
static-analysis
cpp14
preprocessor
clang
cpp11
introspection
source-to-source
codestyle
libtooling
metaclass
transpiling
cling
-
Updated
Sep 9, 2021 - CMake
Transfer Learning on Dogs vs Cats dataset using PyTorch C+ API
-
Updated
Aug 16, 2019 - Jupyter Notebook
Reflection on C++ code for Dlang using libcling
-
Updated
Jul 8, 2019 - D
Template for doing audio DSP visualizations with matplotlib-cpp and rendering to wav from C++ in a jupyter notebook
-
Updated
Jan 17, 2020 - C++
Open
Python cells
marromlam
commented
Sep 19, 2021
Currently, even if you select a bunch of lines, each line is sent independently. This is probably not the best behaviour, rather send all of them at once as it was a jupyter notebook cell.
Also it could be really interesting to be able to send cells of python code surrounded with {{{ ... }}} as they were a jupyter cell.
- Send Control+O to send bunches of lines at once.
- Create some
A binary executable of the cling C++ REPL; built from source on Windows 10
-
Updated
Sep 5, 2021
C++ pimpl code generator. Fast pimpl without overhead! No dynamic memory allocation! Cache-friendly! Auto-detects storage size! Generates methods based on implementation!
refactoring
impl
cmake
reflection
cplusplus
cpp
llvm
cpp14
clang
cpp11
conan
source-to-source
cpp17
implementation
libtooling
pimpl
cling
-
Updated
Jun 9, 2021 - CMake
Build Script and Pre-built Binaries (for ARM) of Cling The C++ Interpreter
-
Updated
Mar 9, 2021 - Shell
Télécommande Android avec une interface réseau UpNp
-
Updated
Jul 6, 2017 - Java
C++ reflection, code generation and compile-time C++ execution
refactoring
cmake
reflection
interpreter
cplusplus
cpp
llvm
cpp14
clang
conan
source-to-source
cpp17
code-generation
libtooling
transpilation
cling
annotation-methods
-
Updated
Jun 9, 2021 - CMake
C++ template engine + code generator = javascript-like template literals
refactoring
c-plus-plus
cmake
reflection
template-engine
cpp
cpp14
clang
cpp11
conan
template-literals
cpp17
code-generation
libtooling
jinja
cling
cpp20
-
Updated
Jun 9, 2021 - CMake
typeclasses. Supports combinations of multiple typeclasses and out-of-source method definitions (data and logic separation).
refactoring
cmake
reflection
cplusplus
cpp
llvm
clang
conan
source-to-source
cpp17
typeclasses
libtooling
traits
type-classes
cling
cpp20
metaclasses
teps
virtual-concepts
runtime-concepts
-
Updated
Jun 9, 2021 - C++
-
Updated
Dec 27, 2020 - R
Home "surveillance" streaming media solution
-
Updated
Oct 30, 2017 - Java
A quick way to use C++ in a Jupyter notebook by running Cling interpreter via Xeus-Cling kernel
c-plus-plus
cpp
cpp14
jupyter-notebook
vagrant-boxes
cpp11
literate-programming
vagrantfile
cling
xeus
-
Updated
Mar 5, 2018 - Shell
Improve this page
Add a description, image, and links to the cling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cling topic, visit your repo's landing page and select "manage topics."
When trying to define an operator in the cling cli repl, the "function definition is not allowed here" error is generated. "cling -version" reports "0.8". Here's a copy/paste of a session to demonstrate the issue: