lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2018-09-05T21:21:18.000100Z

Just throwing a problem out there but a solution I don't have in mind at the moment. Is when you have installed on a system node version x and you use lumo version y. When compiling nan/node-gyp based node module, it will use header files from node version x, which means when required with lumo, it can fail in runtime with undefined symbols. So if it would make sense that lumo or the node module itself, would provide some header files for node-gyp to use, when a shared library file is loaded, it could rebuild so that lumo has no problem require-ing it. I don't know if it makes sense to even do it, but something for backlog, if someone has a great idea.