aboutsummaryrefslogtreecommitdiff
path: root/ruby/stepA_more.rb
diff options
context:
space:
mode:
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 + "\")"]