I was able to use the vm module in node to do some loading of code.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I'd like to make an argument for keeping main not a port: simplicity for newcomers. Learning a specific instance of a general pattern is fine if that pattern is essential, but by making main a port, you're requiring (or at least implying) that new users must master the FFI before they get anywhere. Evan has said he wants new users to to need to learn as little as possible before they can write Elm code. Contrast Haskell monadic I/O....
--