LWN.net Logo

The H Speed Guide to Lua (The H)

The H Speed Guide to Lua (The H)

Posted Apr 27, 2012 15:41 UTC (Fri) by nix (subscriber, #2304)
In reply to: The H Speed Guide to Lua (The H) by sitaram
Parent article: The H Speed Guide to Lua (The H)

What's really annoying to me is another piece of frugality: no regex library, but instead a *new* domain-specific regex-like language with less power and gratuitously different syntax, just because the implementation is a bit smaller (not even very much smaller than some modern regex implementations). Sure, a regex module is available, but other packages will generally prefer to use 'patterns' instead, because they're built in.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds