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