vvvvalvalval / scope-capture

Project your Clojure(Script) REPL into the same context as your code when it ran
MIT License
576 stars 14 forks source link

Add macros letsc* and defsc* to refer to last EP id #41

Closed yuhan0 closed 4 years ago

yuhan0 commented 4 years ago

Closes #34

vvvvalvalval commented 4 years ago

I can't accept this currently, as it would not work in standard ClojureScript environments (where the last-ep-id information is not available to macro-expansion), and portability is an important goal of the lib.