Category:Critcl

From Rosetta Code
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

This library for Tcl is used to allow inline C code directly inside scripts as a foreign language. The library manages access to the compiler and caching the compiled code so that repeat runs are fast. The code that it builds is loaded into the Tcl interpreter as a dynamic library.

Key Links