Looking for a strategy to support single file output
Jamen Marz
@jamen
Hi
Bryan Joseph
@bryanjos
Hi @jamen and welcome!
Bryan Joseph
@bryanjos
I think next best issues to work on are #237#219 and #214
I’m thinking of closing #153 unless someone wants to champion it
Bryan Joseph
@bryanjos
Just a thought, but maybe it’s possible to simplify the translation of cond
Maybe translating it into a bunch of cascading ternary expressions would work
Maybe not since each clause can have a body of code. Never mind
Bryan Joseph
@bryanjos
Published 0.26.0
Bryan Joseph
@bryanjos
With the version in master targeting Erlang 20 and Elixir 1.5, the codebase shrunk by half. This is because it uses the new debug info available in beam files compiled with Erlang 20. The same info used in the new Exception.blame format in Elixir 1.5
@ShalokShalom yeah I know. Will put up a new one eventually
Sargun Dhillon
@sargun
Does elixir script also support Erlang?
_
Norbert Melzer
@NobbZ
@sargun not as a source, and I never tested to call into erlang modules, but as parts of the elixir stdlib are reimplemented for ES or even compiled into native JS, I do assume that you can not call erlang modules from within ES. But as I said, thats an assumption.
Bryan Joseph
@bryanjos
@sargun it does not
ShalokShalom
@ShalokShalom
Did anyone here tried a compilation of an Elchemy app?
Rishav Sharan
@rishavs
Hi guys, i want to try out elixir script. But I am unable to find any good beginner friendly tutorials for it. Any recommendations?