1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Joel Martin
933eaa908f Julia: add seq, string? and conj.
Issue #166.
2016-02-15 15:59:57 -06:00
Joel Martin
17946efbad Haxe, Julia, miniMAL: self-hosting fixes.
- Haxe: correctly set *ARGV*
- Julia: fix map function concatenation of results
- miniMAL: fix (= 'abc nil) and add test in step7 to catch it.
2016-02-05 13:27:30 -06:00
Dov Murik
8b99c2685a c, julia: Fix (first nil) and (rest nil) 2016-02-03 21:23:47 -05:00
Joel Martin
8248463181 Julia: update to verion 0.4. Add time-ms. 2015-10-24 15:41:22 -05:00
Joel Martin
7e0bb668cf Julia: self-hosting.
- fix meta and swap! functions and add missing tests
- fix eval_ast of hash-maps across all steps
2015-03-31 23:04:45 -05:00
Joel Martin
8511096262 Julia: step A. Add atoms and metadata.
- Refactor readline (not editline yet) into readline_mod.
- Ignore comments properly
2015-03-31 23:04:45 -05:00
Joel Martin
4430aab9fd Julia: Step 9, hash maps and keywords. 2015-03-31 23:04:44 -05:00
Joel Martin
2aa39ccd53 Julia: step 8 2015-03-31 23:04:44 -05:00
Joel Martin
e6fd6af238 Julia: step7.
- Also fix list core function.
2015-03-31 23:04:44 -05:00
Joel Martin
ae37bc9f80 Julia: step6 2015-03-31 23:04:43 -05:00
Joel Martin
3e60110d1b Julia: step4 2015-03-31 23:04:43 -05:00