[erlang-questions] Alternatives to Elixir
Ludovic Demblans
ludovic@REDACTED
Mon Feb 10 23:29:22 CET 2014
Wow this prolog thing is hard to grasp on a first sight ...
does 'reminds_of(X,Y) binds Y 'ruby' if we pass 'elixir' as X in
'reflux(X)' ?
Le Mon, 10 Feb 2014 22:34:50 +0100, Anthony Ramine <n.oxyde@REDACTED> a
écrit:
> 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).
>
--
Utilisant le logiciel de courrier révolutionnaire d'Opera :
http://www.opera.com/mail/
More information about the erlang-questions
mailing list