aboutsummaryrefslogtreecommitdiff
path: root/src/lang/util.clj (unfollow)
Commit message (Collapse)AuthorFilesLines
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.