From 43c18567fa4bc61329e1f712946bfd1c69c7fdee Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 15 Apr 2014 21:04:43 -0500 Subject: Ruby: remove debug. Update TODO. --- ruby/stepA_more.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ruby/stepA_more.rb') 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 + "\")"] -- cgit v1.2.3