mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Don't provide a definition of `require` #53

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Ambly currently defines require simply for use in the implementation of CLOSURE_IMPORT_SCRIPT. It is really just a file loading / injection mechanism.

But, require already has meaning in a lot of contexts and it could interfere with foreign libs that expect certain semantics out of this global function.