lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Dec 29, 2014 at 12:56:40PM +0200, Dirk Laurie wrote:
> 2014-12-29 10:36 GMT+02:00 Enrico Tassi <gares@fettunta.org>:
> 
> > Finally the "embeddable" scheme interpreter, Guile, supports Lua syntax
> > directly since version 2.0 (didn't try, but this is what the doc says).
> 
> I didn't know that, but I tried.
> 
> Lua syntax, not quite, but Guile 2.0 supports infix notation, e.g.
> 
>     #!curly-infix!#
>     {3 * {1 + 2}}
> $1 = 9
> 
> Spaces around operators are compulsory.

Oops, I think I got confused:

  http://article.gmane.org/gmane.lisp.guile.devel/11654

it features "ecmascript" frontend.

Best,
-- 
Enrico Tassi