samth changed the topic of #racket to: Racket v7.6 has been released: https://blog.racket-lang.org/2020/02/racket-v7-6.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
catonano has quit [Ping timeout: 260 seconds]
ArthurStrong has quit [Ping timeout: 260 seconds]
catonano has joined #racket
_whitelogger has joined #racket
iyzsong has joined #racket
bitmapper has quit [Ping timeout: 244 seconds]
efm has quit [Ping timeout: 240 seconds]
efm has joined #racket
srandon111 has quit [Quit: leaving]
Fare has joined #racket
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #racket
badkins has joined #racket
YuGiOhJCJ has joined #racket
orivej has quit [Ping timeout: 256 seconds]
badkins has quit [Ping timeout: 260 seconds]
badkins has joined #racket
endformationage has quit [Ping timeout: 246 seconds]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
narimiran has joined #racket
narimiran_ has joined #racket
narimiran has quit [Read error: Connection reset by peer]
dddddd has quit [Remote host closed the connection]
keep_learning has quit [Quit: This computer has gone to sleep]
keep_learning has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins_ has joined #racket
nan` has joined #racket
badkins_ has quit [Remote host closed the connection]
KDr23 has joined #racket
KDr22 has quit [Ping timeout: 265 seconds]
Intensity has quit [Remote host closed the connection]
rgherdt has joined #racket
orivej has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
_whitelogger has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
narimiran_ is now known as narimiran
MustardCheese has joined #racket
dddddd has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
true-grue has joined #racket
narimiran has quit [Ping timeout: 244 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
jellie has joined #racket
TCZ has joined #racket
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
TCZ has quit [Quit: Leaving]
MustardCheese has quit [Ping timeout: 260 seconds]
nan`_ has joined #racket
nan` has quit [Ping timeout: 260 seconds]
jellie has quit [Ping timeout: 244 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
izh_ has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
jellie has joined #racket
keep_learning has quit [Quit: This computer has gone to sleep]
davidl has joined #racket
badkins has joined #racket
efm has quit [Remote host closed the connection]
badkins has quit [Remote host closed the connection]
efm has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
jellie has quit [Ping timeout: 260 seconds]
jellie has joined #racket
efm has quit [Ping timeout: 244 seconds]
efm has joined #racket
efm has quit [Ping timeout: 260 seconds]
efm has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
narimiran has joined #racket
Fare has quit [Ping timeout: 260 seconds]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
badkins has joined #racket
SGASAU has quit [Ping timeout: 260 seconds]
Fare has joined #racket
nullcone has joined #racket
gaqwas has joined #racket
vraid has joined #racket
jellie has quit [Quit: WeeChat 2.8]
izh_ has quit [Quit: Leaving]
narimiran has quit [Quit: leaving]
vraid has quit [Remote host closed the connection]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
Fare has quit [Ping timeout: 246 seconds]
SGASAU has joined #racket
badkins has quit [Remote host closed the connection]
gaqwas has quit [Remote host closed the connection]
badkins has joined #racket
nan`_ has quit [Ping timeout: 244 seconds]
badkins has quit [Ping timeout: 260 seconds]
badkins has joined #racket
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
efm has quit [Read error: Connection reset by peer]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
efm has joined #racket
corpix_ has quit [Quit: corpix_]
corpix has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
efm has quit [Remote host closed the connection]
efm has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
true-grue has quit [Read error: Connection reset by peer]
ArthurStrong has quit [Quit: leaving]
badkins has joined #racket
efm has quit [Read error: Connection reset by peer]
badkins has quit [Ping timeout: 260 seconds]
SGASAU has quit [Remote host closed the connection]
SGASAU has joined #racket
badkins has joined #racket
SGASAU has quit [Remote host closed the connection]
efm has joined #racket
badkins has quit [Ping timeout: 260 seconds]
SGASAU has joined #racket
selimcan has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 244 seconds]
selimcan has quit [Ping timeout: 260 seconds]
Fare has joined #racket
badkins has joined #racket
selimcan has joined #racket
jcowan has joined #racket
<jcowan> Quick question: does Racket still support the lexical syntax #5(1 2 3 4 5) and its variant #5(1 2 3)?
<bremner> rudybot: eval #5(1 2 3)
<rudybot> bremner: ; Value: '#(1 2 3 3 3)
<rudybot> bremner: your sandbox is ready
<bremner> rudybot: eval #5(1 2 3 3 4 5)
<rudybot> bremner: error: eval:1:0: read: vector length 5 is too small, 6 values provided
<bremner> oops
<bremner> rudybot: eval #5(1 2 3 4 5)
<rudybot> bremner: ; Value: '#(1 2 3 4 5)
<jcowan> I keep forgetting about rudy
<jcowan> Thanks.
<bremner> very welcome
<jcowan> eval #2a((1 2) (3 4))
* jcowan sobs because rudy doesn't love him
<jcowan> rudybot: eval #2a((1 2) (3 4))
<rudybot> jcowan: your sandbox is ready
<rudybot> jcowan: error: eval:1:0: read: bad syntax `#2a'
rgherdt has quit [Ping timeout: 260 seconds]
badkins has quit [Remote host closed the connection]
<jcowan> ah well
rmnull has joined #racket
selimcan has quit [Ping timeout: 260 seconds]
selimcan has joined #racket
orivej has quit [Ping timeout: 260 seconds]
keep_learning has joined #racket
SGASAU has quit [Remote host closed the connection]