stefanrusek / Xronos
Xronosis a DLR based Lisp variant. It is a clojure like language for .net. Xronos shares the same syntax and base library as Clojure (but not any source code).
$ hg clone http://bitbucket.org/stefanrusek/xronos/
Xronos 0.1
http://www.bitbucket.org/stefanrusek/xronos/wiki/Releases/xronos-0.1.zip
Released 2008-12-07
This is the first release. Xronos is still in alpha quality. Much of the core is complete. The majority of special forms and much of the core library is implemented. Software transactional memory, Refs, Agents, and Atoms are supported. All of the immutable collection classes (except sets) are supported.
No arbitrary precision math and no Rationals, No destructured assignment. This will either be added in 0.2.
Xronos Pre 0.1
http://www.bitbucket.org/stefanrusek/xronos/wiki/Releases/xronos-0.1p.zip
Most of the 0.1 feature set is supported, but there are a few pieces not finished.
- Namespace support is incomplete. Namespaces are there, but they don't quite work right yet, and most of the library calls are missing.
- Sets have not been written. This shouldn't be too hard, but it isn't done yet.
- Agents not supported. This will definately be in 0.1.
- No arbitrary precision math and no Rationals
- No destructured assignment. This will either be added or punted to 0.2.
This revision is from 2008-12-07 21:48
