jonathan.jewell
2020-5-11 07:45:29

@jonathan.jewell has joined the channel


massung
2020-5-11 13:44:00

Is there a way - when handling an exception - to get/print the stack trace?


soegaard2
2020-5-11 13:44:42

Yes.


soegaard2
2020-5-11 13:44:51

I need to look it up though.


mflatt
2020-5-11 13:45:44

It’s easiest to pass the exception to the (error-display-handler). You can also get the stack trace to print yourself with continuation-mark-set->context.


mflatt
2020-5-11 13:46:41

… after getting the marks with exn-continuation-marks


soegaard2
2020-5-11 13:46:47

@mflatt Nice blog post btw.


mflatt
2020-5-11 13:46:54

Thanks!


massung
2020-5-11 14:04:32

@mflatt thank you, this was what i needed


cseli
2020-5-11 17:31:01

@cseli has joined the channel



greg
2020-5-11 21:35:55

Yes that is a very Hacker News comment thread. :smile: https://news.ycombinator.com/item?id=23136662


greg
2020-5-11 21:42:49

Most of Hacker News is the Monty Python “I want to have an argument” sketch. So that is a helpful life-hack, if you’re busy, just watch that sketch instead. :slightly_smiling_face:


soegaard2
2020-5-11 21:43:13

More true than I like to admit.


soegaard2
2020-5-11 21:43:39

Is “more true” grammatical correct, btw.


greg
2020-5-11 21:44:23

Well. Let’s discuss that. In a winding thread, where we wander off-topic, contradict ourselves, and shift our complaints in the face of evidence that we are wrong. :slightly_smiling_face:


greg
2020-5-11 21:45:46

“more true” is blah blah category theory blah blah Elon Musk blah blah 10X programmer….


greg
2020-5-11 21:47:04

Now you point out how your side-project startup proved this false 10 years ago…


greg
2020-5-11 21:47:06

And so on. :slightly_smiling_face:


soegaard2
2020-5-11 21:51:22

Oh boy - can’t wait to hear your opinion on Facebook :stuck_out_tongue_winking_eye:.


massung
2020-5-11 22:21:53

Where should I file racket/cs bugs? just in racket/racket/issues or is there another repo just for cs?


jaz
2020-5-11 22:22:22

same place


wanpeebaw
2020-5-12 03:11:16

btw, Magic Racket is awesome!


mark.warren
2020-5-12 06:42:00

Can anyone recommend a package for 3d games in Racket? I would like to be able to import Blender files or another standard 3d format if possible.