phil
2016-6-11 00:14:19

@phil has joined the channel


phil
2016-6-11 00:15:29

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


lexi.lambda
2016-6-11 06:10:36

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


cky
2016-6-11 06:23:41

@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, …


cky
2016-6-11 06:24:33

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.


cky
2016-6-11 06:25:39

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


cky
2016-6-11 06:27:15

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”


cky
2016-6-11 06:27:31

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