Releases: rusthon/Rusthon
Releases · rusthon/Rusthon
Alpha8
Alpha7
new transferable objects support for webworkers, and bug fixes.
Alpha6
Alpha5
optimized javascript backend
Alpha4
fixes to javascript backend
Alpha3
javascript backend: new syntax ->
HTML DOM API shortcuts
Alpha2
- fixed Rust backend
- created DEB package for Debian
- allow c++11 std::move and r-value types in function defs
def f( a: string&& ):
Alpha1
- fixed c++ backend
- new attribute option to pull from git the source of an external javascript library, when not found in users home directory using a src url starting with
~
. example:<script src="~/somelib/my.js" git="GIT_URL"></script>
beta5
fixed go backend.
static typed hash maps for javascript backend.
new literate unicode output --literate-unicode
command line option for js backend.
beta4
new static type syntax for javascript backend, enables runtime type checking of function arguments.
http://rusthon-lang.blogspot.com/2015/07/javascript-backend-static-type-syntax.html