[erlang-questions] Alternatives to Elixir
Anthony Ramine
n.oxyde@REDACTED
Mon Feb 10 22:34:50 CET 2014
If you like Prolog, there is also Robert Virding’s Erlog:
https://github.com/rvirding/erlog
reflux(vb).
reminds_of(ruby, vb).
reminds_of(elixir, ruby).
reflux(X) :-
reminds_of(X, Y),
reflux(Y).
--
Anthony Ramine
Le 10 févr. 2014 à 22:16, Mike Oxford <moxford@REDACTED> a écrit :
> Yep, think I've heard of it somewhere 'round these parts, but sometimes it's fun to play with other things on top of the VM.
> Maybe I'll look into LFE.
>
>
> On Mon, Feb 10, 2014 at 1:13 PM, Loïc Hoguin <essen@REDACTED> wrote:
> Have you heard of that Erlang language? It makes a lot of people happy with its tiny spec, tight syntax and expliciteness.
>
>
> On 02/10/2014 10:09 PM, Mike Oxford wrote:
> Ruby feels like VB.
>
> I don't like VB, thus, I don't like Ruby.
>
> I like what Elixir is attempting to do but the syntax makes me have
> flashbacks and want to puke. (Personal problem, I know.)
>
> Are there other, similar projects out there with a different spoonful of
> sugar to help it go down?
>
> --
> Loïc Hoguin
> http://ninenines.eu
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list