wisp-lang / wisp

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

fix chaining macro example #94

Closed wildeyes closed 10 years ago

wildeyes commented 10 years ago

So it won't possibly confuse newcomers.

Gozala commented 10 years ago

Hmm, maybe it's worth just adding ns definition with require instead, I don't wanna recommend .map, .filter, etc as they are quite error prone because all the extra arguments step functions are passed.