aboutsummaryrefslogtreecommitdiff
path: root/ruby/step9_interop.rb
AgeCommit message (Collapse)Author
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-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-13Ruby: fixes to enable self-hosting.Joel Martin
Also, other cleanup and sync between steps.
2014-04-10Ruby: add step9_interopJoel Martin
- Just (rb* "str") which evals the string and returns the result