lua-users home
lua-l archive

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


I already did a limited source code release for some people with special
needs; it turned out that releasing source code is not as
straightforward as I thought. Additionally, I am off my machine for
extended periods of time; this doesn't help either.

But I will release the source code RSN;-) probably sometime in July.

Cheers Thomas

sagasw <sagasw@gmail.com> wrote:
----original message----
From: sagasw <sagasw@gmail.com>
Date: Wed, 23 Jun 2010 10:45:46 +0800
Subj: Re: [ANN] Idle v1.01
> Why no source code released?
> 
> ------------------------------------------
> blog: http://sunxiunan.com/
> C++, Lua, living in Dalian
> http://twitter.com/sagasw
> ------------------------------------------
> 
> 
> On Tue, Jun 22, 2010 at 9:27 PM, Thomas Lauer <thomas.lauer@virgin.net>wrote:
> 
> > Idle 1.01 released
> > ------------------
> >
> > I am happy to announce the release of Idle version 1.01. This is a
> > bugfix and documentation enhancement release.
> >
> > See http://idle.thomaslauer.com for details about Idle and
> > http://idle.thomaslauer.com/IdleDownload.html for downloads.
> >
> > This version is released under an MIT-style licence. It is available for
> > systems running Windows 2000 and later.
> >
> > What is Idle?
> > -------------
> >
> > Idle is an extremely compact scripting language based on Lua (see
> > http://www.lua.org ). Idle adds some language features to the mix,
> > offers a comprehensive runtime library and a compiler that produces
> > extremely small .exe files, both for the console and gui subsystems.
> >
> > The Idle core library (idle03.dll, just 230 KB) supports, among many
> > other things, the following:
> >
> > - a complete GUI module for simple dialog boxes
> > - pre-emptive multitasking (besides coroutines which are also supported)
> > - win32 enhancements: console window support, the ability to send
> >  keystrokes to other applications and manipulate windows and   processes
> > - full Perl-compatible regular expressions
> > - mapping and reading of archive files (.zip and .7z files)
> > - a socket library for networking support (high- and low-level)
> > - a transparent just-in-time compiler backend which makes an already
> >  fast language even faster
> >
> > Among the optional add-ons are the following libraries:
> >
> > - embed live Perl code (supports dynamic loading of Perl modules)
> > - compile and execute C code on the fly
> > - complete SQLite 3 support
> >
> > --
> > cheers  thomasl
> >
> > web : http://thomaslauer.com/start
> >