Download elastiC - development versions |
If you are interested in the cutting edge elastiC version, please use Subversion. The newest version will always be available through Subversion.
Alpha release 0.0.37 of elastiC is available now.
Your suggestions and bug reports will be highly appreciated.
CHANGES in 0.0.37:
function add(a, b) { return a + b; } local v = basic.apply( add, #[1, 3] );will set v to 4.
You can consult the complete ChangeLog.
WARNING: These are alpha releases.