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.
<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
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]