samth changed the topic of #racket to: Racket v7.4 has been released: https://blog.racket-lang.org/2019/08/racket-v7-4.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
notzmv has joined #racket
acarrico has joined #racket
FreeFull has quit []
ketralnis has joined #racket
brettgilio has joined #racket
Fernando-Basso has quit [Quit: Leaving]
ArthurStrong has quit [Quit: leaving]
^[ has quit [Ping timeout: 252 seconds]
krono has quit [Ping timeout: 252 seconds]
englishm has quit [Ping timeout: 252 seconds]
banjiewen has quit [Ping timeout: 252 seconds]
Zandose has quit [Ping timeout: 252 seconds]
theruran has quit [Ping timeout: 250 seconds]
hoek has quit [Ping timeout: 250 seconds]
krono has joined #racket
catonano_ has joined #racket
theruran has joined #racket
englishm has joined #racket
banjiewen has joined #racket
^[ has joined #racket
Zandose has joined #racket
hoek has joined #racket
ketralnis has quit [Quit: Textual IRC Client: www.textualapp.com]
catonano has quit [Ping timeout: 265 seconds]
catonano_ is now known as catonano
lockywolf has joined #racket
acarrico has quit [Ping timeout: 252 seconds]
sword865 has joined #racket
pie_ has quit [Ping timeout: 240 seconds]
pmatos has quit [Ping timeout: 240 seconds]
ng0_ has joined #racket
ng0 has quit [Ping timeout: 260 seconds]
badkins has quit [Remote host closed the connection]
Arcaelyx has joined #racket
AMDphreak has joined #racket
<AMDphreak> Hello, I have a question on StackOverflow. Wondering if someone could give it a whirl. It's about separating GUI code from main program and callbacks
<AMDphreak> whoah, that is a cool bot
<nisstyre> how do I construct a fixed length sequence of bits in Racket? I want to do something like #b0011111111100000000000000000000000000000000000000000000000000000 and have it always be 64 digits
<nisstyre> I'm trying to do some visualizations of how IEEE 754 floats work so I need basically 32/64 bits to play around with
<vraid> a bit vector?
<nisstyre> (I'm calculating the exponent/mantissa myself)
<nisstyre> vraid: hmm yeah that's a better idea
<nisstyre> I just want a nice syntax to write it out as well
<nisstyre> I guess I can make a function to fill it out
<nisstyre> I guess I would then represent it as a list of 1/0
<nisstyre> oh, string->bit-vector is what I want
wreed has joined #racket
Arcaelyx has quit [Quit: Arcaelyx]
q9929t has joined #racket
AMD_phreak has joined #racket
AMD_phreak_ has joined #racket
AMDphreak has quit [Ping timeout: 252 seconds]
Arcaelyx has joined #racket
vraid has quit [Quit: Leaving]
wreed has quit [Quit: Goodbye]
wreed has joined #racket
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
Sgeo__ has joined #racket
Arcaelyx has quit [Quit: Arcaelyx]
Sgeo_ has quit [Ping timeout: 265 seconds]
wreed has quit [Quit: Goodbye]
jao has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
Fare has quit [Ping timeout: 245 seconds]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 252 seconds]
endformationage has quit [Ping timeout: 240 seconds]
_whitelogger has joined #racket
_whitelogger has joined #racket
moldybits has quit [Ping timeout: 268 seconds]
jao has joined #racket
ng0_ has quit [Remote host closed the connection]
ng0_ has joined #racket
dvdmuckle has quit [*.net *.split]
ermo has quit [*.net *.split]
emacsomancer has quit [*.net *.split]
rubic88 has quit [*.net *.split]
lukelau has quit [*.net *.split]
nikoala has quit [*.net *.split]
zv has quit [*.net *.split]
gabot has quit [*.net *.split]
phI||Ip has quit [*.net *.split]
poga has quit [*.net *.split]
rodlogic has quit [*.net *.split]
xd1le has joined #racket
rodlogic has joined #racket
poga has joined #racket
AMD_phreak_ is now known as AMDphreak
nikoala has joined #racket
emacsomancer has joined #racket
ermo has joined #racket
lukelau has joined #racket
zv has joined #racket
phI||Ip has joined #racket
rubic88 has joined #racket
dvdmuckle has joined #racket
gabot has joined #racket
sauvin has joined #racket
orivej has quit [Ping timeout: 265 seconds]
dvdmuckle has quit [*.net *.split]
ermo has quit [*.net *.split]
emacsomancer has quit [*.net *.split]
rubic88 has quit [*.net *.split]
lukelau has quit [*.net *.split]
nikoala has quit [*.net *.split]
zv has quit [*.net *.split]
gabot has quit [*.net *.split]
phI||Ip has quit [*.net *.split]
zv has joined #racket
phI||Ip has joined #racket
dvdmuckle has joined #racket
lukelau has joined #racket
emacsomancer has joined #racket
ermo has joined #racket
nikoala has joined #racket
rubic88 has joined #racket
gabot has joined #racket
emacsomancer has quit [Max SendQ exceeded]
emacsomancer has joined #racket
jao has quit [Ping timeout: 252 seconds]
AMDphreak has quit [Read error: Connection reset by peer]
AMD_phreak has quit [Read error: Connection reset by peer]
ng0_ is now known as ng0
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
q9929t has quit [Remote host closed the connection]
q9929t has joined #racket
aeth has quit [Ping timeout: 245 seconds]
aeth has joined #racket
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
mzan has joined #racket
pmatos has joined #racket
catonano has quit [Ping timeout: 246 seconds]
mzan has quit [Quit: Leaving]
Fernando-Basso has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
mzan has joined #racket
Fernando-Basso has quit [Ping timeout: 250 seconds]
gour has joined #racket
<gour> morning
<gour> does racket's gui (GTK3) work under Wayland under Linux?
iyzsong has joined #racket
Fernando-Basso has joined #racket
<mceier> you can try it yourself: "export GDK_BACKEND=wayland" and run drracket; not sure if it will work
<gour> ok. don't have (dr)racket installed, just curious evaluating few language for potental gui desktop project. (one alternative is Eiffel which is probably at the other side of language's spectrum) :-)
lockywolf has joined #racket
<mceier> I just checked under mutter on fedora and drracket seems to require X11 (ignores GDK_BACKEND and requires DISPLAY environment variables)
<gour> mceier: thank you!
<mceier> oh wait... gour I forgot I'm using XFCE now, lol. Drracket works inside weston
<gour> mceier: i'm on gnome, i'll try for myself (soon)
<mceier> ok
lockywolf has quit [Ping timeout: 265 seconds]
<gour> mceier: drracket works under wayland :-)
<mceier> great :)
<gour> Does CS version already increase Racket's performance?
m1dnight_ has quit [Read error: Connection reset by peer]
m1dnight_ has joined #racket
q9929t has quit [Ping timeout: 240 seconds]
q9929t has joined #racket
xd1le has quit [Quit: leaving]
lavaflow has quit [Ping timeout: 276 seconds]
q9929t1 has joined #racket
q9929t has quit [Ping timeout: 252 seconds]
q9929t1 is now known as q9929t
q9929t1 has joined #racket
q9929t has quit [Ping timeout: 250 seconds]
q9929t1 is now known as q9929t
Fernando-Basso has quit [Quit: Leaving]
q9929t1 has joined #racket
orivej has joined #racket
q9929t has quit [Ping timeout: 245 seconds]
q9929t1 is now known as q9929t
jao has joined #racket
tilpner has quit [Quit: tilpner]
<nisstyre> try xwayland
acarrico has joined #racket
<nisstyre> nvm seems like it works natively?
<mceier> yes, I was trying on XFCE at first (not mutter), which is not a wayland compositor
tilpner has joined #racket
q9929t has quit [Ping timeout: 276 seconds]
dzoe has joined #racket
orivej has quit [Ping timeout: 250 seconds]
dddddd has joined #racket
q9929t has joined #racket
lockywolf has joined #racket
lockywolf has quit [Remote host closed the connection]
sword865 has quit [Quit: Connection closed for inactivity]
endformationage has joined #racket
hjek has joined #racket
q9929t has quit [Ping timeout: 245 seconds]
q9929t has joined #racket
q9929t1 has joined #racket
q9929t has quit [Ping timeout: 246 seconds]
q9929t1 is now known as q9929t
hjek has quit [Ping timeout: 276 seconds]
BitPuffin has joined #racket
olavx200 has joined #racket
MrAxilus has joined #racket
Arcaelyx has joined #racket
orivej has joined #racket
iyzsong has quit [Ping timeout: 252 seconds]
pie_ has joined #racket
tilpner has quit [Quit: tilpner]
orivej has quit [Ping timeout: 252 seconds]
badkins has joined #racket
Arcaelyx has quit [Quit: Arcaelyx]
badkins_ has joined #racket
tazmanoo has joined #racket
Arcaelyx has joined #racket
badkins has quit [Ping timeout: 240 seconds]
manualcrank has quit [Quit: WeeChat 1.9.1]
euhmeuh has left #racket [#racket]
orivej has joined #racket
ermo has quit [Quit: ZNC 1.7.5 - https://znc.in]
ermo has joined #racket
tilpner has joined #racket
orivej has quit [Ping timeout: 246 seconds]
jao has quit [Remote host closed the connection]
Arcaelyx has quit [Quit: Arcaelyx]
jao has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
tilpner has quit [Quit: tilpner]
tilpner has joined #racket
casaca has quit [Ping timeout: 276 seconds]
casaca has joined #racket
tilpner has quit [Read error: Connection reset by peer]
tilpner has joined #racket
ziyourenxiang has quit [Ping timeout: 246 seconds]
dvdmuckle has quit [Quit: Bouncer Surgery]
dvdmuckle has joined #racket
tazmanoo has quit [Ping timeout: 265 seconds]
casaca has quit [Ping timeout: 265 seconds]
casaca has joined #racket
FreeFull has joined #racket
johnjay has quit [Ping timeout: 240 seconds]
johnjay has joined #racket
brettgilio has quit [Ping timeout: 250 seconds]
casaca has quit [Ping timeout: 250 seconds]
casaca has joined #racket
orivej has joined #racket
aidalgol has joined #racket
tazmanoo has joined #racket
pera has joined #racket
dvdmuckle has quit [Quit: Bouncer Surgery]
dvdmuckle has joined #racket
lavaflow has joined #racket
manualcrank has joined #racket
ArthurStrong has joined #racket
hjek has joined #racket
hjek has quit [Ping timeout: 265 seconds]
badkins_ has quit [Ping timeout: 245 seconds]
<samth> gour: see https://www.cs.utah.edu/plt/rkt-on-chez/appendix2.pdf; short answer is "somewhat"
mzan has quit [Quit: Leaving]
fftww has quit [Quit: WeeChat 2.6]
<gour> samth: thanks for the paper!
badkins has joined #racket
hjek has joined #racket
gour has quit [Remote host closed the connection]
tazmanoo has quit [Ping timeout: 240 seconds]
ArthurStrong has quit [Quit: leaving]
acarrico has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 240 seconds]
badkins has quit []
hjek has quit [Quit: hjek]
q9929t has quit [Remote host closed the connection]
q9929t has joined #racket
brettgilio has joined #racket
ziyourenxiang has joined #racket
brettgilio has quit [Ping timeout: 246 seconds]
fftww has joined #racket
pera has quit [Quit: leaving]