Skip to content

Releases: disnet/contracts.js

new features

08 Aug 19:42
Compare
Choose a tag to compare

perf and some missing features

07 Aug 20:57
Compare
Choose a tag to compare

New Features

Made things faster. Now have a benchmarking suite via grunt bench.

Changes

The opt keyword is now ?.

polymorphism

31 Jul 20:10
Compare
Choose a tag to compare

Added support for parametric polymorphism. Documentation here

@ forall a (a) -> a
function id(x) { return x; }

macros!

27 Jul 21:33
Compare
Choose a tag to compare

Major rewrite to take advantage of sweet.js macros.