Re: [elm-discuss] Re: What languages do you write your back-ends in?

2016-09-18 Thread Zachary Kessin
I don't know much about the MLFE project, beyond that it exists Zach ᐧ On Wed, Sep 14, 2016 at 5:03 PM, OvermindDL1 wrote: > There is an mlfe (ML on the BEAM) project too, could much more easily have > elm build to that as a more easily done intermediate step? > > > On

Re: [elm-discuss] Re: What languages do you write your back-ends in?

2016-09-14 Thread Zachary Kessin
If you want something way out there on the beam there is also "erlog" which is a prolog that runs in an erlang process. It is by Robert Virding who also wrote lfe and erllua as well as was one of the creators of erlang If we ever want to do an elm -> beam compiler I would say we would want him on

Re: [elm-discuss] Re: What languages do you write your back-ends in?

2016-09-12 Thread OvermindDL1
I use LFE for a lot of little here, it is quite nice, and also made by one of the original Erlang devs. :-) On Monday, September 12, 2016 at 10:10:19 AM UTC-6, Dave Rapin wrote: > > LFE looks very cool, going to check it out. > > On Mon, Sep 12, 2016 at 11:57 AM, OvermindDL1

Re: [elm-discuss] Re: What languages do you write your back-ends in?

2016-09-12 Thread Dave Rapin
LFE looks very cool, going to check it out. On Mon, Sep 12, 2016 at 11:57 AM, OvermindDL1 wrote: > I'm using Elixir as well currently, and no, its type system kind of sucks, > however you can enforce both types and even values within on function calls > via matchspecs and