samth changed the topic of #racket to: Racket v7.4 has been released: https://blog.racket-lang.org/2019/08/racket-v7-4.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
FreeFull has quit []
lavaflow has quit [Ping timeout: 268 seconds]
lavaflow has joined #racket
pera has quit [Quit: leaving]
ubLIX has quit [Quit: ubLIX]
lockywolf has quit [Ping timeout: 276 seconds]
sagax has quit [Remote host closed the connection]
sagax has joined #racket
Fernando-Basso has quit [Remote host closed the connection]
lockywolf has joined #racket
efm has joined #racket
efm has quit [Ping timeout: 265 seconds]
ketralnis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 268 seconds]
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 265 seconds]
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 276 seconds]
lockywolf_ has quit [Ping timeout: 240 seconds]
lockywolf has joined #racket
gluon has quit [Quit: bye]
gluon has joined #racket
jao has quit [Ping timeout: 265 seconds]
liberiga has joined #racket
lavaflow has quit [Ping timeout: 245 seconds]
analogue has joined #racket
libertyprime has joined #racket
lavaflow has joined #racket
analogue has quit [Quit: Leaving]
lockywolf has quit [Ping timeout: 245 seconds]
dddddd has quit [Remote host closed the connection]
zacts has joined #racket
zacts has quit [Quit: WeeChat 2.4]
<teardown> readline does work but im getting an error about '#%top-interaction not defined' termbin.com/1da49
orivej has quit [Ping timeout: 240 seconds]
orivej_ has joined #racket
<teardown> err unbound identifier
_whitelogger has joined #racket
sauvin has joined #racket
manualcrank has quit [Quit: WeeChat 1.9.1]
libertyprime has quit [Remote host closed the connection]
emacsomancer has quit [Read error: Connection reset by peer]
liberiga has quit [Ping timeout: 260 seconds]
aeth has quit [Quit: ...]
eagleflo has quit [Remote host closed the connection]
eagleflo has joined #racket
liberiga has joined #racket
manualcrank has joined #racket
sword865 has joined #racket
mzan has joined #racket
eagleflo has quit [Remote host closed the connection]
eagleflo has joined #racket
mSSM has joined #racket
libertyprime has joined #racket
eagleflo has quit [Remote host closed the connection]
eagleflo has joined #racket
eagleflo has quit [Remote host closed the connection]
eagleflo has joined #racket
Fernando-Basso has joined #racket
bogdanp has joined #racket
refpga has quit [Ping timeout: 240 seconds]
refpga has joined #racket
refpga has quit [Remote host closed the connection]
lockywolf has joined #racket
ym has joined #racket
lockywolf has quit [Read error: Connection reset by peer]
lockywolf has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Read error: Connection reset by peer]
mzan has quit [Ping timeout: 250 seconds]
Fernando-Basso has quit [Remote host closed the connection]
ng0 has joined #racket
vraid has joined #racket
YuGiOhJCJ has joined #racket
bogdanp has quit [Ping timeout: 276 seconds]
mzan has joined #racket
ZombieChicken has quit [Quit: WeeChat 2.6]
iyzsong has joined #racket
jao has joined #racket
jao has quit [Ping timeout: 265 seconds]
efm has joined #racket
jao has joined #racket
lockywolf_ has quit [Ping timeout: 276 seconds]
dddddd has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
liberiga has quit [Ping timeout: 260 seconds]
spazzpp2 has joined #racket
jao has quit [Ping timeout: 240 seconds]
ohama has quit [Ping timeout: 245 seconds]
ohama has joined #racket
libertyprime has quit [Ping timeout: 258 seconds]
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
libertyprime has joined #racket
efm has quit [Ping timeout: 276 seconds]
efm has joined #racket
libertyprime has quit [Quit: leaving]
lockywolf_ has joined #racket
ym has quit [Read error: Connection reset by peer]
libertyprime has joined #racket
ng0 has quit [Remote host closed the connection]
ng0 has joined #racket
mzan has quit [Ping timeout: 245 seconds]
mzan has joined #racket
* olavx200 uploaded an image: Skjermbilde 2019-09-19 kl. 16.19.00.png (300KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/DzYYcvqbcxfWZSuAyZarjdyz >
<olavx200> Hello again. I have a problem. When i run my code i get the error "function call: expected a function after the open parenthesis, but found a part" that i couldnt figure out how to resolve on my own.
* olavx200 posted a file: cowabunga-starter.rkt (157KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/MClIlOwzthyLIeoNMtMzqBva >
lavaflow has quit [Ping timeout: 276 seconds]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<vraid> olavx200: mind uploading it to http://pasterack.org/ ?
<olavx200> vraid: I tried, but it didnt include the images.
<spazzpp2> fantastic! TIL about pasterack
lockywolf_ has quit [Remote host closed the connection]
lockywolf_ has joined #racket
lockywolf_ has quit [Remote host closed the connection]
lockywolf_ has joined #racket
dustyweb has quit [Remote host closed the connection]
iclon has quit [Ping timeout: 245 seconds]
dustyweb has joined #racket
lockywolf_ has quit [Remote host closed the connection]
lockywolf_ has joined #racket
sword865 has quit [Quit: Connection closed for inactivity]
endformationage has joined #racket
iclon has joined #racket
<casaca> olavx200: hi. you'll need to switch to Advance Studente Language if you want to be able to put more than 1 expression in a definitions body
<olavx200> I see. Thank you for explaining it to me casaca
vraid has quit [Quit: Leaving]
<casaca> olavx200: no problem. the error you're getting is because a definition is the first thing in between the pair of parens you're using to fake a single expression
<olavx200> For now i will continue with bsl so that i can follow my course. I solved my problem by putting the definition expressions of the variables as parameters to the make-cow functions. Horrible solution i know.
ziyourenxiang has quit [Ping timeout: 268 seconds]
<olavx200> I see. Well my study session is finished now. Have a nice day! I appreciate the help.
ng0 has quit [Remote host closed the connection]
ng0 has joined #racket
dTal has joined #racket
lockywolf__ has joined #racket
lockywolf__ has quit [Remote host closed the connection]
lockywolf_ has quit [Ping timeout: 258 seconds]
lockywolf__ has joined #racket
lockywolf__ has quit [Max SendQ exceeded]
lockywolf__ has joined #racket
lockywolf__ has quit [Remote host closed the connection]
casaca has quit [Ping timeout: 265 seconds]
ubLIX has joined #racket
lockywolf__ has joined #racket
casaca has joined #racket
lockywolf__ has quit [Remote host closed the connection]
lockywolf__ has joined #racket
lockywolf__ has quit [Remote host closed the connection]
lockywolf__ has joined #racket
ubLIX has quit [Quit: ubLIX]
mSSM has quit [Ping timeout: 265 seconds]
ketralnis has joined #racket
lavaflow has joined #racket
aeth has joined #racket
ubLIX has joined #racket
ng0 has quit [Quit: Alexa, when is the end of world?]
pera has joined #racket
FreeFull has joined #racket
spazzpp2 has quit [Remote host closed the connection]
ubLIX has quit [Quit: ubLIX]
manualcrank has quit [Ping timeout: 265 seconds]
casaca has quit [Ping timeout: 265 seconds]
casaca has joined #racket
casaca has quit [Ping timeout: 258 seconds]
ermo has quit [Quit: ZNC 1.7.3 - https://znc.in]
casaca has joined #racket
ermo has joined #racket
casaca has quit [Ping timeout: 246 seconds]
casaca has joined #racket
sauvin has quit [Read error: Connection reset by peer]
analogue has joined #racket
Fernando-Basso has joined #racket
Guest67709 has joined #racket
Guest67709 has quit [Remote host closed the connection]
jao- has joined #racket
analogue has quit [Quit: Leaving]
jao- is now known as jao
Ven`` has joined #racket
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
<teardown> why does (abs -4) return positive here? should i be using a more lisp-y dialect than the sicp scheme dialect for the first few chapters of teh book? termbin.com/ev5p
ubLIX has joined #racket
<phI||Ip> Something that is not clear to me is the licensing. I see it is LGPL in the repo but there is also discussion and an issue regarding switching to Apache License. What is the ETA on that? Actually happening?
notzmv has joined #racket
<teardown> um, nevermind
<teardown> heh
jao has quit [Remote host closed the connection]
jao has joined #racket
efm has quit [Ping timeout: 258 seconds]
efm has joined #racket
vraid has joined #racket
casaca has quit [Ping timeout: 268 seconds]
manualcrank has joined #racket
selimcan has joined #racket
Fernando-Basso has quit [Remote host closed the connection]
ubLIX has quit [Quit: ubLIX]
casaca has joined #racket
ng0 has joined #racket
ZombieChicken has joined #racket
selimcan-i_sani has joined #racket
selimcan has quit [Ping timeout: 240 seconds]
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ven`` has joined #racket
Ven`` has quit [Client Quit]
vraid has quit [Ping timeout: 245 seconds]
FreeFull has quit []
ng0 has quit [Quit: Alexa, when is the end of world?]
dTal has quit [Ping timeout: 240 seconds]
lockywolf__ has quit [Ping timeout: 265 seconds]
mzan has quit [Quit: Leaving]
lockywolf has joined #racket
ziyourenxiang has joined #racket
libertyprime has quit [Quit: leaving]
analogue has joined #racket