Difference between revisions of "Ioke S"

From IokeWiki
Jump to: navigation, search
(New page: As of this writing, Ioke S is the latest release of the Ioke programming language. Previous: Ioke 0 | Ioke S | Next: Ioke E)
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
As of this writing, Ioke S is the latest release of the Ioke programming language.
+
As of this writing, Ioke S is the next to latest release of the Ioke programming language.
 +
 
 +
Here's the original announcement:
 +
 
 +
<pre>
 +
Ioke S released
 +
---------------
 +
 
 +
Ioke is a language that is designed to be as expressive as possible.
 +
It 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 S is the second release of Ioke. It includes a large amount
 +
of new features compared to Ioke 0. Among the most important are
 +
syntactic macros, full regular expression support, for comprehensions,
 +
aspects, cond and case, destructuring macros, and many more things.
 +
 
 +
Ioke S also includes a large amount of bug fixes, and also several
 +
example programs.
 +
 
 +
Features:
 +
 
 +
- Expressiveness first
 +
- Strong, dynamic typing
 +
- Prototype based object orientation
 +
- Homoiconic language
 +
- Simple syntax
 +
- Powerful macro facilities
 +
- Condition system
 +
- Aspects
 +
- Developed using TDD
 +
- Documentation system that combines documentation with specs
 +
- Wedded to the JVM
 +
 
 +
The many things added in Ioke S could not have been done without
 +
the support of several new contributors. I would like to call out
 +
and thank:
 +
 
 +
T W                          &lt;twellman@gmail.com&gt;
 +
Sam Aaron                    &lt;samaaron@gmail.com&gt;
 +
Carlos Villela              &lt;cv@lixo.org&gt;
 +
Brian Guthrie                &lt;btguthrie@gmail.com&gt;
 +
Martin Elwin                &lt;elvvin@gmail.com&gt;
 +
Felipe Rodrigues de Almeida  &lt;felipero@gmail.com&gt;
 +
 
 +
Regards,
 +
 
 +
Ola Bini    - ola.bini@gmail.com
 +
</pre>
  
 
Previous: [[Ioke 0]] | Ioke S | Next: [[Ioke E]]
 
Previous: [[Ioke 0]] | Ioke S | Next: [[Ioke E]]

Latest revision as of 08:41, 26 November 2009

As of this writing, Ioke S is the next to latest release of the Ioke programming language.

Here's the original announcement:

Ioke S released
---------------

Ioke is a language that is designed to be as expressive as possible.
It 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 S is the second release of Ioke. It includes a large amount
of new features compared to Ioke 0. Among the most important are
syntactic macros, full regular expression support, for comprehensions,
aspects, cond and case, destructuring macros, and many more things.

Ioke S also includes a large amount of bug fixes, and also several 
example programs.

Features:

- Expressiveness first
- Strong, dynamic typing
- Prototype based object orientation
- Homoiconic language
- Simple syntax
- Powerful macro facilities
- Condition system
- Aspects
- Developed using TDD
- Documentation system that combines documentation with specs
- Wedded to the JVM

The many things added in Ioke S could not have been done without 
the support of several new contributors. I would like to call out 
and thank:

T W                          <twellman@gmail.com>
Sam Aaron                    <samaaron@gmail.com>
Carlos Villela               <cv@lixo.org>
Brian Guthrie                <btguthrie@gmail.com>
Martin Elwin                 <elvvin@gmail.com>
Felipe Rodrigues de Almeida  <felipero@gmail.com>

Regards,

Ola Bini    - ola.bini@gmail.com

Previous: Ioke 0 | Ioke S | Next: Ioke E