[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PROPOSAL 5.4] alternate way of format/pack/unpack (in the string library)
- From: 云风 <cloudwu@...>
- Date: Sat, 27 May 2017 01:45:41 +0800
发自我的 iPhone
> 在 2017年5月26日,下午11:32,François Perrad <francois.perrad@gadz.org> 写道:
>
> pack/unpack are introduced only since Lua 5.3, so, I think they could be deprecated in Lua 5.4.
string.pack/unpack are the best feature introduced by lua 5.3 (IMHO), and I don't think any jit technology can do better.
Minilanguage is the key for high cohesion , that is why people prefer printf than iostream.