<dTal>
jcowan: yes, you have probably got the correct and boring answer there
<dTal>
I noticed this only because I was messing around with chez and I happened to be in my distro's package repository; the two following packages below it were also schemes :p
<dTal>
and because each package is a bunch of files, half the page was scheme-y
ayerhart has quit [Read error: Connection reset by peer]
shawwn has joined #racket
mb01 has joined #racket
sudden has quit [Ping timeout: 250 seconds]
sudden has joined #racket
shawwn has quit [Ping timeout: 246 seconds]
shawwn has joined #racket
_whitelogger has joined #racket
casaca has joined #racket
massimo_zaniboni has joined #racket
massimo_zaniboni is now known as mzan
dddddd has quit [Remote host closed the connection]
pie___ has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
pie__ has quit [Ping timeout: 245 seconds]
notzmv has quit [Ping timeout: 245 seconds]
ismay has joined #racket
<johnjay>
ok my irc colors are definitely messed up
<johnjay>
this channel was highlighted the same color as others but this was the one where you pinged me
<johnjay>
jcowan: thanks i'll look at it
FreeFull has quit []
mb01 has quit [Ping timeout: 240 seconds]
casaca has quit [Ping timeout: 268 seconds]
zmv has joined #racket
zmv is now known as notzmv
dustyweb has joined #racket
endformationage has quit [Quit: WeeChat 2.3]
dustyweb has quit [Ping timeout: 246 seconds]
buyfn has joined #racket
Lowl3v3l has joined #racket
audriu has joined #racket
audriu has quit [Remote host closed the connection]
audriu has joined #racket
buyfn has quit [Quit: buyfn]
buyfn has joined #racket
buyfn has quit [Quit: buyfn]
Nomenclatura has quit [Quit: q]
thallada has quit [Ping timeout: 245 seconds]
thallada has joined #racket
dustyweb has joined #racket
Sgeo_ has quit [Read error: Connection reset by peer]
dustyweb has quit [Read error: Connection reset by peer]
Sgeo_ has joined #racket
Falacer has joined #racket
YuGiOhJCJ has joined #racket
Nomenclatura has joined #racket
DGASAU has quit [Read error: Connection reset by peer]
buyfn has joined #racket
ng0 has joined #racket
notzmv has quit [Ping timeout: 246 seconds]
Lowl3v3l has quit [Remote host closed the connection]
Lowl3v3l has joined #racket
buyfn has quit [Quit: buyfn]
buyfn has joined #racket
dddddd has joined #racket
DGASAU has joined #racket
Sgeo_ has quit [Read error: Connection reset by peer]
Sgeo_ has joined #racket
buyfn has quit [Quit: buyfn]
Lowl3v3l has quit [Remote host closed the connection]
Nomenclatura has quit [Quit: q]
Sgeo_ has quit [Read error: Connection reset by peer]
Sgeo_ has joined #racket
Lowl3v3l has joined #racket
orivej has joined #racket
badkins_ has quit [Remote host closed the connection]
mjanssen has left #racket [#racket]
endformationage has joined #racket
Lowl3v3l has quit [Remote host closed the connection]
ng0 has quit [Ping timeout: 256 seconds]
badkins has joined #racket
Arcaelyx has joined #racket
ubLIX has joined #racket
badkins_ has joined #racket
badkins has quit [Ping timeout: 268 seconds]
sleepnap has joined #racket
jao has joined #racket
ubLIX has quit [Quit: ubLIX]
dbmikus has joined #racket
sleepnap has quit [Ping timeout: 250 seconds]
badkins_ has quit []
badkins has joined #racket
dbmikus has quit [Quit: WeeChat 2.3]
sleepnap has joined #racket
Lowl3v3l has joined #racket
badkins has quit [Ping timeout: 240 seconds]
ismay has quit [Ping timeout: 250 seconds]
<johnjay>
the way he mentioned racket in comparison to chicken for packaging a stand alone was odd
<johnjay>
like racket is less effective at that than chicken
<bremner>
I think that's probably fair
<bremner>
the executables produced by raco exe are not really optimized for size or speed
<johnjay>
i see
<bremner>
(afaik. Maybe there's been work there recently)
<johnjay>
so like you'll wait 5 sec for it to startup
<johnjay>
or just being generally slow?
<bremner>
well, it contains a copy of the VM, iiuc.
<bremner>
or some subset of it.
<bremner>
I just tested: raco exe on my toy compiler yields a 9M executable that runs a bit slower than the version that is just byte compiled. But it doesn't any dependencies installed.
<bremner>
*doesn't need
<johnjay>
i see.
<johnjay>
well wouldn't the exec be large anyway if the vm was included?
<bremner>
I'm not sure what you're asking.
badkins has joined #racket
<johnjay>
well you say the vm is included
<johnjay>
a vm sounds like it would be large
<johnjay>
so it doesn't matter how you optimize it, the exe will be large
<johnjay>
if i understood you right
<jcowan>
Raco exe just embeds the code to be run in a copy of racket.
<bremner>
the exe doesn't have to have a copy of the VM (in general)
longshi has joined #racket
tilpner has quit [Ping timeout: 268 seconds]
<johnjay>
ah ok
<johnjay>
i assume python does something like that but with dynamic libraries
<johnjay>
or chicken as the case may be
<jcowan>
Chicken can be built either statically or dynamically, but libchicken is much smaller than racket (the program), as it is just minimal support routines for compiled code.
<jcowan>
s/Chicken/Chicken programs
pera has joined #racket
ubLIX has joined #racket
pierpal has quit [Quit: Poof]
pierpal has joined #racket
pierpal has quit [Ping timeout: 268 seconds]
sleepnap has quit [Ping timeout: 250 seconds]
pierpal has joined #racket
<cosmez>
is there a way to escape a filename for both unix/windows ? .NET has GetInvalidPathChars
<cosmez>
i expected build-path to take care of that, it looks like it doesnt clean some invalid characters
sauvin has quit [Read error: Connection reset by peer]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lispmacs has joined #racket
<lispmacs>
is there a way to use a points plot, but still have lines between the points? I.e., I want to use a list of discrete points, but have them traced out sequentially
tilpner has joined #racket
zmt01 has joined #racket
zmt00 has quit [Ping timeout: 240 seconds]
<lispmacs>
oh, duh, that is the lines type
<lispmacs>
I used that before, heh heh
badkins has quit [Ping timeout: 272 seconds]
ZombieChicken has joined #racket
Fernando-Basso has joined #racket
orivej has quit [Ping timeout: 244 seconds]
Falacer has quit [Ping timeout: 240 seconds]
tilpner has quit [Quit: WeeChat 2.3]
longshi has quit [Ping timeout: 240 seconds]
tilpner has joined #racket
FreeFull has joined #racket
audriu has quit [Remote host closed the connection]
longshi has joined #racket
tilpner has quit [Quit: WeeChat 2.3]
tilpner has joined #racket
orivej has joined #racket
mizu_no_oto has joined #racket
badkins has joined #racket
longshi has quit [Ping timeout: 272 seconds]
mizu_no_oto has quit [Quit: Computer has gone to sleep.]
hjek has joined #racket
hjek has quit [Client Quit]
keep_learning has quit [Remote host closed the connection]
Fernando-Basso has quit [Remote host closed the connection]