wisp-lang / wisp

A little Clojure-like LISP in JavaScript
https://gozala.github.io/wisp/
Other
982 stars 68 forks source link

wisp is ignoring first char is repl input #143

Closed elsehow closed 8 years ago

elsehow commented 8 years ago
=> nil
repl:1
il;
^
ReferenceError: il is not defined
    at repl:1:1
    at Object.exports.runInContext (vm.js:44:17)
    at /Users/ffff/Projects/wisp-playing/node_modules/wisp/repl.js:43:46
    at /Users/ffff/Projects/wisp-playing/node_modules/wisp/repl.js:47:19
    at evaluateCode (/Users/ffff/Projects/wisp-playing/node_modules/wisp/repl.js:52:11)
    at /Users/ffff/Projects/wisp-playing/node_modules/wisp/repl.js:60:28
    at REPLServer.evaluate (/Users/ffff/Projects/wisp-playing/node_modules/wisp/repl.js:62:15)
    at bound (domain.js:287:14)
    at REPLServer.runBound [as eval] (domain.js:300:12)
    at REPLServer.<anonymous> (repl.js:427:12)

node -v v5.7.0

npm -v 3.7.5

elsehow commented 8 years ago

sorry, same as #141