aboutsummaryrefslogtreecommitdiff
path: root/ruby
AgeCommit message (Collapse)Author
2015-02-28Merge branch 'ruby1.9' of https://github.com/elektronaut/mal into ↵Joel Martin
elektronaut-ruby1.9
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-02-28Multiple: interop enhancements.Joel Martin
2015-02-28Ruby: Updated for Ruby 1.9+Inge Jørgensen
2015-01-09Misc cleanup. Move *host-language* to stepA.Joel Martin
2015-01-09All: add keywords.Joel Martin
Also, fix nth and count to match cloure.
2015-01-06go: add time-ms. Ruby: fix step9,A content.Joel Martin
2015-01-06All: swap step9,A. Fixes for bash, C, perl.Joel Martin
step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files.
2014-04-23All: TCO let* and quasiquote.Joel Martin
2014-04-19All: *ARGV* and *host-language*. Misc syncing/fixes.Joel Martin
2014-04-17Ruby,Python,C#: readline history fixes. Ruby include path.Joel Martin
2014-04-17All: perf test, Makefile refactor, add *host-language*Joel Martin
Other: - bash,make,postscript: quasiquote of vectors - Fix Java slurp - add time function to core.mal - switches on *host-language* for make time-secs vs time-ms - Ignore */experiments directories
2014-04-16All: move some fns to core. Major cleanup.Joel Martin
- Don't import/require core until step4. - Define cond/or macros from step8
2014-04-15Ruby: remove debug. Update TODO.Joel Martin
2014-04-15All: fix get. All pass stepA tests.Joel Martin
2014-04-14Mal space cleanup. Ruby Makefile. TODO updates.Joel Martin
2014-04-13Ruby: fixes to enable self-hosting.Joel Martin
Also, other cleanup and sync between steps.
2014-04-13Ruby: add stepA_more and rest of core functions.Joel Martin
2014-04-10Ruby: add step9_interopJoel Martin
- Just (rb* "str") which evals the string and returns the result
2014-04-10Ruby: add step8_macrosJoel Martin
2014-04-10Ruby: add step7_quoteJoel Martin
2014-04-10Ruby: add step6_fileJoel Martin
2014-04-10Ruby: add step5_tcoJoel Martin
Function type in types extends Proc.
2014-04-10Ruby: step4_if_fn_do with core functions.Joel Martin
2014-04-10Ruby: add step3Joel Martin
2014-04-10Ruby: step2_evalJoel Martin
2014-04-10Ruby: step0, step1Joel Martin