Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-03 | The language officially has a name: Lux (stylized as "lux"). | Eduardo Julian | 1 | -168/+0 | |
2015-01-03 | - Beginning to implement compiler in the language itself. | Eduardo Julian | 1 | -1/+10 | |
- The language can now handle more symbols on identifiers. | |||||
2015-01-03 | The language now supports macros. | Eduardo Julian | 1 | -0/+25 | |
2014-12-26 | Reimplemented basic pattern-matching. | Eduardo Julian | 1 | -5/+11 | |
2014-12-20 | * Java interop is almost finished. | Eduardo Julian | 1 | -0/+5 | |
% _. and _.. syntax has been replaced with :: | |||||
2014-12-11 | + Added an analysis phase. | Eduardo Julian | 1 | -0/+9 | |
+ Added a type-system. | |||||
2014-11-26 | + Can now define functions. | Eduardo Julian | 1 | -6/+13 | |
% However, they currently access Clojure's environment, instead of the interpreter's. |