Sujet : Re: ANNOUNCE: new TCL shell "atlsh" (reborn tcl8.5.19)
De : aotto1968 (at) *nospam* t-online.de (aotto1968)
Groupes : comp.lang.tclDate : 24. Apr 2025, 14:02:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vudcoj$1jeo1$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 23.04.25 14:09, aotto1968 wrote:
atlsh
=====
The ATL8.5.20 source distribution :
* https://github.com/aotto1968/atlsh
is the continuation of the :
* https://www.tcl-lang.org/software/tcltk/8.5.html - tcl8.5.19
development with the goal of offering a fast, simple and complete language that is based on TCL but still enables new innovative concepts.
history
=======
* 23 apr 2025 - first public announcement.
The porting of the first tcl8.6.20 commands to ATL8.5.20 has been successfully completed.
The following commands have been ported: try/catch/finally, throw, lsearch, lsort, and lassign.
ATL8.5.20 inherits the "tests" directory from tcl8.6.20, ensuring that all "possible" tcl8.6.20 commands run identically under ATL8.5.20. The goal is maximum compatibility with an estimated 20% speed advantage by eliminating the "dead end" of NRE and TCLOO.