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
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
dbmikus has quit [Ping timeout: 240 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
catonano has quit [Read error: Connection reset by peer]
nullcone has quit [Quit: Connection closed for inactivity]
badkins has joined #racket
orivej has quit [Ping timeout: 244 seconds]
orivej has joined #racket
jjsimpso has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
dan_f has joined #racket
dan_f has quit [Client Quit]
badkins has quit [Remote host closed the connection]
zv has quit [Ping timeout: 246 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
dataangel has quit [*.net *.split]
krono has quit [*.net *.split]
tilpner has quit [*.net *.split]
sagax has quit [*.net *.split]
poga has quit [*.net *.split]
_whitelogger has joined #racket
hexreel has joined #racket
badkins has joined #racket
even4void has joined #racket
badkins has quit [Ping timeout: 256 seconds]
even4void has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nebunez has joined #racket
<nebunez> Hey, I'm getting started with racket, and I'm seeing in the guide(Sec. 3.17) that `set!` can be used to assign to a variable defined by `define`. But I'm getting the error "cannot re-define a constant" when I try to use it in dr.racket. A bit lost here...
hexreel has quit [Quit: hexreel]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
nebunez has quit [Ping timeout: 245 seconds]
_whitelogger has joined #racket
dddddd has joined #racket
Sgeo has quit [Read error: Connection reset by peer]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
Ven`` has joined #racket
<evdubs> (define x 1) (set! x 2) (displayln x) ; doesn't work for you?
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
nullcone has quit [Quit: Connection closed for inactivity]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
Fare has joined #racket
aaaaaa has joined #racket
nisstyre has joined #racket
Fare has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 260 seconds]
orivej_ has joined #racket
aaaaaa has quit [Quit: leaving]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 264 seconds]
orivej_ has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #racket
dbmikus has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 260 seconds]
lavaflow has joined #racket
orivej_ has quit [Ping timeout: 260 seconds]
orivej has joined #racket
<bremner> alas nebunez left right after asking
dbmikus has quit [Ping timeout: 260 seconds]
vegankumpir has joined #racket
vejetary1 has quit [Ping timeout: 264 seconds]
vegankumpir has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
dbmikus has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
dbmikus has quit [Ping timeout: 264 seconds]
orivej has joined #racket
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vegankumpir has joined #racket
arpunk has quit [Remote host closed the connection]
dbmikus has joined #racket
dbmikus has quit [Ping timeout: 246 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
badkins has joined #racket
badkins has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #racket
orivej_ has quit [Ping timeout: 246 seconds]
dbmikus has joined #racket
orivej has joined #racket
dbmikus has quit [Ping timeout: 256 seconds]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
dbmikus has joined #racket
dbmikus has quit [Ping timeout: 260 seconds]
lavaflow has quit [Ping timeout: 246 seconds]
lavaflow has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #racket
orivej_ has joined #racket
orivej has quit [Ping timeout: 240 seconds]
RaycatWhoDat has joined #racket
<RaycatWhoDat> Good morning. I'm evaluating languages for general-purpose text processing and exploratory development (prototyping and such). Currently, I'm torn between D, Raku, and Racket. As Racketeers?, do you feel like Racket fills that niche as a - for lack of a better term - "glue language"? Or are there nuances or limitations that prevent you from reaching for it when a problem presents itself?
<RaycatWhoDat> (For context, I have an inclination towards Raku but 1) the performance isn't there just yet and 2) it's hard to convince people to get behind a language with Perl ancestry when scaling a prototype up.)
even4void has joined #racket
dbmikus has joined #racket
orivej_ has quit [Ping timeout: 240 seconds]
badkins has joined #racket
dbmikus has quit [Ping timeout: 240 seconds]
badkins has quit [Ping timeout: 256 seconds]
even4void has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Sgeo has joined #racket
even4void has joined #racket
<bremner> RaycatWhoDat: It seems like D is pretty different than the other two choices, and would represent a different set of tradeoffs.
<bremner> I find racket good for protyping, but of course it has a smaller pool of programmers than e.g. python
even4void has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
even4void has joined #racket
badkins has joined #racket
<dzoe> RaycatWhoDat: look at at-exp syntax and decide for yourself... I've switched most of my text processing to Racket with custom at-exp based DSLs.
<dzoe> *I've switched ... during the last two years.
orivej has joined #racket
even4void has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
<RaycatWhoDat> Thanks, bremner
<RaycatWhoDat> dzoe: That looks super interesting. Reminds me of what TXR was doing.
dbmikus has joined #racket
nebunez has joined #racket
dbmikus has quit [Ping timeout: 246 seconds]
nebunez has quit [Remote host closed the connection]
nebunez has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
orivej has quit [Ping timeout: 256 seconds]
orivej_ has joined #racket
TCZ has joined #racket
nebunez has left #racket ["ERC (IRC client for Emacs 26.3)"]
orivej_ has quit [Ping timeout: 256 seconds]
johnjay has quit [Ping timeout: 256 seconds]
orivej has joined #racket
nullcone has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
hexreel has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
hexreel has left #racket [#racket]
badkins has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
TCZ has quit [Quit: Leaving]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
badkins has joined #racket
Fare has joined #racket
orivej_ has joined #racket
orivej has quit [Read error: Connection reset by peer]
TCZ has joined #racket
dbmikus has joined #racket
orivej_ has quit [Ping timeout: 246 seconds]
orivej has joined #racket
dbmikus has quit [Ping timeout: 240 seconds]
jackhill has quit [Read error: Connection reset by peer]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
Diagon_ has joined #racket
Diagon has quit [Ping timeout: 240 seconds]
Diagon_ has quit [Client Quit]
badkins has quit [Remote host closed the connection]
sagax has quit [Remote host closed the connection]
jackhill has joined #racket
badkins has joined #racket
nikita` has quit [Quit: leaving]
badkins has quit [Ping timeout: 260 seconds]
TCZ has quit [Quit: Leaving]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
_whitelogger has joined #racket
badkins has joined #racket
peddie has joined #racket
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #racket
badkins has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
badkins has joined #racket