Greetings! Author is here. We have no idea how this blog draft escaped into HN, but here it is a few years too late. The Gluon project https://github.com/kvakvs/gluonvm1 isn't live anymore, it was using C++ and it was stopped a couple years ago giving way to other experiments ( https://github.com/kvakvs/E4VM ) and finally to ErlangRT mentioned below https://github.com/kvakvs/ErlangRT My talk with me explaining the wh…
Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
31–40 of 70 posts
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#32Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#33Greetings! Author is here. We have no idea how this blog draft escaped into HN, but here it is a few years too late. The Gluon project https://github.com/kvakvs/gluonvm1 isn't live anymore, it was using C++ and it was stopped a couple years ago giving way to other experiments ( https://github.com/kvakvs/E4VM ) and finally to ErlangRT mentioned below https://github.com/kvakvs/ErlangRT My talk with me explaining the wh…
If you are looking to make an embedded focused VM, obviously ARM is the most useful target to run on.
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#34Ooops It looks like that page you tried to explore went extinct, or you typed in the wrong address. Check the URL again or go back to our home page
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#35Greetings! Author is here. We have no idea how this blog draft escaped into HN, but here it is a few years too late. The Gluon project https://github.com/kvakvs/gluonvm1 isn't live anymore, it was using C++ and it was stopped a couple years ago giving way to other experiments ( https://github.com/kvakvs/E4VM ) and finally to ErlangRT mentioned below https://github.com/kvakvs/ErlangRT My talk with me explaining the wh…
It's great to hear interest in this area - the more places I can run Erlang/Elixir, the more likely I am to use it even in the places it can traditionally run (it's a more useful language to me if I can use the same codebase everywhere). If you are looking to make an embedded focused VM, obviously ARM is the most useful target to run on.
The two main ideas were to be different implementation for large machines (ErlangRT) or to be small (E4VM and gluonvm1).
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#36404 Ooops It looks like that page you tried to explore went extinct, or you typed in the wrong address. Check the URL again or go back to our home page
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#37We barely had FB and Sonar, to just get yet another example of how badly to name projects. http://gluonhq.com/
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#38Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#39Wouldn't targeting GraalVM make sense, too?
Re: Gluon – A configurable and small virtual machine which runs Erlang BEAM bytecode
#40Wouldn't targeting GraalVM make sense, too?
Gluon had the complete opposite goal. lua would be an idea for a small BEAM engine. It would also be much faster.