IntroductionWelcome to the home of the REDLisp project. REDLisp is a dialect of Lisp that features a simpler object system and a standard library. There are two interpreters for the REDLisp language being developed. One in C++ (perhaps switching to D soon) and one in Java. Eventually they will compile into the language they're written in (REDLisp compiled in jREDLisp will compile to Java). There is also a smaller Python interpreter for REDLisp but it lacks a few important things. NewsjREDLisp- 07 Jan 2007
- Added cons, list, first, rest and last CompiledFunctions.
- Modified read-eval-print loop to print out lists using Parser.listString (converts () to nil and square brackets to parenthesis).
C++ REDLispTo-DojREDLisp- Fix string parsing
C++ REDLisp- Make code correct by modifying it to look more like jREDLisp
|