Skip to content

Comment on scScript for Linux

Comments

congrats, but Tcl is enough for me.

Seeing a lot of mentions of Tcl over the past couple days. Why so much love? When do you reach for it?

because its the integrated scripting language in my app. great for setting things in the app and can do things like

proc a {} { puts "a"}

proc b {} { puts "b"}

set c a

$c ;# prints a

set c b

$c ;# prints c

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.