lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




发自我的 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.