Difference between revisions of "Ioke 0"
From IokeWiki
(New page: Ioke 0 was the first release of the Ioke programming language, which happened on December 23, 2008. Here's the original announcement: <pre> == Ioke 0 released == Ioke is a dynamic lang...) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
| − | + | Ioke 0 released | |
| + | --------------- | ||
| − | Ioke is a dynamic language targeted at the Java Virtual Machine. It's been designed from scratch to be a highly flexible general purpose language. It is a prototype-based programming language that is inspired by Io, Smalltalk, Lisp and Ruby. | + | Ioke is a dynamic language targeted at the Java Virtual Machine. |
| + | It's been designed from scratch to be a highly flexible general | ||
| + | purpose language. It is a prototype-based programming language that | ||
| + | is inspired by Io, Smalltalk, Lisp and Ruby. | ||
Homepage: http://ioke.org | Homepage: http://ioke.org | ||
| Line 12: | Line 16: | ||
Programming guide: http://ioke.org/guide.html | Programming guide: http://ioke.org/guide.html | ||
| − | Ioke 0 is the first release of Ioke, and as such is not production ready. I would appreciate if people tried it out and reported bugs, thoughts and ideas. | + | Ioke 0 is the first release of Ioke, and as such is not production |
| + | ready. I would appreciate if people tried it out and reported bugs, | ||
| + | thoughts and ideas. | ||
Features: | Features: | ||
| Line 27: | Line 33: | ||
Ola Bini - ola.bini@gmail.com | Ola Bini - ola.bini@gmail.com | ||
</pre> | </pre> | ||
| + | |||
| + | Ioke 0 | Next: [[Ioke S]] | ||
Latest revision as of 04:05, 26 January 2009
Ioke 0 was the first release of the Ioke programming language, which happened on December 23, 2008.
Here's the original announcement:
Ioke 0 released --------------- Ioke is a dynamic language targeted at the Java Virtual Machine. It's been designed from scratch to be a highly flexible general purpose language. It is a prototype-based programming language that is inspired by Io, Smalltalk, Lisp and Ruby. Homepage: http://ioke.org Download: http://ioke.org/download.html Programming guide: http://ioke.org/guide.html Ioke 0 is the first release of Ioke, and as such is not production ready. I would appreciate if people tried it out and reported bugs, thoughts and ideas. Features: - Strong, dynamic typing - Prototype based object orientation - Homoiconic language - Simple syntax - Powerful macro facilities - Condition system - Developed using TDD - Documentation system that combines documentation with specs - Wedded to the JVM Ola Bini - ola.bini@gmail.com
Ioke 0 | Next: Ioke S