dzoe changed the topic of #racket to: Racket v8.0 has been released: https://blog.racket-lang.org/2021/02/racket-v8-0.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
vraid has quit [Ping timeout: 245 seconds]
acarrico has quit [Ping timeout: 240 seconds]
badkins has quit [Remote host closed the connection]
countvajhula has joined #racket
nullcone has joined #racket
badkins has joined #racket
orivej has quit [Ping timeout: 264 seconds]
badkins has quit [Ping timeout: 265 seconds]
<friscosam> gracefu: you could also (provide (rename-out [a b]))
<friscosam> But that only exposes the name b outside of the module you are in
dbmikus has quit [Ping timeout: 264 seconds]
<gracefu> friscosam: so i guess the real solution when needing to do renames is to make new "renaming modules"?
<gracefu> i guess that works, it feels a little ugly though :P
dbmikus has joined #racket
deeglaze has quit [Quit: leaving]
dbmikus has quit [Ping timeout: 256 seconds]
Lowl3v3l has quit [Quit: Leaving.]
dhil has quit [Ping timeout: 265 seconds]
caente has quit [Ping timeout: 272 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
endformationage has quit [Quit: WeeChat 2.9]
bitmapper has quit [Quit: Connection closed for inactivity]
Sgeo has quit [Read error: Connection reset by peer]
narimiran has joined #racket
countvajhula has quit [Ping timeout: 264 seconds]
emacsomancer has quit [Ping timeout: 265 seconds]
srandon111 has joined #racket
orivej has joined #racket
emacsomancer has joined #racket
m455 has quit [Remote host closed the connection]
m455 has joined #racket
louis771 has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
louis771 has quit [Quit: Textual IRC Client: www.textualapp.com]
louis771 has joined #racket
cheers- has quit [Quit: cheers-]
orivej has quit [Ping timeout: 244 seconds]
rgherdt has joined #racket
cheers has joined #racket
cheers has quit [Client Quit]
cheers has joined #racket
libertyprime has joined #racket
Major_Biscuit has joined #racket
Lowl3v3l has joined #racket
libertyprime has quit [Read error: Connection reset by peer]
orivej has joined #racket
YuGiOhJCJ has joined #racket
libertyprime has joined #racket
badkins has joined #racket
YuGiOhJCJ has quit [Remote host closed the connection]
YuGiOhJCJ has joined #racket
badkins has quit [Ping timeout: 260 seconds]
dhil has joined #racket
Major_Biscuit has quit [Ping timeout: 244 seconds]
libertyprime has quit [Quit: leaving]
Major_Biscuit has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
rgherdt has quit [Ping timeout: 272 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 265 seconds]
caente has joined #racket
m455 has quit [Quit: WeeChat 2.3]
m455 has joined #racket
rgherdt has joined #racket
acarrico has joined #racket
orivej has quit [Ping timeout: 265 seconds]
acarrico has quit [Ping timeout: 245 seconds]
corpix_ has joined #racket
corpix has quit [Ping timeout: 268 seconds]
phillbush has joined #racket
badkins has joined #racket
notzmv has quit [Ping timeout: 240 seconds]
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
acarrico has joined #racket
louis771 has joined #racket
rj has joined #racket
Major_Biscuit has quit [Ping timeout: 256 seconds]
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
louis771 has joined #racket
Sgeo has joined #racket
jsomedon has joined #racket
Major_Biscuit has joined #racket
bitmapper has joined #racket
endformationage has joined #racket
jsomedon has quit [Quit: jsomedon]
badkins has quit [Remote host closed the connection]
orivej has joined #racket
badkins has joined #racket
idxu has quit [Quit: ZNC - https://znc.in]
yurb has quit [Ping timeout: 246 seconds]
Blkt has quit [Read error: Connection reset by peer]
peddie has quit [Ping timeout: 246 seconds]
idxu has joined #racket
Blkt has joined #racket
Major_Biscuit has quit [Ping timeout: 265 seconds]
JJJollyjim has quit [Ping timeout: 240 seconds]
clacke has quit [Ping timeout: 240 seconds]
Major_Biscuit has joined #racket
biotim has quit [Ping timeout: 258 seconds]
jA_cOp has quit [Ping timeout: 258 seconds]
BitPuffin has quit [Ping timeout: 258 seconds]
haskal has quit [Ping timeout: 268 seconds]
b625e17[m] has quit [Ping timeout: 258 seconds]
l-as has quit [Ping timeout: 258 seconds]
Major_Biscuit has quit [Read error: Connection timed out]
Major_Biscuit has joined #racket
notzmv has joined #racket
yurb has joined #racket
<friscosam> gracefu: This also works similar to jcowan's solution with less redirection.
<friscosam> (define-syntax b (syntax-local-value #'a))
<jcowan> Ah, good to know. My solution is however portable.
<friscosam> Very true!
peddie has joined #racket
JJJollyjim has joined #racket
clacke has joined #racket
haskal has joined #racket
jA_cOp has joined #racket
BitPuffin has joined #racket
l-as has joined #racket
b625e17[m] has joined #racket
biotim has joined #racket
dbmikus has joined #racket
Major_Biscuit has quit [Ping timeout: 256 seconds]
<evdubs> xandkar, i second the http-easy recommendation
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #racket
dbmikus has quit [Ping timeout: 272 seconds]
marinin[t] has joined #racket
dbmikus has joined #racket
<gracefu> friscosam: this is exactly what i was looking for! thanks!
<gracefu> i'm guessing this is implemented as a builtin in racket
dbmikus has quit [Ping timeout: 256 seconds]
dbmikus has joined #racket
marinin[t] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 258 seconds]
rj has quit [Ping timeout: 268 seconds]
rj has joined #racket
<jcowan> Is there a reasonably complete list of #langs?
<m455> i have honestly wanted to know this too lol
<jcowan> The Racket manual I assume only documents the ones supported by Racket Inc. (also known as "Girder For Hire")
narimiran has quit [Ping timeout: 264 seconds]
marinin[t] has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
endformationage has joined #racket
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
endformationage has joined #racket
m455 has quit [Quit: WeeChat 2.3]
srandon111 has quit [Remote host closed the connection]
m455 has joined #racket
louis771_ has joined #racket
orivej has joined #racket
louis771 has quit [Ping timeout: 256 seconds]
louis771_ has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
phillbush has quit [Remote host closed the connection]
phillbush has joined #racket
marinin[t] has quit [Quit: Textual IRC Client: www.textualapp.com]
dbmikus has quit [Ping timeout: 256 seconds]
dbmikus has joined #racket
rgherdt has quit [Ping timeout: 264 seconds]
<friscosam> gracefu: yes syntax-local-value is part of the macro/syntax machinery
<friscosam> jcowan: if you search for #lang on the racket docs site you get all of the langs that have docs on the package server
<jcowan> Thanks. I have seen references to #lang c, which presumably is outboard
<jcowan> and I know #lang algol60 is there
<jcowan> Google search finds a lot more