wisp-lang / wisp

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

Do not lose namespace info on symbols #92

Open Gozala opened 10 years ago

Gozala commented 10 years ago

Currently namespace info on the references is completely ignored, this needs to be fixed to enable (sequences/map inc xs) style usage and to make compiler actually aware of what's in scope.

Gozala commented 10 years ago

Blocks #3

Gozala commented 10 years ago

Blocks #93