greghendershott has quit [Ping timeout: 265 seconds]
ullbeking has quit [Max SendQ exceeded]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
samth has joined #racket
ullbeking has joined #racket
greghendershott has joined #racket
badkins has quit [Ping timeout: 246 seconds]
nullman has quit [Ping timeout: 256 seconds]
nullman has joined #racket
vraid has quit [Remote host closed the connection]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
dvdmuckle has quit [Quit: Bouncer Surgery]
dvdmuckle has joined #racket
xgqt has quit [Ping timeout: 246 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #racket
libertyprime has joined #racket
orivej has quit [Ping timeout: 264 seconds]
orivej_ has joined #racket
libertyprime has quit [Read error: Connection reset by peer]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #racket
endformationage has quit [Ping timeout: 256 seconds]
epony has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
libertyprime has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
_whitelogger has joined #racket
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
dddddd has quit [Remote host closed the connection]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
sauvin has joined #racket
libertyprime has quit [Ping timeout: 264 seconds]
libertyprime has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 264 seconds]
rgherdt has joined #racket
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #racket
xgqt has joined #racket
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
lavaflow has quit [Ping timeout: 260 seconds]
libertyprime has quit [Remote host closed the connection]
lavaflow has joined #racket
lavaflow has quit [Ping timeout: 264 seconds]
rgherdt has quit [Remote host closed the connection]
rgherdt has joined #racket
buyfn has joined #racket
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
buyfn has quit [Quit: buyfn]
buyfn has joined #racket
buyfn has quit [Client Quit]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
buyfn has joined #racket
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
buyfn has quit [Client Quit]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
SGASAU has quit [Ping timeout: 264 seconds]
buyfn has joined #racket
<dzoe>
samth: Matthew is a rock star :)
<dzoe>
samth: see 1117392cb5524a2ce150384d405fb2a81ef47daa and 42cb80bc70e1fb97dabd1e0a2dff5d93257b1f40
<dzoe>
Maybe I should prepare a talk about "How to help with futures, GC, JIT and flonum conversions by re-implementing Quake1-like rasterizer in Racket" :)
<dzoe>
Btw, the second (fl->fx) - I didn't even notice that. A few weeks ago I just realized that unsafe-fx->fl behaves "better" than the safe version and forgot about it.
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
iyzsong has joined #racket
Codaraxis_ has joined #racket
Codaraxis__ has quit [Ping timeout: 256 seconds]
Codaraxis__ has joined #racket
Codaraxis_ has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
epony has joined #racket
rgherdt has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
DGASAU has quit [Read error: Connection reset by peer]
<samth>
dzoe: did you find that bug, or did Matthew?
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
jellie has joined #racket
DGASAU has quit [Read error: Connection reset by peer]
<dzoe>
samth: for the first one, I was finally able to create a MWE (3k lines of racket + short shell/gdb script)
<dzoe>
samth: for the second one, I just started using the "correct" version and forgot about it and Matthew noticed the safe version is actually inconsistent
<dzoe>
If it only wasn't the end of semester and I didn't have so many works to grade, I would definitely continue immediately. So many things to try and improve ...
orivej has quit [Quit: No Ping reply in 180 seconds.]
<samth>
dzoe: how is CS performance with unboxing?
<dzoe>
dzoe: that is one of those things I didn't start working on :(
<dzoe>
To be honest, I didn't even have the time to compile Racket CS so far and I am only using snapshot builds to do minimal testing.
orivej has joined #racket
dddddd has joined #racket
rgherdt has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 246 seconds]
DGASAU has joined #racket
badkins has joined #racket
<erkin>
Is the Racket bytecode magic number documented somewhere?
poga has joined #racket
<samth>
erkin: I don't believe so
<erkin>
I'm writing a file(1) patch containing magic signatures of Scheme and Racket files and it's frustrating how underdocumented everything is.
even4void has joined #racket
jellie has quit [Ping timeout: 256 seconds]
<erkin>
From what I can tell, it's #~\3{version}\6racket but I might be misreading something.