1. Extending TCL in C with tcl.h - Disabliing [<tcl-cmd>] feature - How to?
2. ANNOUNCE: yajl-tcl 1.2, a Tcl interface to the Yet Another JSON Library (YAJL) JSON generator
This is yajl-tcl, a Tcl C extension written to make the Yet Another JSON Library (YAJL), a C library for parsing and generating JSON, available to Tcl coders. JSON stands for Javascript Object Notation, a popular data exchange format for Javascript.
Although there is already a package in the tcllib library, huddle, that can generate JSON, the big advantage in using yajl-tcl is performance. Also, yajl-tcl can parse JSON as well as generating it.
In a benchmark generating JSON representing 5,000 airports with code, name, latitude and longitude, yajl-tcl was 157 times faster than huddle.
A webpage on yajl-tcl with example use can be found at http://www.yqcomputer.com/
The github project is at https://github.com/lehenbauer/yajl-tcl
A source tarball can be downloaded from https://github.com/downloads/lehenbauer/yajl-tcl/yajl-tcl-1.2.tar.gz or you can clone the git repository using "git clone git://github.com/lehenbauer/yajl-tcl.git"
Karl Lehenbauer
FlightAware
3. Cannot built PL/Tcl because Tcl is not a shared library; skipping it
4. tcl/expect in inferior-tcl buffer
5. Using Tcl::Tk Module with Tcl/Tk 8.5
6. [9fans] second cut of tcl 9pvfs on sources/contrib/axel/tcl/9pvfs
7. [TCL/TK interface] Passing variable to TCL/TK
8. TCL CORE TEAM ANNOUNCES: Daniel Steffen named to Tcl Core Team.
9. BLT overhaul (was: Tcl development priorities (was: gzip/zlib in Tcl))
10. l'C program executing from a tcl script with pipe opened using open command in Tcl
11. l'C program executing from a tcl script with pipe opened using open command in Tcl
12. Tcl extension: check Tcl version?
13. [9fans] tcl 9p support? (via tcl vfs?)
14. [9fans] first cut of tcl 9pvfs on sources/contrib/axel/tcl/9pvfs
15. TCL/PHP problem involving a PHP function that has to utilize a TCL proc