lua-users home
lua-l archive

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




On Tue, Oct 16, 2018 at 13:09 Albert Chan <albertmcchan@yahoo.com> wrote:

> There are up sides, though. Imagine how many nice and mind-boggling pranks you could do to your colleague programmers! :-]]
>
> Cheers! :-D
>
> -- Lorenzo

Since you might read your own code, the prank might backfire :-D

I think coding is hard enough without worrying about non-ASCII issue ...



I’d rather have LPEG matching for variable assignments. 

lpeg.r”ah” = 42

assert(b == g and g == “42” )