owl-lisp/owl

arity error fail

aoh opened this issue · 0 comments

aoh commented

$ bin/vm fasl/bootp.fasl -e '(map 1)'
An error occurred while evaluating: (map 1)
arity error # arguments (1) or return arity error where first is function
$ bin/vm fasl/ol.fasl -e '(map 1)'
An error occurred while evaluating: (map 1)
arity error # arguments (1) or return arity error where first is function
$ bin/ol -e '(map 1)'
crickets

Broke when the error report was changed?