[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: First impressions and errata
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 23 Feb 2014 14:37:09 +0200
On Sun, Feb 23, 2014 at 1:54 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.3 will probably remove this restriction.
That's nice to know! In the meantime, have a look at ilua
https://github.com/ilua/ilua
which uses an exploratory compile trick to remove the restriction. It
also has a default pretty-printer which is good enough for most
purposes.
steve d.