[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Makefile
- From: David Given <dg@...>
- Date: Wed, 16 Jun 2010 12:28:50 +0100
On 2010-06-15 23:33, Luiz Henrique de Figueiredo wrote:
[...]
Anyone else needs cygwin?
I use Lua on Cygwin, but I think I just built it with 'generic'. I don't
miss readline very much.
Note: since readline is generally a pain, has anyone considered a
pure-Lua version using termcap? The C interface exposed to Lua would be
trivial (setupterm(), tgetent(), tparm(), possibly tgoto()), and it
would be a good example of doing function environment things in Lua.
--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ }
│ --- Conway's Game Of Life, in one line of APL