Make the website point to elchemy-live instead and remove the demo from there
ShalokShalom opened this issue · 8 comments
http://erlang.org/doc/man/HiPE_app.html
https://elixirforum.com/t/is-there-a-guide-about-how-to-use-hipe-in-elixir/2668/6
So is it possible to compile Elchemy directly into native code ^-^
Not sure if there's any real world use to that. I've personally never seen a need to use HiPE before.
I might be wrong on that though.
I'd like to hear if anybody has a story of successful use of HiPE in production
Well, its speedier?
The benchmarks game does use it: http://benchmarksgame.alioth.debian.org/u64q/erlang.html
Count this as 'in production?' :D ;)
By the way: On the end of your homepage stands "for this, see the installation instructions" without any link to those.
I did not found the source for the homepage, me stupid :D
By the way: On the end of your homepage stands "for this, see the installation instructions" without any link to those.
I did not found the source for the homepage, me stupid :D
Yeah the page requires some changes, like removing the demo and point to elchemy-live instead.
There is an issue for that here
baransu/elchemy-page#9
I'm changing the title to reflect the change in elchemy-page.
Native compilation is of no different character in regard to Elchemy than it is to Elixir, so I consider that not requiring any further discussion
Well, can I compile Elchemy code right now with one command to native code?
If you can compile Elixir, then you can compile Elchemy too. The output is still an Elixir project