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

1180 Commits

Author SHA1 Message Date
Chris M Moore
66bf826077 Ada: add time-ms 2016-03-19 23:05:19 +00:00
Chris M Moore
8083b5255f Ada: build in true, false, nil so hosted tests run unmodified ;) 2016-03-19 21:09:48 +00:00
Chris M Moore
9128585993 Ada: build in knowledge about true and false into reader 2016-03-19 00:05:38 +00:00
Chris M Moore
caa4fab9f4 Ada: one more textual mod in core.adb 2016-03-18 23:38:10 +00:00
Chris M Moore
c6b1e6e7a1 Ada: minor textual cleanup in core.adb 2016-03-18 23:27:21 +00:00
Chris M Moore
b5bad5eaa1 Ada: fix envs (remove Get_Current), apply (only last param is unpacked) and map (calls core.apply) 2016-03-18 15:34:10 +00:00
Chris M Moore
18e21187ba Ada: Move eval into the steps + rewrite eval along the way. 2016-03-15 08:05:20 +00:00
Chris M Moore
f049dc3ab6 Ada: ensure *ARGV* available to loaded file (self-hosting) 2016-03-06 23:17:05 +00:00
Chris M Moore
186f741bc1 Ada: fix infinite loop when evaling a vector (core.mal) 2016-03-06 23:14:34 +00:00
Chris M Moore
3428be48bc Ada: remove the file size limit 2016-03-05 18:24:13 +00:00
Chris M Moore
02c3208ae9 Ada: add readline 2016-03-03 22:25:46 +00:00
Chris M Moore
02840f7551 Ada: stepA fixes (with-meta not displayed, gensym fixed, reader with-meta now standard) 2016-03-02 22:05:00 +00:00
Chris M Moore
d241d1842e Ada: raise exceptions when index out of range for Nth (lists and vectors) 2016-03-01 21:56:54 +00:00
Chris M Moore
a74b420d53 Ada: add conj 2016-02-28 22:56:30 +00:00
Chris M Moore
8496c8bc1a Ada: add *host-language* symbol 2016-02-28 22:08:32 +00:00
Chris M Moore
078e59891d Ada: make quasiquote etc work for vectors 2016-02-28 22:07:43 +00:00
Chris M Moore
93031830b6 Ada: fix apply premature free and add = for hash_map 2016-02-28 21:45:38 +00:00
Chris M Moore
5660d35d73 Ada: fix first + rest when passed nil 2016-02-26 22:01:00 +00:00
Chris M Moore
0073c0a17b Ada: fix swap (functions and premature list deletion) 2016-02-26 00:01:41 +00:00
Chris M Moore
36b6dea532 Ada: add atom ops 2016-02-25 22:33:38 +00:00
Chris M Moore
51fa76337a Ada: rename Atom to Symbol and add a new Atom type (ya, doing it the hard way) 2016-02-22 22:22:56 +00:00
Chris M Moore
5929079b1a Ada: remove Unitary type. Its done in the reader now. 2016-02-21 23:33:16 +00:00
Chris M Moore
ee927d07f0 Rewrite reader (again). Should be able to get rid of Unitary now. 2016-02-21 23:12:48 +00:00
Chris M Moore
1d7d7515df Ada: clean up error handling in reader 2016-02-21 19:47:14 +00:00
Chris M Moore
dfc660a4cd Merged master into ada branch + fix Makefile 2016-02-21 14:31:37 +00:00
Chris M Moore
f88e4203e7 Ada: add atom and atom? 2016-02-21 13:59:32 +00:00
Chris M Moore
5b77d5f7d4 Ada: add meta and with-meta 2016-02-21 00:50:47 +00:00
Chris M Moore
874db2acb7 Ada: add proper hash map + fix vector's map 2016-02-19 23:08:39 +00:00
Joel Martin
0dbbb7be5b Merge pull request #175 from prt2121/pt/kotlin-1
Bump Kotlin version to 1.0
2016-02-15 20:39:03 -06:00
Prat
75787d777f Bump Kotlin version to 1.0. Remove unnecessary cast. 2016-02-15 20:42:10 -05:00
Chris M Moore
aa8c18004f Ada: add a vectpr impl of Add_Defs + cleanups 2016-02-12 22:18:27 +00:00
Joel Martin
610c61e531 Merge pull request #171 from dubek/ocaml-clear-exceptions
ocaml: Clearer top-level exception handling
2016-02-12 16:11:56 -06:00
Dov Murik
19950b9f1d ocaml: Clearer top-level exception handling 2016-02-12 10:38:27 -05:00
Chris M Moore
705f3d2ce4 Ada: added proper vector type 2016-02-11 23:48:10 +00:00
Joel Martin
044eb1c758 examples/pprint.mal: comment out inline tests. 2016-02-10 16:21:33 -06:00
Joel Martin
531d0798ce Simple pprint example.
Answering #165.
2016-02-10 16:19:32 -06:00
Joel Martin
425233e3ad Matlab: fix real matlab issues, , add conj.
Default mode is now Octave, but hex literals and columns numbers on
stack traces are not supported by Matlab so use decimal.

Also, add conj.
2016-02-05 17:31:19 -06:00
Joel Martin
c32565152d bash, nim: fix self-hosted string handling 2016-02-05 16:28:07 -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
Joel Martin
d82b175c10 Merge pull request #158 from dubek/first-rest-nil
Fix first and rest with nil argument
2016-02-04 11:39:29 -06:00
Dov Murik
dfabec9339 kotlin: Fix (rest nil) 2016-02-03 23:23:19 -05:00
Dov Murik
c36d5b39d1 groovy, java, scala: Fix (first nil) and (rest nil) 2016-02-03 21:23:49 -05:00
Dov Murik
b5f4363f2d swift: Fix (rest nil) 2016-02-03 21:23:49 -05:00
Dov Murik
283779ea75 cs, fsharp, vb: Fix (first nil) and (rest nil) 2016-02-03 21:23:48 -05:00
Dov Murik
866042440b cpp, haxe, rust: Fix (first nil) and (rest nil) 2016-02-03 21:23:48 -05:00
Dov Murik
6832696bbd awk, haskell: Fix (first nil) and (rest nil) 2016-02-03 21:23:48 -05:00
Dov Murik
8b99c2685a c, julia: Fix (first nil) and (rest nil) 2016-02-03 21:23:47 -05:00
Dov Murik
7504874345 factor, go, guile, miniMAL, ps: Fix (first nil) and (rest nil) 2016-02-03 21:23:47 -05:00
Dov Murik
d46927d0c8 elixir, erlang, lua, php, r, vimscript: Fix (first nil) and (rest nil) 2016-02-03 21:23:47 -05:00
Dov Murik
8d1e25ac24 coffee, es6, js, perl, python, ruby: Fix (first nil) and (rest nil) 2016-02-03 21:23:46 -05:00