lua-users home
lua-l archive

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



In the spirit of current library naming convention, I propose 'ext.*' to be the namespace for such non-ANSI C extensions.

	ext.delay()
	ext.osx.applescript()

..and so on


4.8.2004 kello 21:52, Brian Hook kirjoitti:

 That said, there are certain concepts that are common across a huge
range of platforms that could easily be encapsulated in a single file
and would likely benefit a lot of users.  The obvious ones are a ms
accurate timer (when available), sleep, and maybe a handful of others.