lexi-lambda changed the topic of #racket to: Racket v7.2 has been released: https://blog.racket-lang.org/2019/01/racket-v7-2.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
vraid has quit [Ping timeout: 240 seconds]
ubLIX has quit [Ping timeout: 245 seconds]
dddddd has quit [Ping timeout: 250 seconds]
laszloko_ has joined #racket
laszlokorte has quit [Ping timeout: 246 seconds]
dddddd has joined #racket
moldybits` has quit [Quit: WeeChat 2.4]
buyfn has joined #racket
laszloko_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
keep_learning has joined #racket
FreeFull has quit []
buyfn has quit [Ping timeout: 240 seconds]
efm has quit [Read error: Connection reset by peer]
moldybits has joined #racket
zmt01 has joined #racket
zmt00 has quit [Ping timeout: 250 seconds]
efm has joined #racket
dddddd has quit [Remote host closed the connection]
soegaard has joined #racket
selimcan has joined #racket
soegaard has quit [Quit: soegaard]
selimcan has quit [Ping timeout: 258 seconds]
selimcan has joined #racket
buyfn has joined #racket
brainacid0 has joined #racket
<brainacid0> Hello. Im new to programming in a way. I have played with Linux for 22 yrs. Im 34. Im studying 2HtDP and enjoying it a lot. I have run into some confusions and I hope I can chat with someone. Thanks ;)
<brainacid0> j #scheme
brainacid0 has quit [Read error: No route to host]
brainacid0 has joined #racket
soegaard has joined #racket
Arcaelyx has quit [Quit: Textual IRC Client: www.textualapp.com]
brainacid0 has quit [Ping timeout: 264 seconds]
brainacid0 has joined #racket
brainacid0 has quit [Client Quit]
endformationage has quit [Quit: WeeChat 2.4]
libertyprime has quit [Ping timeout: 250 seconds]
ricekrispie2 has joined #racket
ricekrispie has quit [Ping timeout: 245 seconds]
buyfn has quit [Quit: buyfn]
laszlokorte has joined #racket
buyfn has joined #racket
libertyprime has joined #racket
laszlokorte has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
buyfn has quit [Quit: buyfn]
dddddd has joined #racket
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
Riviera_ has quit [Read error: Connection reset by peer]
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
selimcan has quit [Ping timeout: 244 seconds]
selimcan has joined #racket
buyfn has joined #racket
plugd has joined #racket
selimcan has quit [Ping timeout: 252 seconds]
dimitarvp has joined #racket
DGASAU has joined #racket
dimitarvp has quit [Read error: Connection reset by peer]
soegaard has quit [Quit: soegaard]
_whitelogger has joined #racket
ubLIX has joined #racket
mSSM has joined #racket
ubLIX has quit [Ping timeout: 245 seconds]
fmu_ has joined #racket
fmu has quit [Ping timeout: 250 seconds]
buyfn has quit [Quit: buyfn]
YuGiOhJCJ has joined #racket
libertyprime has quit [Ping timeout: 264 seconds]
DGASAU has quit [Read error: Connection reset by peer]
libertyprime has joined #racket
DGASAU has joined #racket
ym555 has joined #racket
orivej has quit [Ping timeout: 250 seconds]
aeth has quit [Ping timeout: 245 seconds]
aeth has joined #racket
vraid has joined #racket
libertyprime has quit [Ping timeout: 250 seconds]
iyzsong has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
<caltelt> After learning OCaml a bit, I much prefer the prefix format for function contracts. More lispy to boot.
<caltelt> But it's just a style thing, of course /shrug
edoput has quit [Quit: ZNC 1.6.5+deb1+deb9u1 - http://znc.in]
quipa has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #racket
laszlokorte has joined #racket
endformationage has joined #racket
mSSM has quit [Quit: WeeChat 2.4]
orivej has quit [Ping timeout: 250 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 258 seconds]
iyzsong has quit [Ping timeout: 252 seconds]
ng0 has joined #racket
orivej has joined #racket
endformationage has quit [Ping timeout: 268 seconds]
ym555 has quit [Ping timeout: 258 seconds]
<technomancy> J_Arcane: wow, I just saw the reason 6.0 was dropped: https://github.com/racket/racket-lang-org/issues/88
<technomancy> and I gotta say, it seems like a very good reason
<technomancy> normally I'm all for letting people stay on old versions, but when the version is so old that it fetches packages over a non-TLS connection... it needs to die, and die fast
endformationage has joined #racket
<J_Arcane> technomancy: :( This is a pain though, because 6.0.1 is the last version that was built for PPC MAcs, and I was hoping to do some Heresy on my retro iBook
<bremner> 7.2 at least builds some of the time on debian/ppc, so it might be possible
selimcan has joined #racket
selimcan is now known as selimcanbek
amz3 has joined #racket
laszlokorte has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<J_Arcane> cool-
<J_Arcane> maybe will try
<technomancy> better not building than trivially-exploitable imo
<BitPuffin> hmm
<BitPuffin> trying my best to obey the web-server documentation
<BitPuffin> it said when you use #rx"" for #:servlet-regexp in conjunction with dispatch-rules you should not have an else
<BitPuffin> but I can't seem to figure out how to find my static file anyway
<BitPuffin> but I haven't actually narrowed it down to necessarily be the dispatcher :P could just be the #rx"" or something
<BitPuffin> even tried adding the htdocs manually etc
ym555 has joined #racket
selimcanbek has left #racket ["Leaving"]
<BitPuffin> hmm it appears to be adding the regexp that causes it
Arcaelyx has joined #racket
plugd has quit [Quit: rcirc on GNU Emacs 26.1]
<BitPuffin> ah, it works with #:servlet-regexp #rx"(?!style.css)"
<BitPuffin> lols
<BitPuffin> ah nope, just getting trolled by web browser cache
dbmikus has joined #racket
dustyweb has quit [Ping timeout: 250 seconds]
eddof13 has joined #racket
selimcan has joined #racket
cemerick has quit [Read error: Connection reset by peer]
gf3 has quit [Read error: Connection reset by peer]
rodlogic has quit [Read error: Connection reset by peer]
cemerick has joined #racket
gf3 has joined #racket
rodlogic has joined #racket
laszlokorte has joined #racket
JStoker has quit [Ping timeout: 250 seconds]
JStoker has joined #racket
sauvin has quit [Ping timeout: 250 seconds]
dbmikus has quit [Ping timeout: 246 seconds]
dbmikus has joined #racket
ym555 has quit [Ping timeout: 246 seconds]
selimcan-i_sani has joined #racket
selimcan has quit [Killed (verne.freenode.net (Nickname regained by services))]
selimcan-i_sani is now known as selimcan
pera has joined #racket
orivej has quit [Ping timeout: 240 seconds]
efm has quit [Ping timeout: 252 seconds]
dustyweb has joined #racket
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
pierpal has joined #racket
ym555 has joined #racket
<lavaflow> has anybody else noticed that with recent versions of firefox, racket documentation locks up the browser until the page stops rendering (2 or 3 seconds) ?
<lavaflow> I'm quite sure it's firefox's fault, but I'm wondering if anybody else has noticed it and might have an idea when it started
<dustyweb> hello #racket!
<bremner> dustyweb: welcome back!
<dustyweb> hi bremner
<dustyweb> thanx
* dustyweb has been moving
eddof13 has quit [Quit: eddof13]
dbmikus has quit [Ping timeout: 246 seconds]
dbmikus has joined #racket
vraid has quit [Disconnected by services]
vraid has joined #racket
<pono> lavaflow: I'm on Firefox Nightly but don't notice that with docs.racket-lang.org or local documentation
<lavaflow> huh
<lavaflow> it's very pronounced for me with docs.racket-lang.org. I guess I should probably try with a fresh profile though.
<bremner> I'm using firefox-esr, that probably doesn't count as recent
FreeFull has joined #racket
efm has joined #racket
<greghendershott> lavaflow: I haven't noticed that on Firefox latest version on Ubuntu, macOS, or Windows.
<greghendershott> I think I've used it on all 3 OSs w/in the last couple months, to some extent. Used fairly heavily last month on Ubuntu.
<greghendershott> BTW "latest" I mean e.g. Firefox 66.0.2. I'm not as cool as pono and don't use nightly builds. :)
ym555 has quit [Ping timeout: 244 seconds]
efm has quit [Ping timeout: 245 seconds]
ym555 has joined #racket
FreeFull has quit [Quit: rebooting]
FreeFull has joined #racket
efm has joined #racket
<lavaflow> yeah I'm on 66.0.2 as well, I guess it's something specific to my setup
ng0 has quit [Quit: Alexa, when is the end of world?]
eddof13 has joined #racket
ym555 has quit [Ping timeout: 246 seconds]
ym555 has joined #racket
libertyprime has joined #racket
eddof13 has quit [Quit: eddof13]
eddof13 has joined #racket
pierpal has quit [Ping timeout: 252 seconds]
selimcan has quit [Remote host closed the connection]
<jboy> If you don't want to mess with your firefox install, maybe you can install zealdocs to browse the racket documentation instead.
<jboy> ^ lavaflow
amz3 has quit [Quit: WeeChat 2.2]
pera has quit [Quit: leaving]
pera has joined #racket
pera has quit [Client Quit]
pera has joined #racket
selimcan has joined #racket
Fernando-Basso has joined #racket
jcowan has quit [Quit: Connection closed for inactivity]
gko has quit [Ping timeout: 252 seconds]
gko has joined #racket
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
selimcan has quit [Remote host closed the connection]
<caltelt> lavaflow: Yes I noticed it, but only with local docs, didn't have the issue with the web
<caltelt> On FF dev edition, and a relatively new build of racket's master branch
<caltelt> I think I noticed it with FF DE when it was 66.x as well
efm has quit [Remote host closed the connection]
efm has joined #racket
Sgeo_ has joined #racket
libertyprime has quit [Ping timeout: 246 seconds]
libertyprime has joined #racket
Sgeo has quit [Ping timeout: 250 seconds]
pera has quit [Quit: leaving]
pera has joined #racket
libertyprime has quit [Ping timeout: 268 seconds]
libertyprime has joined #racket
eddof13 has quit [Quit: eddof13]
rain1 has quit [Ping timeout: 244 seconds]
rain1 has joined #racket
pera has quit [Quit: leaving]
pera has joined #racket
quipa has quit [Ping timeout: 250 seconds]
efm has quit [Ping timeout: 245 seconds]
efm has joined #racket
pera has quit [Quit: leaving]