1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/guile
Dov Murik 48572759b7 Add gensym and clean or macro to stepA of 12 implementations (part 1)
* go
* guile
* js
* mal
* miniMAL
* ocaml
* ps
* python
* racket
* ruby
* tcl
* vimscript
2016-01-23 00:31:51 -05:00
..
core.scm guile: fix equality of hash-maps and lists/vectors 2015-11-30 15:34:16 -05:00
Dockerfile Travis: add remaining implementations. 2015-10-07 21:46:12 -05:00
env.scm added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08:00
Makefile All: show comments with stats target. 2015-10-26 22:33:49 -05:00
pcre.scm fixed proper pointer blob size 2015-03-30 14:34:02 +08:00
printer.scm guile: use readable/not-readable when printing hash-maps 2015-12-17 22:01:33 +02:00
reader.scm All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
readline.scm guile fixed readline history bug 2015-04-04 12:35:49 +08:00
step0_repl.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step1_read_print.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step2_eval.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step3_env.scm added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08:00
step4_if_fn_do.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step5_tco.scm guile: fixed readline bug 2015-04-04 12:26:48 +08:00
step6_file.scm guile: modify step6 (and later) to handle atoms 2016-01-06 14:33:56 +02:00
step7_quote.scm guile: modify step6 (and later) to handle atoms 2016-01-06 14:33:56 +02:00
step8_macros.scm guile: modify step6 (and later) to handle atoms 2016-01-06 14:33:56 +02:00
step9_try.scm guile: modify step6 (and later) to handle atoms 2016-01-06 14:33:56 +02:00
stepA_mal.scm Add gensym and clean or macro to stepA of 12 implementations (part 1) 2016-01-23 00:31:51 -05:00
types.scm guile: fix regex with unicode bug. 2015-10-09 11:15:26 -05:00