[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua to Scheme translator?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 29 Dec 2014 12:56:40 +0200
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.