Re: [9fans] Rc Recursion

2019-01-25 Thread Parker Ellertson
sweet! thanks On 1/25/19 8:03 PM, Skip Tavakkolian wrote: > recursion works fine. here's an example: > > https://gist.github.com/9nut/476be37e25e9561f525036bcf60a2014 > > > On Fri, Jan 25, 2019 at 6:37 PM Parker Ellertson > wrote: > > This might be a stupid question to ask, but how well d

Re: [9fans] Rc Recursion

2019-01-25 Thread Skip Tavakkolian
recursion works fine. here's an example: https://gist.github.com/9nut/476be37e25e9561f525036bcf60a2014 On Fri, Jan 25, 2019 at 6:37 PM Parker Ellertson wrote: > This might be a stupid question to ask, but how well does the rc shell > support recursion in its scripts? I ask because I'm writing

[9fans] Rc Recursion

2019-01-25 Thread Parker Ellertson
This might be a stupid question to ask, but how well does the rc shell support recursion in its scripts? I ask because I'm writing a script which will rely on calling itself a whole bunch. I could write it in python or go or some other language, but I've been wanting to give rc a try for a while.