Hacker News new | ask | show | jobs
by cju 3225 days ago
This reminds me Stanza (http://lbstanza.org/). Do you know it and what differences would you point out ?
1 comments

I didn't know it. But according the introduction in its website, the differences are very easy to spot on: the syntax is obviously different; Stanza compiles directly to native code, but Dao doesn't; Dao supports class and inheritance, but Stanza not; concurrency support is also different. The main similarity seems to be both having optional typing.