Version 3 of Ticol

Updated 2022-01-31 00:03:55 by max
What Ticol
Where http://ticol.kerys.co.uk
Description A hobby Tcl interpreter originally based on Picol.
Platforms Windows NT 4.0 SP6a ReactOS 0.4.14+ to Server 2012. 32 and 64 bit
Updated January 2022
License Proprietary non-commercial
Contact See website
Support None

ticol-reactos.png

Recent Changes of this page and other news * 30 Jan 2022 New build has been released with amendments and bugfixes. See [L1 ]

Features

  * Released as an EXE binary and linkable DLL version (ANSI only)
  * Sample Windows GUI and command-line stub test interfaces linking to the DLL version
  * Example C++ code to link dynamically to the DLL version
  * Extensive help file at about 900+ pages, command-line help. HTML and Windows CHM file versions
  * Small footprint portable binary at about 250kb (compressed) with no external dependencies
  * Supports {*}, dynamic linking to external DLLs, double-dereferencing
  * Password protected file obfuscation and localised execution locking via TCX files
  * Flow constructs include: while, loop, goto_block, sub, switch, foreach, on, try/catch, time, catch, for
  * Supports Tcl lists, arrays, dictionary, basic structs, linked lists, C-like arrays
  * Provides an experimental pseudo-assembler language plugin (TicASM)
  * Offers a range of about 40 add-in plugin DLL modules
  * ANSI art viewer plugin, CScript (VBScript), DHCP, DNS, ARP and big number plugins
  * Zip plugin, SMTP email, SQLite, DBase and Ticol DB plugins, event logging, CPU query, FTP etc.
  * HASP and RLM utility plugins
  * About 350 unit tests