aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-01-11 03:06:34 -0400
committerEduardo Julian2015-01-11 03:06:34 -0400
commit9e39423ab1eec0486e752bfdd06e34a64b6cfdd8 (patch)
treea3aa9873be0ac9143c7d8117b1195ca79cd1facf /src/lux.clj
parent409821d93f2781559677cdc2595ed15aa41eb933 (diff)
- Added substraction, multiplication and division for ints.
Diffstat (limited to '')
-rw-r--r--src/lux.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 3c466e86f..517396182 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -20,10 +20,8 @@
;; TODO: Add extra arities (apply2, apply3, ..., apply16)
;; TODO: When doing partial application, skip "apply" and just call constructor appropiatedly.
;; TODO: Add "new". Allow setting fields.
- ;; TODO: Don't take into account newlines in strings unless they come from \n to allow better coding.
;; TODO: monitor enter & monitor exit.
;; TODO: Reinplement "if" as a macro on top of case.
- ;; TODO: Eliminate the reliance of variants upon tuples for storage.
;; TODO:
(let [source-code (slurp "test2.lux")