critcl
compiled runtime in Tcl
Install
- All systems
-
curl cmd.cat/critcl.sh
- Debian
-
apt-get install critcl
- Ubuntu
-
apt-get install critcl
- Kali Linux
-
apt-get install critcl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install critcl
- Raspbian
-
apt-get install critcl
- Dockerfile
- dockerfile.run/critcl
critcl
compiled runtime in Tcl
Critcl takes a snippet of C, generates Tcl interface, sends it to the compiler, and then dynamically links the code. Checksums are used to only recompile when needed, so the build overhead really applies only once.