[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Idle 0.10 alpha
- From: Thomas Lauer <thomas.lauer@...>
- Date: Sat, 15 Sep 2007 16:46:51 +0100
The first alpha of Idle is out. Besides a few bug fixes, changes
include:
+ a new module, sqlite3, provides full bindings and functions for
creating and accessing SQLite3 databases
+ module Class implements a simple, but powerful class/object system
+ metamethod __len can be used to override the # operator for userdata,
tables, and strings
+ rawlen() gets the size of userdata, tables or strings without calling
metamethod __len
+ rawtostring() converts values into strings without calling metamethod
__tostring (i.e. function tostring() remains unmodified)
+ table.inject() inserts the fields of one array into another array
+ util.sha1() calculates the SHA1 hash of an arbitrary string
+ the Idle compiler now supports producing executables for the Windows
and console subsystems
This version is available for systems running Windows 2000 and later.
For details, documentation and downloads see http://idle.thomaslauer.com
--
cheers thomasl
web : http://thomaslauer.com/start