Displaying 1 result from an estimated 1 matches for "terralang".
2016 Jun 30
1
Entry for llvm.org/ProjectsWithLLVM - Terra programming language
Terra: A low-level counterpart to Lua
By Zach DeVito (http://cs.stanford.edu/~zdevito)
Terra (http://terralang.org/) is a system programming language that is
embedded in and meta-programmed by Lua, which handles details like
conditional compilation, type systems, namespaces, and
templating/function specialization that are normally special
constructs in other languages. Terra code shares Lua's syntax and...