lexi-lambda changed the topic of #racket to: Racket v7.5 has been released: https://blog.racket-lang.org/2019/11/racket-v7-5.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
lavaflow has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
pera has quit [Quit: leaving]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #racket
bartbes has joined #racket
FreeFull has quit []
orivej has quit [Ping timeout: 268 seconds]
dbmikus has joined #racket
dbmikus has quit [Ping timeout: 240 seconds]
brettgilio has quit [Ping timeout: 260 seconds]
Fernando-Basso has quit [Quit: Leaving]
winny has quit [Ping timeout: 252 seconds]
Sgeo__ has joined #racket
badkins has joined #racket
Sgeo_ has quit [Ping timeout: 265 seconds]
Fare has quit [Ping timeout: 240 seconds]
winny has joined #racket
gendarme has joined #racket
gendarme has quit [Quit: gendarme]
badkins has quit [Remote host closed the connection]
brettgilio has joined #racket
Fare has joined #racket
gendarme has joined #racket
gendarme has quit [Quit: gendarme]
gendarme has joined #racket
gendarme has quit [Remote host closed the connection]
dddddd has quit [Remote host closed the connection]
gendarme has joined #racket
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
N0S4A2 has quit [Quit: WeeChat 2.6]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
gendarme has quit [Quit: gendarme]
orivej has joined #racket
gendarme has joined #racket
gendarme has quit [Ping timeout: 265 seconds]
gendarme has joined #racket
pie_ has quit [Ping timeout: 240 seconds]
endformationage has quit [Quit: WeeChat 2.6]
gendarme has quit [Quit: gendarme]
YuGiOhJCJ has joined #racket
_whitelogger has joined #racket
Fare has quit [Ping timeout: 260 seconds]
Fare has joined #racket
_whitelogger has joined #racket
Fare has quit [Ping timeout: 260 seconds]
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #racket
Fare has joined #racket
Fare has quit [Ping timeout: 260 seconds]
ephemera__ has joined #racket
orivej has quit [Ping timeout: 265 seconds]
libertyprime has joined #racket
yobj has quit [Remote host closed the connection]
yobj has joined #racket
kritixilithos has joined #racket
Arcaelyx has quit [Ping timeout: 268 seconds]
ZombieChicken has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
johnjay has quit [Read error: Connection reset by peer]
johnjay has joined #racket
kritixilithos has quit [Quit: quit]
sauvin has joined #racket
_whitelogger has joined #racket
Sgeo_ has joined #racket
Sgeo__ has quit [Ping timeout: 265 seconds]
hi_im_twee has joined #racket
hi_im_twee has quit [Quit: Leaving]
orivej has joined #racket
hi_im_twee has joined #racket
hi_im_twee has quit [Quit: WeeChat 2.4]
hi_im_twee has joined #racket
libertyprime has quit [Ping timeout: 258 seconds]
twee has quit [Quit: BNC by #bnc4you]
hi_im_twee has quit [Quit: WeeChat 2.4]
twee has joined #racket
pie_ has joined #racket
iyzsong has joined #racket
pilne has quit [Quit: East bound and down, loaded up and truckin']
pie_ has quit [Ping timeout: 265 seconds]
pie_ has joined #racket
iyzsong has quit [Ping timeout: 260 seconds]
mzan has joined #racket
pie_ has quit [Ping timeout: 260 seconds]
lorikeet has joined #racket
pie_ has joined #racket
lorikeet has quit []
orivej has quit [Ping timeout: 265 seconds]
pie_ has quit [Ping timeout: 258 seconds]
_whitelogger has joined #racket
pie_ has joined #racket
pie_ has quit [Ping timeout: 260 seconds]
pie_ has joined #racket
twee has quit [Quit: WeeChat 2.4]
twee has joined #racket
pie_ has quit [Quit: No Ping reply in 180 seconds.]
pie_ has joined #racket
Arcaelyx has joined #racket
efm has joined #racket
rgherdt has quit [Remote host closed the connection]
rgherdt has joined #racket
catonano has joined #racket
dddddd has joined #racket
Fare has joined #racket
endobson has joined #racket
rgherdt has left #racket ["Leaving"]
lavaflow has quit [Ping timeout: 265 seconds]
ZombieChicken has quit [Ping timeout: 265 seconds]
fanta1 has joined #racket
orivej has joined #racket
FreeFull has joined #racket
pie_ has quit [Ping timeout: 258 seconds]
Trieste has quit [Ping timeout: 260 seconds]
Trieste has joined #racket
Fare has quit [Ping timeout: 265 seconds]
pie_ has joined #racket
casaca has joined #racket
zenspider has quit [Ping timeout: 245 seconds]
zenspider has joined #racket
Sgeo__ has joined #racket
Sgeo_ has quit [Ping timeout: 258 seconds]
mzan has quit [Quit: Leaving]
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
pie_ has quit [Ping timeout: 240 seconds]
FernandoBasso has joined #racket
pie_ has joined #racket
fanta1 has quit [Quit: fanta1]
brettgilio has quit [Ping timeout: 260 seconds]
lorikeet has joined #racket
fanta1 has joined #racket
<lorikeet> hey all. I'm a somewhat experienced programmer trying to get started with lisps and functional-style programming. Is it worth the time investment to read SICP or HtDP if I already have a CS background?
fanta1 has quit [Client Quit]
efm has quit [Remote host closed the connection]
efm has joined #racket
<erkin> lorikeet: I'd say yes.
<erkin> HTDP is on a gradient from absolute beginner to competent programmer, so you can simply skip earlier parts.
<erkin> SICP is a very good book on understanding the fundamentals of computer programming, which is a surprisingly underpublished field.
<erkin> It uses a barebones Scheme to build up several high-level features that we take for granted.
<erkin> I consider myself somewhat experienced and I found quite a few things in SICP that I didn't know I was lacking.
brettgilio has joined #racket
<lorikeet> @erkin awesome, thanks for the advice :)
<erkin> No problem. :-)
<erkin> If you're looking into learning functional programming specifically, I'd go straight to SICP.
<erkin> It shows the power of higher-order functions, closures, recursion etc.
<lorikeet> cool, I'll def start there then
yobj has quit [Remote host closed the connection]
yobj has joined #racket
brettgilio has quit [Quit: Quit]
brettgilio has joined #racket
FernandoBasso has quit [Remote host closed the connection]
ayerhart has joined #racket
grantr has joined #racket
grantr is now known as gendarme
Fare has joined #racket
badkins has joined #racket
gendarme has quit [Quit: gendarme]
gendarme has joined #racket
gendarme has quit [Quit: gendarme]
gendarme has joined #racket
brettgilio has quit [Quit: Quit]
grantr has joined #racket
gendarme has quit [Read error: Connection reset by peer]
grantr is now known as gendarme
Fare has quit [Remote host closed the connection]
gendarme has quit [Quit: gendarme]
gendarme has joined #racket
casaca has quit [Ping timeout: 265 seconds]
casaca has joined #racket
gendarme has quit [Quit: gendarme]
badkins has quit [Remote host closed the connection]
badkins has joined #racket
ZombieChicken has joined #racket
badkins has quit [Ping timeout: 260 seconds]
teardown has joined #racket
brettgilio has joined #racket
lavaflow has joined #racket
badkins has joined #racket
pilne has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket