logoalt Hacker News

uwagartoday at 4:46 PM0 repliesview on HN

i like calling a function f without arguments simply as

f # first word in TCL command line is a command

rather than

f ();

if there was also a function called g, i like to do things like

set a f

$a # calls f

so i can now

set a g

$a # calls g

cool i think.