lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
2019-06-27T00:16:58.001500Z

@hlolli i am trying to get the pkg-lumo sample to work, but am encountering errors which i have so far failed to understand: https://pastebin.com/uiny0Ax5 -- any hints?

2019-06-27T00:20:04.002300Z

I've never seen such an error before, wow. I guess if you have a node project collects dust, it will start behaving weirdly.

2019-06-27T00:21:02.003100Z

could you try with an older node/npm version?

2019-06-27T00:22:17.004Z

it needs an update for sure, still compiling against an old lumo version, just didn't know anybody used it except the closh project.

2019-06-27T00:23:23.005100Z

i need to look into using an older node version -- thanks for the hint. am quite interested in pkg-lumo as a potential alternative to native-image for writing some tooling

2019-06-27T00:24:54.006600Z

yes, I'm all for single binary, it's almost as good as statically compiled the result, since as far as I remember, only libc is required. I got a crush on graal's native-image for that reason.

2019-06-27T00:25:40.007200Z

But graal has some llvm files that must be included when using polyglot, but not a big deal

2019-06-27T00:26:47.008500Z

If this doesn't work, write a ticket and I'll have a look later. Then I also know you're using it and I'll therefore make time to look at it.

2019-06-27T00:27:07.008800Z

thanks!