samth changed the topic of #racket to: Racket v7.7 has been released: https://blog.racket-lang.org/2020/05/racket-v7-7.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
dbmikus has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #racket
Oxyd has quit [Ping timeout: 256 seconds]
Oxyd has joined #racket
catonano_ has joined #racket
catonano has quit [Ping timeout: 264 seconds]
catonano_ is now known as catonano
efm has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
vraid has quit [Remote host closed the connection]
orivej has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 264 seconds]
badkins has joined #racket
dbmikus has quit [Ping timeout: 246 seconds]
badkins has quit [Ping timeout: 260 seconds]
greghendershott has quit [Ping timeout: 272 seconds]
ullbeking has quit [Ping timeout: 272 seconds]
greghendershott has joined #racket
ullbeking has joined #racket
ullbeking has quit [Max SendQ exceeded]
orivej_ has quit [Ping timeout: 256 seconds]
ullbeking has joined #racket
dddddd has quit [Ping timeout: 244 seconds]
Codaraxis__ has joined #racket
Codaraxis_ has quit [Ping timeout: 258 seconds]
ullbeking has quit [Ping timeout: 256 seconds]
ullbeking has joined #racket
badkins has joined #racket
narimiran has joined #racket
badkins has quit [Ping timeout: 246 seconds]
endformationage has quit [Quit: WeeChat 2.6]
aidalgol has quit [Remote host closed the connection]
DGASAU has joined #racket
bocaneri has joined #racket
aidalgol has joined #racket
narimiran has quit [Ping timeout: 246 seconds]
orivej has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
rgherdt has joined #racket
rgherdt has quit [Read error: Connection reset by peer]
young has joined #racket
orivej has quit [Ping timeout: 265 seconds]
rgherdt has joined #racket
narimiran has joined #racket
young has quit [Remote host closed the connection]
buyfn has joined #racket
badkins has joined #racket
buyfn has quit [Ping timeout: 260 seconds]
badkins has quit [Ping timeout: 260 seconds]
buyfn has joined #racket
dvdmuckle has quit [Ping timeout: 245 seconds]
dvdmuckle has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
<dzoe> Strange days indeed ... RacketCS 7.6 without flonum inlining outperforms all my other variants of Racket on heavily-optimized 4x4 flonum matrix multiplication - even though it is still with boxed flonums.
<dzoe> I think it is time to start using CS master HEAD as well.
buyfn has quit [Quit: buyfn]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
<dzoe> Hmhm
<dzoe> Anyone here with experience with compiling Racket CS?
<dzoe> Either I'm doing something wrong or there's a bug in the bootstrap process using racket as it fails to generate ChezScheme/nanopass/nanopass/implementation-helpers.ikarus.ss file (I've got Racket ChezScheme branch sources and the directory nanopass is there - just empty)
buyfn has joined #racket
aidalgol has quit [Read error: Connection reset by peer]
buyfn has quit [Ping timeout: 246 seconds]
TCZ has joined #racket
simendsjo has joined #racket
rgherdt has quit [Quit: Leaving]
rgherdt has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 258 seconds]
nikita` has joined #racket
TCZ has quit [Quit: Leaving]
badkins has joined #racket
overflow has joined #racket
lavaflow has quit [Ping timeout: 264 seconds]
dustyweb has quit [Remote host closed the connection]
TCZ has joined #racket
ivan` has joined #racket
ivan` has quit [Quit: ivan`]
orivej has joined #racket
TCZ has quit [Quit: Leaving]
notzmv has quit [Ping timeout: 246 seconds]
acarrico has quit [Ping timeout: 260 seconds]
<samth> dzoe: you need to do `git submodule init`
badkins has quit [Remote host closed the connection]
badkins has joined #racket
acarrico has joined #racket
badkins has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
simendsjo has quit [Ping timeout: 256 seconds]
notzmv has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins_ has joined #racket
TCZ has joined #racket
nebunez has quit [Read error: Connection reset by peer]
nebunez has joined #racket
dustyweb has joined #racket
acarrico has quit [Ping timeout: 258 seconds]
lavaflow has joined #racket
dddddd has joined #racket
efm has quit [Ping timeout: 256 seconds]
simendsjo has joined #racket
efm has joined #racket
orivej has quit [Ping timeout: 265 seconds]
orivej_ has joined #racket
orivej_ has quit [Ping timeout: 264 seconds]
orivej has joined #racket
badkins_ has quit [Remote host closed the connection]
badkins has joined #racket
Bjarno has joined #racket
badkins has quit [Ping timeout: 265 seconds]
dbmikus has joined #racket
TCZ has quit [Quit: Leaving]
simendsjo has quit [Ping timeout: 260 seconds]
buyfn has joined #racket
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 264 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
emacsomancer has quit [Read error: Connection reset by peer]
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
iyzsong has joined #racket
buyfn has quit [Quit: buyfn]
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #racket
emacsomancer has joined #racket
bocaneri has quit [Read error: Connection reset by peer]
acarrico has joined #racket
simendsjo has joined #racket
simendsjo has quit [Ping timeout: 240 seconds]
buyfn has joined #racket
badkins has joined #racket
efm has quit [Read error: Connection reset by peer]
TCZ has joined #racket
efm has joined #racket
orivej has quit [Ping timeout: 240 seconds]
<dzoe> samth: is it documented somewhere? I went through all READMEs in racket/ChezScheme and racket/racket repositories (with detail in racket/src/cs/) and failed miserably.
orivej has joined #racket
<dzoe> samth: I'll try that though and probably write a short article for others to jump easily on the same train
dbmikus has quit [Ping timeout: 256 seconds]
dbmikus has joined #racket
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
aidalgol has joined #racket
buyfn has quit [Quit: buyfn]
buyfn has joined #racket
narimiran has quit [Ping timeout: 240 seconds]
zv has joined #racket
travv0 has quit [Read error: Connection reset by peer]
travv0 has joined #racket
buyfn has quit [Quit: buyfn]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
TCZ has quit [Quit: Leaving]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 246 seconds]
nikita` has quit [Quit: leaving]
thallada has quit [Ping timeout: 260 seconds]
rgherdt has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 240 seconds]
badkins has joined #racket
orivej has joined #racket
jcowan has joined #racket
<jcowan> Is there a paper about Racket units? Dr. Google not helpful today.
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
thallada has joined #racket
Bjarno has quit [Ping timeout: 258 seconds]
TCZ has joined #racket
efm has quit [Remote host closed the connection]
efm has joined #racket
TCZ has quit [Quit: Leaving]
aeth has quit [Read error: Connection reset by peer]
aeth has joined #racket
<samth> jcowan: search for units here: http://www.cs.utah.edu/~mflatt/publications/index.html
<jcowan> Thanks!
<samth> dzoe: i think probably the best fix is a check in that makefile that errors with a useful message
<samth> jcowan: is there something in particular that you want to know? that's a lot of papers to look through
<jcowan> No, just trawling for interesting ideas
<jcowan> I wish there was a unified Racket bibliography, though
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
badkins has quit [Remote host closed the connection]