lexi-lambda changed the topic of #racket to: Racket v7.2 has been released: https://blog.racket-lang.org/2019/01/racket-v7-2.html -- Racket -- https://racket-lang.org -- https://pkgs.racket-lang.org -- Paste at http://pasterack.org
vraid has quit [Ping timeout: 258 seconds]
keep_learning_M has joined #racket
keep_learning_M has quit [Client Quit]
<ZombieChicken> caltelt: What bug?
<caltelt> creating an executable with typed racket bombed out
<caltelt> there's a workaround but decided to just do a clone and build. latest and greatest and whatnot :D
keep_learning_M has joined #racket
efm has quit [Quit: Konversation terminated!]
keep_learning_M has quit [Quit: This computer has gone to sleep]
efm has joined #racket
keep_learning_M has joined #racket
keep_learning_M has quit [Client Quit]
widp_ has quit [Ping timeout: 244 seconds]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
lockywolf_ has joined #racket
keep_learning_M has joined #racket
keep_learning_M has quit [Client Quit]
lockywolf__ has joined #racket
keep_learning_M has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
lockywolf_ has joined #racket
lockywolf__ has quit [Ping timeout: 272 seconds]
lockywolf__ has joined #racket
lockywolf_ has quit [Ping timeout: 250 seconds]
lockywolf__ has quit [Ping timeout: 245 seconds]
ym555 has quit [Quit: leaving...]
lockywolf_ has joined #racket
brokaw has joined #racket
efm has quit [Ping timeout: 272 seconds]
dddddd has quit [Remote host closed the connection]
lockywolf__ has joined #racket
brokaw has quit [Client Quit]
lockywolf_ has quit [Ping timeout: 246 seconds]
lockywolf_ has joined #racket
sebastianlin has joined #racket
lockywolf__ has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 246 seconds]
jao has quit [Ping timeout: 272 seconds]
lockywolf_ has quit [Ping timeout: 244 seconds]
lockywolf_ has joined #racket
lockywolf_ has quit [Remote host closed the connection]
lockywolf_ has joined #racket
notzmv has joined #racket
lockywolf_ has quit [Ping timeout: 250 seconds]
endformationage has quit [Quit: WeeChat 2.4]
sebastianlin has quit [Ping timeout: 256 seconds]
lockywolf_ has joined #racket
sagax has joined #racket
lockywolf_ has quit [Ping timeout: 246 seconds]
Lowl3v3l has quit [Remote host closed the connection]
Arcaelyx has quit [Quit: Textual IRC Client: www.textualapp.com]
pera has joined #racket
catonano_ has joined #racket
catonano has joined #racket
catonano has quit [Remote host closed the connection]
catonano has joined #racket
catonano has quit [Remote host closed the connection]
catonano has joined #racket
catonano has quit [Client Quit]
sebastianlin has joined #racket
dimitarvp has joined #racket
dimitarvp has quit [Client Quit]
pera has quit [Ping timeout: 246 seconds]
mSSM has quit [Quit: WeeChat 2.4]
FreeFull has quit []
Fare has quit [Ping timeout: 246 seconds]
soegaard has joined #racket
orivej has joined #racket
sagax has quit [Ping timeout: 250 seconds]
amz3` has joined #racket
soegaard has quit [Quit: soegaard]
sebastianlin_ has joined #racket
sebastianlin has quit [Ping timeout: 256 seconds]
widp_ has joined #racket
soegaard has joined #racket
sebastianlin_ is now known as sebastianlin
<BitPuffin> caltelt: I'm using 7.2 I think
<BitPuffin> Got the ppa from racket devs
<BitPuffin> I wonder if git master would work for me too
<BitPuffin> caltelt: wait were you redefining in a module with C-x C-e? Cuz I think redefining in repl still works
sagax has joined #racket
vraid has joined #racket
longshi has joined #racket
longshi has quit [Client Quit]
YuGiOhJCJ has joined #racket
soegaard has quit [Quit: soegaard]
catonano has joined #racket
sebastianlin has quit [Quit: Page closed]
soegaard has joined #racket
catonano has quit [Ping timeout: 255 seconds]
catonano_ has quit [Quit: catonano_]
ng0 has joined #racket
catonano has joined #racket
catonano has quit [Quit: Quit]
mSSM has joined #racket
zmt01 has joined #racket
soegaard has quit [Quit: soegaard]
zmt00 has quit [Ping timeout: 250 seconds]
soegaard has joined #racket
ZombieChicken has quit [Ping timeout: 256 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #racket
dddddd has joined #racket
pierpal has quit [Ping timeout: 246 seconds]
selimcan has joined #racket
jao has joined #racket
Fare has joined #racket
soegaard has quit [Quit: soegaard]
soegaard has joined #racket
Lowl3v3l has joined #racket
efm has joined #racket
jao has quit [Ping timeout: 246 seconds]
hjek has joined #racket
hjek has quit [Ping timeout: 268 seconds]
badkins has quit [Remote host closed the connection]
q9929t has joined #racket
Fare has quit [Ping timeout: 250 seconds]
jao has joined #racket
soegaard has quit [Quit: soegaard]
catonano has joined #racket
catonano has quit [Remote host closed the connection]
catonano has joined #racket
catonano has quit [Remote host closed the connection]
badkins has joined #racket
soegaard has joined #racket
Sgeo has joined #racket
jao has quit [Ping timeout: 245 seconds]
Sgeo_ has quit [Ping timeout: 255 seconds]
endformationage has joined #racket
Sgeo_ has joined #racket
Sgeo_ has quit [Remote host closed the connection]
Sgeo_ has joined #racket
Sgeo has quit [Ping timeout: 255 seconds]
notzmv has quit [Ping timeout: 246 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lavaflow_ has quit [Read error: Connection reset by peer]
lavaflow_ has joined #racket
q9929t has quit [Quit: q9929t]
<badkins> I'm having trouble getting a simple conditional to work in the web server templating system. I suppose this may just be a Scribble question. How does one create an if expression similar to the following Ruby template?
<badkins> <% if true %><p>displayed if true</p><% else %><p>displayed if false</p><% end %>
<badkins> I've read the docs, and saw a "for" example that recommended using "in", but I could find no simple "if" example.
Fare has joined #racket
<badkins> @if[#t]{ true false } ends up as (if #t " true false ")
<badkins> and putting true & false on separate lines adds a third "\n" element to the form.
soegaard has quit [Quit: soegaard]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
mSSM has quit [Ping timeout: 250 seconds]
pera has joined #racket
ubLIX has joined #racket
<dustyweb> booked my ticket to Racket School!
<dustyweb> well, the registration ticket
<dustyweb> still need to book travel
vraid has quit [Quit: Leaving]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket
pera has quit [Ping timeout: 250 seconds]
soegaard has joined #racket
<johnjay> some kind person in here linked a comparison of all the different schemes before
<johnjay> e.g. guile, mit-scheme, racket, chicken, mzscheme, etc
<johnjay> anybody have a clue what that is?
<soegaard> mzscheme is racket from before the Great Renaming
<soegaard> That is - now there is only racket, no mzscheme.
<soegaard> But really you need to tell what you are looking for. Ease of use? Speed? Large commnity?
pierpal has joined #racket
selimcan has quit [Ping timeout: 245 seconds]
pera has joined #racket
<johnjay> soegaard: There is no mzscheme anymore, only Zuul!
<johnjay> just an overview
<johnjay> like i was talking in #chicken before and i was thinking with all the wrapping C libraries
<johnjay> it's similar to guile where you have performance critical stuff in one language then use scheme for the rest
ubLIX has quit [Quit: ubLIX]
zmt01 has quit [Read error: Connection reset by peer]
zmt00 has joined #racket
hjek has joined #racket
ubLIX has joined #racket
Fare has quit [Ping timeout: 268 seconds]
lavaflow_ has quit [Read error: Connection reset by peer]
lavaflow_ has joined #racket
jao has joined #racket
soegaard has quit [Quit: soegaard]
hjek has quit [Read error: Connection reset by peer]
pera has quit [Ping timeout: 272 seconds]
efm has quit [Read error: Connection reset by peer]
selimcan has joined #racket
<selimcan> Wie gewöhnlich -- alle Angaben ohne Gewähr
quipa has joined #racket
Fare has joined #racket
<quipa> hello, I am looking for something similar to the python __call__ magic method that allows an object to be called like a function, haven't had any luck till now
<quipa> thanks for any info
<BitPuffin> caltelt: ok seems like maybe the issue is related to importing web server or something
<BitPuffin> I can redefine fine if I have a very empty module
<BitPuffin> If I try to (require web-server/servlet) when connected to a racket with geiser I get this error https://gist.github.com/BitPuffin/3eb18f8d4ae562fd85f9e8a493b818c6
soegaard has joined #racket
longshi has joined #racket
pera has joined #racket
jao has quit [Ping timeout: 246 seconds]
sauvin has quit [Ping timeout: 268 seconds]
quipa has quit [Remote host closed the connection]
quipa has joined #racket
jao has joined #racket
longshi has quit [Quit: WeeChat 2.4]
quipa has quit [Ping timeout: 250 seconds]
catonano has joined #racket
catonano has quit [Remote host closed the connection]
efm has joined #racket
ZombieChicken has joined #racket
Arcaelyx has joined #racket
efm has quit [Ping timeout: 244 seconds]
<johnjay> basically the reason i asked for a comparison is i was in #chicken and all their projects were c wrappers
ym has joined #racket
<johnjay> wrappers for c libraries is cool but i was thinking a scheme project should be writing things in scheme mostly
caltelt has quit [Ping timeout: 252 seconds]
<selimcan> What makes you think that a scheme project should be writing things in scheme mostly?
ZombieChicken has quit [Remote host closed the connection]
ZombieChicken has joined #racket
<johnjay> i mean
<johnjay> the name?
<johnjay> idk
<johnjay> like you can use asm in C
<johnjay> but i kinda want to come to a C course to understand C, not asm
<selimcan> nvm, I'm just trolling ELIZA-style
pierpal has quit [Quit: Poof]
pierpal has joined #racket
pera has quit [Ping timeout: 246 seconds]
spligak has joined #racket
quipa has joined #racket
badkins has quit [Ping timeout: 245 seconds]
<johnjay> what interestsy you about trolling for ELIZA-style?
<johnjay> well eliza wouldn't have spelling mistakes
catonano has joined #racket
badkins has joined #racket
FreeFull has joined #racket
catonano has quit [Remote host closed the connection]
mSSM has joined #racket
catonano has joined #racket
catonano has quit [Client Quit]
ubLIX has quit [Quit: ubLIX]
soegaard has quit [Quit: soegaard]
efm has joined #racket
vraid has joined #racket
ubLIX has joined #racket
<friscosam> quipa: you want to look at prop:procedure https://docs.racket-lang.org/reference/procedures.html?q=prop%3Aprocedure#%28def._%28%28lib._racket%2Fprivate%2Fbase..rkt%29._prop~3aprocedure%29%29
<friscosam> There's an example there
selimcan has quit [Remote host closed the connection]
soegaard has joined #racket
<quipa> friscosam: thanks will have a look
Fare has quit [Ping timeout: 250 seconds]
spligak has quit [Remote host closed the connection]
quipa has quit [Remote host closed the connection]
quipa has joined #racket
caltelt has joined #racket
<caltelt> BitPuffin: Yea I think I had the same issue redefining servlets. I just restarted the repl whenever I needed to redefine them
<caltelt> You could maybe get around it partially by using dispatch-rules? You should be able to redefine the procedures it delegates to as much as you want I would htink
<caltelt> Depending on your use case
amz3` is now known as amz3
Fare has joined #racket
soegaard has quit [Quit: soegaard]
Fare has quit [Ping timeout: 246 seconds]
mSSM has quit [Ping timeout: 246 seconds]
ZombieChicken has quit [Ping timeout: 256 seconds]
ng0 has quit [Quit: Alexa, when is the end of world?]
efm has quit [Read error: Connection reset by peer]
efm has joined #racket