Sign inSign up

100hellos/tcl

By 100hellos

Updated 4 months ago

"Hello World!" Written in tcl

Image
0

4.2K

100hellos/tcl repository overview

Hello World! From tcl.

Language page — context, influences, and learning notes on the 100hellos site.

Source on GitHub (100hellos/tcl)

Trying it

docker run --rm --platform="linux/amd64" 100hellos/tcl:latest

Modifying it

Read the repo README, or fork the project and customize it.

For an interactive shell:

docker run --rm --platform="linux/amd64" --entrypoint="" -it 100hellos/tcl:latest zsh

Tcl

Tcl (Tool Command Language) is a scripting language that is used to create a wide variety of applications, including GUIs, web servers, and network clients. It is known for its simplicity and flexibility, and is often used as a "glue" language to connect different software components together.

It quickly captured my heart with the ridiculous "Hello World!" inside. Explore the tutorial here.

Tag summary

Content type

Image

Digest

sha256:dfa08a7bc

Size

34.9 MB

Last updated

4 months ago

docker pull 100hellos/tcl