
How unsafe is unsafe-provide
? Should it be possible to crash Racket by calling a TypedRacket function provided using unsafe-provide
by supplying it incorrect parameters?

Yes, you can crash things

If all the typed code in question uses #:no-optimize
then there shouldn’t be any crashes, though

@mylenthes has joined the channel

Does anyone know if i’ll run into problems using gui sliders to control variables that are being used to plot graphs using the Plot library?

I think I’d done that at some point. Didn’t spot any particular issue AFAIR

Ok sweet. Thanks. I didn’t think so either.

Quickscript Competition community choice vote: Vote for your favourites at https://forms.gle/WQL2s1Y9AKwyawrv9 Vote closes Thursday 20 August Winners announced Friday 21 August!

thanks, I think I know how to fix the problem I have, just wasn’t sure if the crash should be reported or not (sounds like it should not)