An interpreted lanugage with speed and extensibility in mind.
Adding features to Dynamite is a breeze. The virtual machine for the language is built in Go, so its very easy to start writing libraries right away. In addition, the kip package manager makes it incredibly easy to install Dynamite packages.
Dynamite is extremely efficient because of the type system; there are only three data types: Strings, Nums, and Trees. Lists have been added into the standard library, but they are not part of the virtual machine. Because of this very simple type system Dynamite has to do very little type checking, and is blazingly fast.
Although Dynamite generates executables, the language is interpreted by a very simple cross platform virtual machine.
Dynamite is getting better everyday. It's already very easy to use, and its a nice language for experimenting with theory.
Dynamite is 4 times faster than Python on average.
Dynamite supports an easy to use interface to the virtual machine.
Dynamite is garbage collected.
Because Dynamite is built on Go, there is an infinite recursion depth.
adam.mcdaniel17@gmail.com