c2f00 has quit [Remote host closed the connection]
c2f0 has joined #racket
phillbush has quit [Quit: Leaving]
TCZ has quit [Quit: ...]
gracefu_ has quit [Ping timeout: 252 seconds]
gracefu_ has joined #racket
fredmanglis has joined #racket
patlv has joined #racket
notzmv- is now known as notzmv
wingsorc has quit [Quit: Leaving]
evdubs_ has joined #racket
evdubs__ has joined #racket
evdubs has quit [Ping timeout: 268 seconds]
evdubs_ has quit [Ping timeout: 245 seconds]
patlv has quit [Remote host closed the connection]
patlv has joined #racket
patlv has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 252 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 265 seconds]
evdubs_ has joined #racket
evdubs__ has quit [Ping timeout: 245 seconds]
c2f0 has quit [Ping timeout: 240 seconds]
c2f0 has joined #racket
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #racket
libertyprime has joined #racket
ArneBab has joined #racket
ArneBab has quit [Changing host]
ArneBab has joined #racket
endformationage has quit [Quit: WeeChat 2.9]
libertyprime has quit [Read error: Connection reset by peer]
narimiran has joined #racket
evdubs_ is now known as evdubs
libertyprime has joined #racket
orivej has joined #racket
Sgeo has quit [Quit: Leaving]
undvrainbowvita8 has quit [Quit: EXIT]
undvrainbowvita8 has joined #racket
rgherdt has joined #racket
libertyprime has quit [Read error: Connection reset by peer]
ArneBab has quit [Remote host closed the connection]
libertyprime has joined #racket
libertyprime has quit [Ping timeout: 265 seconds]
c2f00 has joined #racket
c2f0 has quit [Ping timeout: 240 seconds]
Codaraxis_ has quit [Quit: Leaving]
libertyprime has joined #racket
niflce has joined #racket
Paimon has joined #racket
<Paimon>
I'm completely new to this and a bit confused by the prefix notation in general. How would you do (/ 2 (* 5 (+ 2 5))) but make the result divide by 2 instead of 2 / the result (i.e 35 / 2 instead of 2 / 35)
<Paimon>
really stupid question but i just need to wrap my head around this
<yurb>
Paimon put 2 at the end
<yurb>
(/ ... 2)
<Paimon>
oooh right that makes sense, thanks !
<yurb>
np! Also note that Racket is fine with fractional numbers, so the answer to (/ 35 2) will be 35/2
sz0 has joined #racket
Paimon has quit [Quit: Leaving]
c2f0 has joined #racket
c2f00 has quit [Ping timeout: 265 seconds]
<yurb>
Curious in which cases `serialize` is needed over normal `write`
YuGiOhJCJ has joined #racket
niflce has quit [Ping timeout: 252 seconds]
niflce has joined #racket
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
patlv has joined #racket
phillbush has joined #racket
Sgeo has joined #racket
patlv has quit [Ping timeout: 245 seconds]
patlv has joined #racket
<patlv>
good morning all, I developed a small gui app for a client of mine in racket, no dependency besides racket/gui and the table-panel, I plan on generating an executable (in DrRacket) for windows and then send them that by email, is there anything I need to be careful to minimize problems?
<patlv>
Its my first app in racket, and it was a paid job, so any tips welcome :)
orivej has quit [Ping timeout: 240 seconds]
sagax has quit [Ping timeout: 246 seconds]
undvrainbowvita8 has quit [Quit: EXIT]
nebunez has joined #racket
undvrainbowvita8 has joined #racket
niflce has quit [Ping timeout: 240 seconds]
kaytwo has joined #racket
endformationage has joined #racket
johnjay has quit [Ping timeout: 260 seconds]
aeth has quit [Ping timeout: 265 seconds]
aeth has joined #racket
johnjay has joined #racket
rj has quit [Ping timeout: 240 seconds]
libertyprime has quit [Ping timeout: 252 seconds]
irc_user has joined #racket
<yurb>
patlv: this could be irrelevant, but I'm suspect some email providers might not like an exe in email
<yurb>
s/I'm/I/
<yurb>
other than that - do you have access to a Windows machine to test?
<patlv>
yes, it's a good point, i'll try to send it between 2 of my addresses, even if it's zipped, it's worth trying it
<patlv>
the only machine I can try is the machine I developed on it
<patlv>
unfortunately, but since I deploy also the runtime option "Distribution to install on other machine" it should include the full runtime right?
<yurb>
I haven't yet used that feature...
<patlv>
if someone else knows, if not, I'll spawn a windows VM in azure or aws and try it
nebunez has quit [Ping timeout: 240 seconds]
nebunez has joined #racket
<amirouche>
Continuation mark are continuation locals..?
<amirouche>
I was always wondering how to do that myself. I mean how to make paramters work across POSIX threads AND user threads.