vickychijwani / closer.js

:hammer_and_wrench: Clojure parser and core library in JavaScript, compatible with the Mozilla Parser API.
https://vickychijwani.github.io/closer.js
MIT License
83 stars 8 forks source link

Implement "defmacro" #6

Open vickychijwani opened 10 years ago

vickychijwani commented 10 years ago

Right now closer.js does not support macros in any form -- instead macros like when, and, and or are implemented as special forms. We need to figure out a way to do this. All ideas, pointers, and code on how to do this are welcome.

vickychijwani commented 10 years ago

Relates to #3.

vickychijwani commented 9 years ago

Reading material: