Correct a trivial typographical error in the guide
[jackhill/mal.git] / docs /
2015-02-28 Joel Martinruntest.py: cleanup orphan test processes.
2015-02-28 Joel MartinLua: fix with new runtest.py
2015-02-28 Joel Martinruntest.py: order of magnitude faster.
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-28 Joel MartinMultiple: interop enhancements.
2015-02-12 Joel MartinminiMAL: step2
2015-01-30 Joel MartinMerge pull request #4 from Chouser/ocaml
2015-01-30 Joel Martinguide.md: step9,A stubs. TODO. More vector tests.
2015-01-09 Joel MartinLua: all steps and self-hosting.
2015-01-09 Joel MartinMove template to top level. Add license.
2015-01-09 Joel MartinTODO: misc cleanup.
2015-01-09 Joel MartinMisc cleanup. Move *host-language* to stepA.
2015-01-09 Joel MartinRacket: add steps0-A. Self-hosting.
2015-01-09 Joel MartinHaskell: steps 0-3
2015-01-09 Joel MartinScala: all steps 0-9 but no metadata.
2015-01-09 Joel MartinAll: add keywords.
2015-01-09 Joel MartinR: add time-ms. Readline history. Misc cleanups.
2015-01-07 Joel Martinrust: add step8_macros
2015-01-07 Joel Martinrust: add step6_file
2015-01-07 Joel MartinRust: add step3_env
2015-01-07 Joel MartinRust: step0_repl and step1_read_print
2015-01-07 Joel MartinDoc cleanup of step9/stepA swap.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2015-01-07 Joel Martingo: update README. Backport Func usage.
2014-10-07 Joel Martingo: add step7_quote
2014-10-07 Joel Martingo: add step6_file
2014-10-07 Joel Martingo: add step5_tco. Refactor env.
2014-10-07 Joel Martingo: add step4_if_fn_do
2014-10-04 Joel Martindocs/step_notes.txt: add step0_repl details.
2014-05-10 Joel MartinTODO: misc updates
2014-04-26 Joel MartinJS web: use/import to Himera style web REPL.
2014-04-26 Joel MartinJS: switch from josh.js console to jqconsole.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-24 Joel MartinPerl: add vector, hash-map, metadata, atom support...
2014-04-23 Joel MartinPerl: add stepA_more.
2014-04-22 Joel MartinPerl: step8_macros
2014-04-22 Joel MartinPerl: step6_file
2014-04-22 Joel MartinPerl: add step5_tco
2014-04-21 Joel MartinPerl: add step4_if_fn_do
2014-04-21 Joel MartinPerl: add step2_eval.
2014-04-19 Joel MartinTests: move optional features to end and print header.
2014-04-19 Joel MartinPerl: add step1_read_print, types.
2014-04-19 Joel MartinPerl: add readline interface and step0_repl
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
2014-04-18 Joel MartinRuby,Python,C#: readline history fixes. Ruby include...
2014-04-18 Joel MartinAll: perf test, Makefile refactor, add *host-language*
2014-04-17 Joel MartinAll: move some fns to core. Major cleanup.
2014-04-16 Joel MartinRuby: remove debug. Update TODO.
2014-04-16 Joel MartinPS: fix concat with no args and conj.
2014-04-15 Joel MartinMal space cleanup. Ruby Makefile. TODO updates.
2014-04-13 Joel MartinJava, JS: cleanup and sync steps.
2014-04-10 Joel MartinFix metadata on functions.
2014-04-08 Joel MartinC#: add step5_tco
2014-04-07 Joel MartinCS: add step1_read_print
2014-04-07 Joel MartinC#: step0_repl using de Icaza's getline.cs
2014-04-06 Joel Martindocs/TODO: cleanup/re-organize. Add more languages.
2014-04-06 Joel MartinC,PHP,Python: stepA fixup. All tests/impls pass!
2014-04-06 Joel MartinPS: add vector, hash-map, atoms and metadata.
2014-04-02 Joel MartinAll: remove slurp-do, use str around slurp instead.
2014-04-02 Joel MartinAll: pass stepA tests, in particular with correct conj...
2014-04-02 Joel MartinPS: add stepA_more.
2014-03-31 Joel MartinPS: add step7_quote
2014-03-30 Joel MartinREADME, TODO, step_notes updates.
2014-03-29 Joel MartinPS: error handling, throw, print excpetions without...
2014-03-29 Joel MartinPS: add step3_env
2014-03-29 Joel MartinPS: step2_eval
2014-03-29 Joel MartinPS: minimal step1_read_print
2014-03-29 Joel MartinUpdate README.md and TODO. Minor PS update.
2014-03-24 Joel MartinCurrent state of mal for Clojure West lighting talk.