Re: Domain Specific Languages
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Domain Specific Languages
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年9月11日 09:19:14 -0300
>For data compression, I usually take the compiled
>binary form of those large data described in Lua,
>which becomes about one-third of its original ascii file.
>In addition, it is absolutely fast to load.
Nice! That was one of the original motivations for having luac: we have
many very large graphics metafiles at Tecgraf written in Lua.
--lhf