hazel
2021-3-5 19:01:42

just compile it from Git


raoul.schorer
2021-3-5 21:28:48

Hi, I’m wondering if I could use +nan.0 or -0.0 to represent a missing value in a (Array Flonum+missing) type. Is that ok, or will it conflict too much with the language (if Racket computations often yield or use +nan.0 or -0.0)?


hectometrocuadrado
2021-3-5 23:05:05

raoul.schorer
2021-3-5 23:17:01

Thanks, I did not know about that!


notjack
2021-3-6 00:33:53

You could also use #false, it’s pretty common in racket code to see values of the type “the thing you’re expecting or else false”