<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Nice!<div class=""><br class=""></div><div class="">I’ve been toying with the idea for a while. Something that resembles F# or Elm (since Erlang has some side effects). But there are some really cool and tricky things that might be fun to solve, such as:</div><div class=""><br class=""></div><div class="">1. How to combine strong and static typing with the let it crash philosophy of Erlang. Since one of the objectives of any strong, static typed language is to avoid runtime errors due to wrong data types being passed, I wonder how to deal with this. Maybe using Elm’s approach of ports and subscriptions would be a good fit.</div><div class=""><br class=""></div><div class="">2. How to make OTP constructs (gen_server, gen_event, gen_statem…) and all the related distribution libraries look “native” to the language. By native, I mean, make language constructs that doesn’t care if your system is single or multi node. The idea might be having something called “The <my language name> architecture” (again, similar to Elm’s Architecture) that is a single, and sane way to write distributed systems and let the language implementation deal with the details.</div><div class=""><br class=""></div><div class="">3. There is no global state in Erlang. You can simulate that using ETS but I don’t see that scaling well in the long run.</div><div class=""><br class=""></div><div class="">Probably there are more caveats than I’ve pointed here. I find the idea of Functional Reactive Programming - FRP - quite fitting the Erlang/OTP ecosystem. </div><div class=""><br class=""></div><div class="">With kind regards,</div><div class=""><br class=""></div><div class="">I.</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Em 29 de jun de 2016, à(s) 07:00, <a href="mailto:erlang-questions-request@erlang.org" class="">erlang-questions-request@erlang.org</a> escreveu:</div><br class="Apple-interchange-newline"><div class="">Send erlang-questions mailing list submissions to<br class=""><span class="Apple-tab-span" style="white-space:pre">       </span><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class=""><br class="">To subscribe or unsubscribe via the World Wide Web, visit<br class=""><span class="Apple-tab-span" style="white-space:pre">       </span>http://erlang.org/mailman/listinfo/erlang-questions<br class="">or, via email, send a message with subject or body 'help' to<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>erlang-questions-request@erlang.org<br class=""><br class="">You can reach the person managing the list at<br class=""><span class="Apple-tab-span" style="white-space:pre">     </span>erlang-questions-owner@erlang.org<br class=""><br class="">When replying, please edit your Subject line so it is more specific<br class="">than "Re: Contents of erlang-questions digest..."<br class="">Today's Topics:<br class=""><br class="">   1. Re:  ML shaped language for the Erlang VM (Joshua Barney)<br class="">   2. Re:  ML shaped language for the Erlang VM (Oliver Korpilla)<br class="">   3. Re:  ML shaped language for the Erlang VM (Louis Pilfold)<br class="">   4. Re:  ML shaped language for the Erlang VM (Oliver Korpilla)<br class="">   5. Re:  ML shaped language for the Erlang VM (Joshua Barney)<br class="">   6. Re:  ML shaped language for the Erlang VM (Rickard Andersson)<br class="">   7. Re:  ML shaped language for the Erlang VM (Felix Gallo)<br class="">   8. Re:  ML shaped language for the Erlang VM (Tristan Sloughter)<br class="">   9. Re:  ML shaped language for the Erlang VM (Richard A. O'Keefe)<br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Joshua Barney <joshmbarney@icloud.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 08:54:57 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Louis Pilfold <louis@lpil.uk><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class="">This seems like a very fun project.</div><div class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class=""><div class="">Sent from my iPhone</div></div><div class=""><br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <<a href="mailto:louis@lpil.uk" class="">louis@lpil.uk</a>> wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><p dir="ltr" class="">Hello!</p><p dir="ltr" class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!</p><p dir="ltr" class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?</p><p dir="ltr" class="">I also find the name quite unwieldy.</p><p dir="ltr" class="">Cheers,<br class="">
Louis</p>
<div class="gmail_quote">On 28 Jun 2016 06:44, "Alin Popa" <<a href="mailto:alin.popa@gmail.com" class="">alin.popa@gmail.com</a>> wrote:<br type="attribution" class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Well done; I can't wait to see how it goes.<div class=""><br class=""></div><div class="">(indeed, something's weird about that name).</div><div class=""><br class=""></div><div class="">Alin</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <span dir="ltr" class=""><<a href="mailto:raould@gmail.com" target="_blank" class="">raould@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class="">
<br class="">
<br class="">
</span>super keen!<br class="">
<br class="">
(scary name, tho.)<br class="">
<br class="">
ATS supports erlang, somehow, apparently:<br class="">
<a href="https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl" rel="noreferrer" target="_blank" class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl</a><br class="">
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
</blockquote></div><br class=""></div>
<br class="">_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
<br class=""></blockquote></div>
</div></blockquote><blockquote type="cite" class=""><div class=""><span class="">_______________________________________________</span><br class=""><span class="">erlang-questions mailing list</span><br class=""><span class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a></span><br class=""><span class=""><a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a></span><br class=""></div></blockquote></div><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">"Oliver Korpilla" <Oliver.Korpilla@gmx.de><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 09:42:06 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">"Joshua Barney" <joshmbarney@icloud.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class="">Great to see such a worthy project.<br class=""><br class="">I also wholeheartedly support "BeaML" as a title. <br class=""><br class="">Cheers,<br class="">Oliver<br class=""><br class="">Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">Von: "Joshua Barney" <joshmbarney@icloud.com><br class="">An: "Louis Pilfold" <louis@lpil.uk><br class="">Cc: erlang-questions <erlang-questions@erlang.org><br class="">Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class="">This seems like a very fun project.<br class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""> <br class="">Sent from my iPhone<br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""> <br class="">Hello!<br class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">I also find the name quite unwieldy.<br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class="">Well done; I can't wait to see how it goes.<br class=""> <br class="">(indeed, something's weird about that name).<br class=""> <br class="">Alin<br class=""> <br class="">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class="">super keen!<br class=""><br class="">(scary name, tho.)<br class=""><br class="">ATS supports erlang, somehow, apparently:<br class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""> <br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________ erlang-questions mailing list erlang-questions@erlang.org http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]<br class=""><br class=""><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Louis Pilfold <louis@lpil.uk><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 13:10:35 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Oliver Korpilla <Oliver.Korpilla@gmx.de><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class="">Hey<br class=""><br class="">How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">to confuse with BEAM if said too quickly.<br class=""><br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 June 2016 at 13:42, Oliver Korpilla <Oliver.Korpilla@gmx.de> wrote:<br class=""><blockquote type="cite" class="">Great to see such a worthy project.<br class=""><br class="">I also wholeheartedly support "BeaML" as a title.<br class=""><br class="">Cheers,<br class="">Oliver<br class=""><br class="">Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">Von: "Joshua Barney" <joshmbarney@icloud.com><br class="">An: "Louis Pilfold" <louis@lpil.uk><br class="">Cc: erlang-questions <erlang-questions@erlang.org><br class="">Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class="">This seems like a very fun project.<br class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class="">Sent from my iPhone<br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class="">Hello!<br class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">I also find the name quite unwieldy.<br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class="">Well done; I can't wait to see how it goes.<br class=""><br class="">(indeed, something's weird about that name).<br class=""><br class="">Alin<br class=""><br class="">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class="">super keen!<br class=""><br class="">(scary name, tho.)<br class=""><br class="">ATS supports erlang, somehow, apparently:<br class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________ erlang-questions mailing list erlang-questions@erlang.org http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]<br class=""></blockquote><br class=""><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Oliver Korpilla <oliver.korpilla@gmx.de><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 13:43:02 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Louis Pilfold <louis@lpil.uk><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class=""><div class="">Beam-el.<br class=""><br class=""><div class="gmail_quote">On June 28, 2016 6:10:35 PM CEST, Louis Pilfold <louis@lpil.uk> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hey<br class=""><br class="">How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">to confuse with BEAM if said too quickly.<br class=""><br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 June 2016 at 13:42, Oliver Korpilla <Oliver.Korpilla@gmx.de> wrote:<br class=""><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Great to see such a worthy project.<br class=""><br class=""> I also wholeheartedly support "BeaML" as a title.<br class=""><br class=""> Cheers,<br class=""> Oliver<br class=""><br class=""> Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class=""> Von: "Joshua Barney" <joshmbarney@icloud.com><br class=""> An: "Louis Pilfold" <louis@lpil.uk><br class=""> Cc: erlang-questions <erlang-questions@erlang.org><br class=""> Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class=""> This seems like a very fun project.<br class=""> Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class=""> Sent from my iPhone<br class=""> On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class=""> Hello!<br class=""> How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class=""> Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class=""> I also find the name quite unwieldy.<br class=""> Cheers,<br class=""> Louis<br class=""><br class=""> On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class=""> Well done; I can't wait to see how it goes.<br class=""><br class=""> (indeed, something's weird about that name).<br class=""><br class=""> Alin<br class=""><br class=""> On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class=""> super keen!<br class=""><br class=""> (scary name, tho.)<br class=""><br class=""> ATS supports erlang, somehow, apparently:<br class=""> <a href="https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl" class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl</a>[<a href="https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl" class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl</a>]<br class=""><hr class=""><br class=""> erlang-questions mailing list<br class=""> erlang-questions@erlang.org[erlang-questions@erlang.org]<br class=""> <a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class=""><hr class=""><br class=""> erlang-questions mailing list<br class=""> erlang-questions@erlang.org[erlang-questions@erlang.org]<br class=""> <a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class=""><br class=""><hr class=""><br class=""> erlang-questions mailing list<br class=""> erlang-questions@erlang.org[erlang-questions@erlang.org]<br class=""> <a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><hr class="">erlang-questions mailing list erlang-questions@erlang.org <a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a>[<a href="http://erlang.org/mailman/listinfo/erlang-questions" class="">http://erlang.org/mailman/listinfo/erlang-questions</a>]<br class=""></blockquote></pre></blockquote></div><br class="">
-- <br class="">
Sent from my Android device with K-9 Mail. Please excuse my brevity.</div><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Joshua Barney <joshmbarney@icloud.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 14:00:34 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Louis Pilfold <louis@lpil.uk><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class="">Yeah I can see that being a concern, but I think "bee-mul" or "beem-el" with two syllables is clearly different from beam.<br class=""><br class="">Do you have a preferred pronunciation of MLFE? <br class=""><br class="">Sent from my iPhone<br class=""><br class=""><blockquote type="cite" class="">On Jun 28, 2016, at 12:10 PM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class="">Hey<br class=""><br class="">How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">to confuse with BEAM if said too quickly.<br class=""><br class="">Cheers,<br class="">Louis<br class=""><br class=""><blockquote type="cite" class="">On 28 June 2016 at 13:42, Oliver Korpilla <Oliver.Korpilla@gmx.de> wrote:<br class="">Great to see such a worthy project.<br class=""><br class="">I also wholeheartedly support "BeaML" as a title.<br class=""><br class="">Cheers,<br class="">Oliver<br class=""><br class="">Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">Von: "Joshua Barney" <joshmbarney@icloud.com><br class="">An: "Louis Pilfold" <louis@lpil.uk><br class="">Cc: erlang-questions <erlang-questions@erlang.org><br class="">Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class="">This seems like a very fun project.<br class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class="">Sent from my iPhone<br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class="">Hello!<br class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">I also find the name quite unwieldy.<br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class="">Well done; I can't wait to see how it goes.<br class=""><br class="">(indeed, something's weird about that name).<br class=""><br class="">Alin<br class=""><br class="">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class="">super keen!<br class=""><br class="">(scary name, tho.)<br class=""><br class="">ATS supports erlang, somehow, apparently:<br class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________ erlang-questions mailing list erlang-questions@erlang.org http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]<br class=""></blockquote></blockquote><br class=""><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Rickard Andersson <rickard.m.andersson@gmail.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 13:22:03 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">erlang-questions@erlang.org<br class=""></span></div><br class=""><br class="">Simply like "BML", no? Something like "BeeML", only spelled "BeaML".<br class=""><br class=""><br class="">On 28-Jun-16 19:10, Louis Pilfold wrote:<br class=""><blockquote type="cite" class="">Hey<br class=""><br class="">How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">to confuse with BEAM if said too quickly.<br class=""><br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 June 2016 at 13:42, Oliver Korpilla <Oliver.Korpilla@gmx.de> wrote:<br class=""><blockquote type="cite" class="">Great to see such a worthy project.<br class=""><br class="">I also wholeheartedly support "BeaML" as a title.<br class=""><br class="">Cheers,<br class="">Oliver<br class=""><br class="">Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">Von: "Joshua Barney" <joshmbarney@icloud.com><br class="">An: "Louis Pilfold" <louis@lpil.uk><br class="">Cc: erlang-questions <erlang-questions@erlang.org><br class="">Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class="">This seems like a very fun project.<br class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class="">Sent from my iPhone<br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class="">Hello!<br class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">I also find the name quite unwieldy.<br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class="">Well done; I can't wait to see how it goes.<br class=""><br class="">(indeed, something's weird about that name).<br class=""><br class="">Alin<br class=""><br class="">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class="">super keen!<br class=""><br class="">(scary name, tho.)<br class=""><br class="">ATS supports erlang, somehow, apparently:<br class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________ erlang-questions mailing list erlang-questions@erlang.org http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]<br class=""></blockquote>_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></blockquote><br class=""><br class=""><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Felix Gallo <felixgallo@gmail.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 14:25:32 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Rickard Andersson <rickard.m.andersson@gmail.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Cc: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">"erlang-questions@erlang.org" <erlang-questions@erlang.org><br class=""></span></div><br class=""><br class=""><div dir="ltr" class="">MLFE is clearly a tribute to Dr. Melfi, Tony Soprano's therapist (<a href="http://sopranos.wikia.com/wiki/Jennifer_Melfi" class="">http://sopranos.wikia.com/wiki/Jennifer_Melfi</a>), and would have to be pronounced that way...<div class=""><br class=""></div><div class="">F.</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jun 28, 2016 at 9:22 AM, Rickard Andersson <span dir="ltr" class=""><<a href="mailto:rickard.m.andersson@gmail.com" target="_blank" class="">rickard.m.andersson@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Simply like "BML", no? Something like "BeeML", only spelled "BeaML".<div class="HOEnZb"><div class="h5"><br class="">
<br class="">
<br class="">
On 28-Jun-16 19:10, Louis Pilfold wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey<br class="">
<br class="">
How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">
to confuse with BEAM if said too quickly.<br class="">
<br class="">
Cheers,<br class="">
Louis<br class="">
<br class="">
On 28 June 2016 at 13:42, Oliver Korpilla <<a href="mailto:Oliver.Korpilla@gmx.de" target="_blank" class="">Oliver.Korpilla@gmx.de</a>> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Great to see such a worthy project.<br class="">
<br class="">
I also wholeheartedly support "BeaML" as a title.<br class="">
<br class="">
Cheers,<br class="">
Oliver<br class="">
<br class="">
Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">
Von: "Joshua Barney" <<a href="mailto:joshmbarney@icloud.com" target="_blank" class="">joshmbarney@icloud.com</a>><br class="">
An: "Louis Pilfold" <<a href="mailto:louis@lpil.uk" target="_blank" class="">louis@lpil.uk</a>><br class="">
Cc: erlang-questions <<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>><br class="">
Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class="">
<br class="">
This seems like a very fun project.<br class="">
Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class="">
<br class="">
Sent from my iPhone<br class="">
On Jun 28, 2016, at 3:28 AM, Louis Pilfold <<a href="mailto:louis@lpil.uk" target="_blank" class="">louis@lpil.uk</a>> wrote:<br class="">
<br class="">
Hello!<br class="">
How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">
Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">
I also find the name quite unwieldy.<br class="">
Cheers,<br class="">
Louis<br class="">
<br class="">
On 28 Jun 2016 06:44, "Alin Popa" <<a href="mailto:alin.popa@gmail.com" target="_blank" class="">alin.popa@gmail.com</a>[<a href="mailto:alin.popa@gmail.com" target="_blank" class="">alin.popa@gmail.com</a>]> wrote:<br class="">
Well done; I can't wait to see how it goes.<br class="">
<br class="">
(indeed, something's weird about that name).<br class="">
<br class="">
Alin<br class="">
<br class="">
On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <<a href="mailto:raould@gmail.com" target="_blank" class="">raould@gmail.com</a>[<a href="mailto:raould@gmail.com" target="_blank" class="">raould@gmail.com</a>]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class="">
<br class="">
<br class="">
super keen!<br class="">
<br class="">
(scary name, tho.)<br class="">
<br class="">
ATS supports erlang, somehow, apparently:<br class="">
<a href="https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl%5Bhttps://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl%5D" rel="noreferrer" target="_blank" class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]</a><br class="">
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>[<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>]<br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>[<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>]<br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
<br class="">
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>[<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a>]<br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________</a> erlang-questions mailing list <a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a> <a href="http://erlang.org/mailman/listinfo/erlang-questions%5Bhttp://erlang.org/mailman/listinfo/erlang-questions%5D" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]</a><br class="">
</blockquote>
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
</blockquote>
<br class="">
_______________________________________________<br class="">
erlang-questions mailing list<br class="">
<a href="mailto:erlang-questions@erlang.org" target="_blank" class="">erlang-questions@erlang.org</a><br class="">
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank" class="">http://erlang.org/mailman/listinfo/erlang-questions</a><br class="">
</div></div></blockquote></div><br class=""></div>
<br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Tristan Sloughter <t@crashfast.com><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 14:34:31 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Rickard Andersson <rickard.m.andersson@gmail.com>, erlang-questions@erlang.org<br class=""></span></div><br class=""><br class="">I like BML, it is similar to BMO from Adventure Time :) -- which gives<br class="">the opening for a mascot!<br class=""><br class="">-- <br class="">  Tristan Sloughter<br class="">  t@crashfast.com<br class=""><br class="">On Tue, Jun 28, 2016, at 11:22 AM, Rickard Andersson wrote:<br class=""><blockquote type="cite" class="">Simply like "BML", no? Something like "BeeML", only spelled "BeaML".<br class=""><br class=""><br class="">On 28-Jun-16 19:10, Louis Pilfold wrote:<br class=""><blockquote type="cite" class="">Hey<br class=""><br class="">How would pronounce BeaML? It seems clumsy to say, and would be easy<br class="">to confuse with BEAM if said too quickly.<br class=""><br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 June 2016 at 13:42, Oliver Korpilla <Oliver.Korpilla@gmx.de> wrote:<br class=""><blockquote type="cite" class="">Great to see such a worthy project.<br class=""><br class="">I also wholeheartedly support "BeaML" as a title.<br class=""><br class="">Cheers,<br class="">Oliver<br class=""><br class="">Gesendet: Dienstag, 28. Juni 2016 um 13:54 Uhr<br class="">Von: "Joshua Barney" <joshmbarney@icloud.com><br class="">An: "Louis Pilfold" <louis@lpil.uk><br class="">Cc: erlang-questions <erlang-questions@erlang.org><br class="">Betreff: Re: [erlang-questions] ML shaped language for the Erlang VM<br class=""><br class="">This seems like a very fun project.<br class="">Might I suggest the name BeaML? (Current I can't stop seeing "milf" :-/)<br class=""><br class="">Sent from my iPhone<br class="">On Jun 28, 2016, at 3:28 AM, Louis Pilfold <louis@lpil.uk> wrote:<br class=""><br class="">Hello!<br class="">How exciting, I've been toying with creation of something like this myself, but my compiler knowledge isn't quite there yet. Looking forward to learning from your work!<br class="">Are there ways in which you would like people to contribute or get involved? Or anything you would like feedback on?<br class="">I also find the name quite unwieldy.<br class="">Cheers,<br class="">Louis<br class=""><br class="">On 28 Jun 2016 06:44, "Alin Popa" <alin.popa@gmail.com[alin.popa@gmail.com]> wrote:<br class="">Well done; I can't wait to see how it goes.<br class=""><br class="">(indeed, something's weird about that name).<br class=""><br class="">Alin<br class=""><br class="">On Tue, Jun 28, 2016 at 6:39 AM, Raoul Duke <raould@gmail.com[raould@gmail.com]> wrote:> I've been hacking away at an ML-shaped language for the BEAM for the past few months and just opened it up.  I figure a few people on the list might be interested in poking at it and may have thoughts on improvements.<br class=""><br class=""><br class="">super keen!<br class=""><br class="">(scary name, tho.)<br class=""><br class="">ATS supports erlang, somehow, apparently:<br class="">https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl[https://github.com/githwxi/ATS-Postiats-contrib/tree/master/projects/MEDIUM/CATS-atsccomp/CATS-atscc2erl]<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org[erlang-questions@erlang.org]<br class="">http://erlang.org/mailman/listinfo/erlang-questions_______________________________________________ erlang-questions mailing list erlang-questions@erlang.org http://erlang.org/mailman/listinfo/erlang-questions[http://erlang.org/mailman/listinfo/erlang-questions]<br class=""></blockquote>_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></blockquote><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></blockquote><br class=""><br class=""><br class=""><br class=""><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">De: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">"Richard A. O'Keefe" <ok@cs.otago.ac.nz><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Assunto: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class="">Re: [erlang-questions] ML shaped language for the Erlang VM</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Data: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">28 de junho de 2016 20:39:57 BRT<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(127, 127, 127, 1.0);" class=""><b class="">Para: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><erlang-questions@erlang.org><br class=""></span></div><br class=""><br class=""><br class=""><br class="">On 29/06/16 4:10 AM, Louis Pilfold wrote:<br class=""><blockquote type="cite" class="">How would pronounce BeaML?<br class=""></blockquote><br class="">bee-mill, presumably.<br class=""><br class="">I note that Elixir is sort of Ruby-Flavour Erlang,<br class="">but it's not called RFE.<br class=""><br class="">Since it's CAML-flavoured rather than (S)ML-flavoured,<br class="">perhaps CARMEL (CAml-Resembling Modified Erlang Language)<br class="">might work as a name.<br class=""><br class="">It's an excellent thing that Jeremy Pierre is doing.<br class=""><br class="">I have never been able to stomach CAML syntax despite<br class="">my great respect for the work of Xavier Leroy and<br class="">awed admiration for some of the things that have been<br class="">done with it.  F# now has a "lite" syntax that comes<br class="">closer to something I could bear to use.  There is<br class="">some very interesting data mining work being done in<br class="">F#, and that might also serve as an inspiration.<br class=""><br class="">I got quite excited at the thought of something like<br class="">ML running in Erlang, and was bitterly disappointed<br class="">to find it was no such thing.  If you put "ML" in the<br class="">name, you *will* raise and dash just such hopes.<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org<br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></body></html>