Hacker News new | ask | show | jobs
by Drahflow 4002 days ago
There are semicolons :) They do sequential function composition:

{ /foo dump } /f defv { /bar dump } /g defv

f g ; /h deff

h # "foo" "bar"