
@phil has joined the channel

where is the best place to get a racket question answered? SO seems to have very few Racket tagged questions

@phil: you might try the Racket IRC channel first, but the best answer is to send something to the mailing list

@phil: It doesn’t hurt to ask on SO, there’s lots of awesome people answering questions like @lexi.lambda, @soegaard2, Óscar López, myself, …

Of course I already answered your question in-channel, but it’s still nice to have a persistent record of that question for others who encounter similar problems.

I wish the Slack (Mac) app isn’t such a memory hog. I’d actually leave it running otherwise.

So you don’t have to dig up logs, here’s the answer: > (call-with-output-string (lambda (p) ((fifth (process*/ports p (current-input-port) (current-error-port) "/bin/date")) 'wait)))
"Fri Jun 10 23:44:57 EDT 2016\n”

Though, please feel free to ask on SO so I can get more rep. :wink: