Skip to content

cdglove/dynamo

Repository files navigation

dynamo

Mini expression based language with four primary design goals;

  • Simple: We want non-programers to be able to write expressions
  • Small: We want a small footprint without dragging in a buch of other dependencies
  • C++ integration: We want to be easily able to call in and out of C++ with limited performance overhead of that
  • Optimizatable: Potentially, we want to bake out C++ code instead of the dynamic expressions

Documentation

Incomplete, but evolving, documentation is available here.

Build Status

GCC/Clang (Travis-CI): Build Status

MSVC (Appveyor): Build status

About

Dynamo is a scripting like language designed to generate high performance, dynamic transformation code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published