Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5116 days ago | link | parent

what if you could define outstring, instring, call-w/stdin, and call-w/stdout in Arc itself? What if you want to redirect to something other than a string?

Hmm, perhaps I should replace these definitions with a single generic set of methods that can be extended for new types:

https://github.com/akkartik/wart/blob/109a04ff440739c49117f2...

I just need good names, the rest is easy in wart..