[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Template (was Re: Yielding coroutines from C using coco patch)
- From: Yuri Takhteyev <yuri@...>
- Date: Tue, 20 Jan 2009 14:13:06 -0800
>> If not luarocks then it must be cosmo. I wonder if someone knows a
>> different
>> template engine which is pure lua.
Try version 8.01.22 of Cosmo, which is the last pure-Lua release,
consisting of just one Lua file, whopping 115 lines long.
You can install it with LuaRocks:
luarocks --from=http://spu.tnik.org/rocks/ install cosmo 8.01.21
Or, download http://spu.tnik.org/rocks/cosmo-8.01.21-0.all.rock, unzip
it, and copy lua/cosmo.lua to your Lua path.
IIRC, this version supports all the features described on
http://cosmo.luaforge.net/, except those described in sections
"Arguments" and "Map and Inject". If there is interest in continuing a
pure Lua version of Cosmo, perhaps we could try to add those features
to the Lua version and release it under a different name.
BTW, as suggested by the links above, Sputnik now has a new domain:
http://spu.tnik.org/
- yuri
--
http://spu.tnik.org/