1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00
Commit Graph

1352 Commits

Author SHA1 Message Date
Joel Martin
0eace3df1f swift3: steps6-A, vectors, maps, keywords, meta.
Everything except conj and meta on lists, vectors and hash-maps.
2016-02-24 00:27:23 -06:00
Joel Martin
b50a410591 swift3: step0-step5 basics 2016-02-23 00:49:28 -06: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
116e44d084 Merge pull request #176 from dubek/issue_166_factor
factor: add seq and string?
2016-02-16 14:23:37 -06:00
Joel Martin
82e2b26b36 forth: add seq and string?
Issue #166

With assistance from chouser (thanks!).
2016-02-16 13:56:51 -06:00
Dov Murik
d8e70875b2 factor: add seq and string?
Issue #166
2016-02-16 14:40:31 -05:00
Joel Martin
396d869e63 process: add seq and string? and other stepA fixups.
Issue #166
2016-02-16 09:59:23 -06:00
Joel Martin
08c894f761 nim: add seq and string?
Issue #166.
2016-02-15 23:58:07 -06:00
Joel Martin
553b2960ea php: add seq and string?
Issue #166
2016-02-15 22:38:38 -06:00
Joel Martin
7ccabbffc4 kotlin: add seq and string?
Issue #166.

Also, in stepA_mal print out standard startup message.
2016-02-15 22:05:50 -06: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
Joel Martin
48f757daad awk: add seq and string?
Issue #166
2016-02-15 18:23:22 -06:00
Joel Martin
933eaa908f Julia: add seq, string? and conj.
Issue #166.
2016-02-15 15:59:57 -06:00
Joel Martin
a89719e199 Merge pull request #174 from dubek/issue_166_schemes
guile, racket: add seq and string?
2016-02-15 15:36:04 -06:00
Dov Murik
b8c4d0525d racket: add seq and string?
Issue #166
2016-02-15 14:27:47 -05:00
Dov Murik
4e6ae3b787 guile: add seq and string?
Issue #166
2016-02-15 13:41:39 -05:00
Joel Martin
defa41f3cc haskell, r: add seq and string?.
Issue #166.
2016-02-15 10:13:37 -06:00
Joel Martin
185d4f0c25 ps, python: fix keyword? on empty string.
Issue #166.
2016-02-15 09:30:16 -06:00
Joel Martin
e132580743 Merge pull request #173 from dubek/issue_166_beams
elixir, erlang: add seq and string?
2016-02-15 00:36:01 -06:00
Dov Murik
c798849580 elixir: add seq and string?
Issue #166
2016-02-14 23:41:58 -05:00
Dov Murik
84c3b26f4d erlang: add seq and string?
Issue #166
2016-02-14 23:41:58 -05:00
Joel Martin
bfe8858107 Merge pull request #172 from dubek/issue_166_sharps_crystal_lua_perl
cs, fsharp, vb, crystal, lua, perl: add seq and string?
2016-02-14 20:35:20 -06:00
Dov Murik
13b2ac9623 crystal: add seq and string?
Issue #166
2016-02-14 20:51:39 -05:00
Dov Murik
5f7cbd77bb lua: add seq and string?
Issue #166
2016-02-14 20:51:38 -05:00
Dov Murik
2176357cf1 perl: add seq and string?
Issue #166
2016-02-14 20:51:38 -05:00
Dov Murik
7b25f92cca fsharp: add seq and string?
Issue #166
2016-02-14 20:51:37 -05:00
Dov Murik
25dff298f8 vb: add seq and string?
Issue #166
2016-02-14 20:51:37 -05:00
Dov Murik
2d7c177ce2 cs: add seq and string?
Issue #166
2016-02-14 20:51:37 -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
Joel Martin
8e32dbb6aa groovy, java, scala: add seq/string?.
Issue #166.

Also, add keyword? step9 test on zero length strings.
2016-02-12 09:59:39 -06:00
Joel Martin
98229500e4 Merge pull request #170 from dubek/issue_166_d_go_vimscript
d, go, vimscript: add seq and string?
2016-02-12 09:39:03 -06:00
Dov Murik
19950b9f1d ocaml: Clearer top-level exception handling 2016-02-12 10:38:27 -05:00
Dov Murik
20858d2916 d: add seq and string?
Issue #166
2016-02-12 10:16:05 -05:00
Dov Murik
622c73eeeb vimscript: add seq and string?
Issue #166
2016-02-12 10:16:05 -05:00
Dov Murik
bb95e7a9a5 go: add seq and string?
Issue #166
2016-02-12 10:16:04 -05:00
Joel Martin
ce6ebfcc06 Merge pull request #169 from dubek/issue_166_tcl
tcl: add seq and string?
2016-02-12 08:24:51 -06:00
Dov Murik
0e198b2cc6 tcl: add seq and string?
Issue #166
2016-02-11 23:31:03 -05:00
Joel Martin
f16ca502ff Merge pull request #168 from sdt/sdt/cpp-string-ops
C++ string? & seq implementations
2016-02-11 20:05:00 -06:00
Chris M Moore
705f3d2ce4 Ada: added proper vector type 2016-02-11 23:48:10 +00:00
Stephen Thirlwall
b43cf8d6c9 C++ string? & seq implementations 2016-02-12 10:43:15 +11:00
Joel Martin
2a172a8827 Merge pull request #167 from dubek/issue_166_ocaml
ocaml: add seq and string?
2016-02-11 14:44:36 -06:00