aboutsummaryrefslogtreecommitdiff
path: root/ruby/stepA_more.rb
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-15 21:04:43 -0500
committerJoel Martin <github@martintribe.org>2014-04-15 21:04:43 -0500
commit43c18567fa4bc61329e1f712946bfd1c69c7fdee (patch)
tree48bd65650029b3186d99ea99b72c365a296a3cf7 /ruby/stepA_more.rb
parent68c008cf5237e955cfc63785e92508f6f4e71f49 (diff)
downloadmal-43c18567fa4bc61329e1f712946bfd1c69c7fdee.tar.gz
mal-43c18567fa4bc61329e1f712946bfd1c69c7fdee.zip
Ruby: remove debug. Update TODO.
Diffstat (limited to 'ruby/stepA_more.rb')
-rw-r--r--ruby/stepA_more.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/stepA_more.rb b/ruby/stepA_more.rb
index b166d79..974b3c7 100644
--- a/ruby/stepA_more.rb
+++ b/ruby/stepA_more.rb
@@ -164,7 +164,6 @@ RE["(defmacro! cond (fn* (& xs) (if (> (count xs) 0) (list 'if (first xs) (if (>
RE["(defmacro! or (fn* (& xs) (if (empty? xs) nil (if (= 1 (count xs)) (first xs) `(let* (or_FIXME ~(first xs)) (if or_FIXME or_FIXME (or ~@(rest xs))))))))"]
RE["(def! load-file (fn* (f) (eval (read-string (str \"(do \" (slurp f) \")\")))))"]
-p Dir.pwd
if ARGV.size > 0
ARGV.each {|f|
RE["(load-file \"" + f + "\")"]