Skip to content

Comment on scScript for Linuxparent

Comments

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.