> > Wouldn't compiling to other targets imply that you need to write all that > builtin stuff yourself? >
Theoretically yes but there are "options" such as: 1. Do not perform translation based on the OPS code but instead on a higher level language, such as Core Erlang, so you are not tied to certain OPS code 2. If you don't want to (or can't) implement all of the VM concurrency, you can always support a subset of operations/bytecode. That's the approach currently taken by elixirscript. It does not support PIDs, receive, etc. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4%2BB%2BafNymBkCmgKe7Y2AtRX1rfbQFrborLyKZruSV22kA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
