I've updated the 4NT/TCC plugins for Lua and for Idle to version 0.1.
These new stable builds of lua4nt and idle4nt correct a few shortcomings
of the previous version. They now:
* support Ctrl-C/Ctrl-Break to terminate a running script
* fully support command-line redirection for stdin, stdout and stderr
* include further small changes
Download addresses as given below.
--- from the post for the previous version ---
idle4nt is a ~200 KB plugin dll for 4NT/TCC which includes the Idle
interpreter and the complete the runtime (for details about the language
and the runtime library please see
http://idle.thomaslauer.com ).
This version is much faster on startup than the standalone Idle
interpreter: a simple script, executed 100 times in batch file, takes
about 0.1 sec whereas the standalone version needs 6.8 sec.
A zip file with the dll and the source code can be downloaded here:
http://thomaslauer.com/download/idle4nt01.zip
I have also produced a similar plugin for the script language Lua (Idle
is based on Lua, see http://lua.org ):
http://thomaslauer.com/download/lua4nt01.zip
The Lua version is based on the current 5.1.3 release of Lua.
The source code for both versions is in the public domain.
--
cheers thomasl
web: http://thomaslauer.com/start
These new stable builds of lua4nt and idle4nt correct a few shortcomings
of the previous version. They now:
* support Ctrl-C/Ctrl-Break to terminate a running script
* fully support command-line redirection for stdin, stdout and stderr
* include further small changes
Download addresses as given below.
--- from the post for the previous version ---
idle4nt is a ~200 KB plugin dll for 4NT/TCC which includes the Idle
interpreter and the complete the runtime (for details about the language
and the runtime library please see
http://idle.thomaslauer.com ).
This version is much faster on startup than the standalone Idle
interpreter: a simple script, executed 100 times in batch file, takes
about 0.1 sec whereas the standalone version needs 6.8 sec.
A zip file with the dll and the source code can be downloaded here:
http://thomaslauer.com/download/idle4nt01.zip
I have also produced a similar plugin for the script language Lua (Idle
is based on Lua, see http://lua.org ):
http://thomaslauer.com/download/lua4nt01.zip
The Lua version is based on the current 5.1.3 release of Lua.
The source code for both versions is in the public domain.
--
cheers thomasl
web: http://thomaslauer.com/start