nelson
ChaiScript
Our great sponsors
- Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SonarCloud - Analyze your C and C++ projects with just one click.
nelson | ChaiScript | |
---|---|---|
5 | 7 | |
67 | 2,792 | |
- | 0.7% | |
0.0 | 0.0 | |
3 days ago | 3 months ago | |
C++ | C++ | |
GNU Lesser General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nelson
-
nimpy VS nelson - a user suggested alternative
2 projects | 8 Sep 2022
Nelson is an array programming language providing a powerful open computing environment for engineering and scientific applications using modern C/C++ libraries (Boost, Eigen, …) and others state of art numerical libraries. It has sophisticated data structures (including cell, struct, linear systems, …), an interpreter and a high level programming language. Nelson has been developed to be an open/modular system where an user can define these own data types and operations on these data types by using overload. For more information go to https://nelson-numerical-software.github.io/nelson-website/.
-
julia VS nelson - a user suggested alternative
2 projects | 8 Sep 2022
Nelson is an array programming language providing a powerful open computing environment for engineering and scientific applications using modern C/C++ libraries (Boost, Eigen, …) and others state of art numerical libraries. It has sophisticated data structures (including cell, struct, linear systems, …), an interpreter and a high level programming language. Nelson has been developed to be an open/modular system where an user can define these own data types and operations on these data types by using overload. For more information go to https://nelson-numerical-software.github.io/nelson-website/.
-
Octave VS nelson - a user suggested alternative
2 projects | 8 Sep 2022
Nelson is an array programming language providing a powerful open computing environment for engineering and scientific applications using modern C/C++ libraries (Boost, Eigen, …) and others state of art numerical libraries. It has sophisticated data structures (including cell, struct, linear systems, …), an interpreter and a high level programming language. Nelson has been developed to be an open/modular system where an user can define these own data types and operations on these data types by using overload. For more information go to https://nelson-numerical-software.github.io/nelson-website/.
-
matlab VS nelson - a user suggested alternative
2 projects | 8 Sep 2022
Nelson is an array programming language providing a powerful open computing environment for engineering and scientific applications using modern C/C++ libraries (Boost, Eigen, …) and others state of art numerical libraries. It has sophisticated data structures (including cell, struct, linear systems, …), an interpreter and a high level programming language. Nelson has been developed to be an open/modular system where an user can define these own data types and operations on these data types by using overload.
ChaiScript
-
Using C++ as a scripting language, part 6
is it like https://chaiscript.com/?
-
Enabling C/C++ compilation in an application.
3) Similiar to 2, but use more common scripting languages: chai, cs-script, sol2 (c++ framework to embed lua)
-
ArkScript, a language designed to be used in C++ projects, now has macros
A few years back I actually went and made a ChaiScript based video game engine (https://16bpp.net/blog/post/masala-a-chaiscript-game-engine/). The end goal for it was to be able to make a Pacman like clone, but have all of the game logic implemented in ChaiScript. I actually found out as I added more realtime elements (implemented in ChaiScript) that it started to take much longer to process the game logic; the "game loop FPS" was under 60, which is not good. I actually proposition that ChaiScript move to a bytecode VM (https://github.com/ChaiScript/ChaiScript/issues/266), but I'm guessing that no movement was made on that front.
- Is it advisable to embed python in c++ ? Have anyone tried it, what is the best way to do it?
-
Looking for a codegen library that uses C++ for scripting
Maybe ChaiScript? It is not exactly what you are looking for, but very similar, in my opinion.
What are some alternatives?
Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
V8 - The official mirror of the V8 Git repository
Duktape - Duktape - embeddable Javascript engine with a focus on portability and compact footprint
squirrel - Official repository for the programming language Squirrel
Wren - The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
sol2 - Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
luacxx - C++11 API for creating Lua bindings
CppSharp - Tools and libraries to glue C/C++ APIs to high-level languages
Cython - The most widely used Python to C compiler
libffi - A portable foreign-function interface library.
ChakraCore - ChakraCore is an open source Javascript engine with a C API. [Moved to: https://github.com/chakra-core/ChakraCore]