wisp-lang / wisp

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

cannot be converted to the `isNaN` #155

Closed soukouki closed 6 years ago

soukouki commented 7 years ago
(nan? n)

ideal

isNaN(n);

reality

isNan(n);
chr15m commented 7 years ago

@soukouki thanks, will fix!

chr15m commented 6 years ago

@soukouki

$ npm install wisp
+ wisp@0.11.1
added 1 package in 49.098s
$ wisp
=> (nan? 12)
false

\o/