Re: new thought experiment: what would you add to Lua ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: new thought experiment: what would you add to Lua ?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2018年9月15日 06:42:12 -0300
> Especially during optimization, as I rely on some hairy edge cases, I added assertions all over the place, but at some point it's just required to remove/comment them all out as it's simply not an option to not remove them
One of the examples in my ltokenp, a token processor for Lua, is for
removing assertions:
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#ltokenp