<meepdeew>
Should drracket syntax highlighting turn off after hitting run until I make my next keystroke in my source file?
<meepdeew>
Or rather is this not unexpected behavior given a source file that's reached a certain size or when making a game?
endformationage has quit [Quit: WeeChat 2.3]
thallada has joined #racket
thallada has quit [Ping timeout: 268 seconds]
Lowl3v3l has quit [Ping timeout: 245 seconds]
bctnry has joined #racket
thallada has joined #racket
thallada has quit [Ping timeout: 245 seconds]
thallada has joined #racket
thallada has quit [Ping timeout: 272 seconds]
Sgeo has quit [Read error: Connection reset by peer]
Sgeo has joined #racket
Lowl3v3l has joined #racket
gour has joined #racket
thallada has joined #racket
FreeFull has quit []
meepdeew has quit [Remote host closed the connection]
zmt01 has joined #racket
zmt00 has quit [Ping timeout: 240 seconds]
bctnry has quit [Ping timeout: 256 seconds]
longshi has joined #racket
ayerhart has quit [Ping timeout: 250 seconds]
longshi has quit [Ping timeout: 240 seconds]
bctnry has joined #racket
thallada has quit [Ping timeout: 244 seconds]
thallada has joined #racket
longshi has joined #racket
Falacer has joined #racket
<dustyweb>
I am so excited about Racket-on-Chez
<dustyweb>
what a great time to be a racketeer!
YuGiOhJCJ has joined #racket
buyfn has joined #racket
dustyweb has quit [Ping timeout: 244 seconds]
VansFannel has joined #racket
<VansFannel>
Hi!
<VansFannel>
Do you know if there is a repository with big racket programs? The only thing i have found are little examples in books.
<VansFannel>
I've just started to learn, and I want to check how other people program in Racket. Thanks.
ZombieChicken has quit [Ping timeout: 256 seconds]
bctnry has quit [Ping timeout: 256 seconds]
VansFannel has quit [Ping timeout: 256 seconds]
VansFannel has joined #racket
dustyweb has joined #racket
YuGiOhJCJ has quit [Ping timeout: 256 seconds]
dddddd has joined #racket
YuGiOhJCJ has joined #racket
orivej_ has quit [Ping timeout: 250 seconds]
buyfn has quit [Quit: buyfn]
jao has joined #racket
ng0 has joined #racket
VansFannel has quit [Quit: Page closed]
tilpner has joined #racket
blachance has quit [Remote host closed the connection]
buyfn has joined #racket
orivej has joined #racket
longshi has quit [Ping timeout: 246 seconds]
ubLIX has joined #racket
longshi has joined #racket
buyfn has quit [Quit: buyfn]
orivej has quit [Ping timeout: 250 seconds]
jao has quit [Ping timeout: 245 seconds]
Lowl3v3l has quit [Remote host closed the connection]
endformationage has joined #racket
juanfra has quit [Quit: juanfra]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
longshi has quit [Ping timeout: 240 seconds]
orivej has joined #racket
ubLIX has quit [Quit: ubLIX]
dbmikus has joined #racket
juanfra has joined #racket
orivej has quit [Ping timeout: 240 seconds]
ng0 has quit [Ping timeout: 256 seconds]
ng0 has joined #racket
sagax has quit [Ping timeout: 272 seconds]
buyfn has joined #racket
sagax has joined #racket
orivej has joined #racket
jao has joined #racket
johnjay has joined #racket
buyfn has quit [Quit: buyfn]
ubLIX has joined #racket
endformationage has quit [Ping timeout: 250 seconds]
buyfn has joined #racket
endformationage has joined #racket
hjek has joined #racket
dbmikus has quit [Ping timeout: 250 seconds]
dbmikus has joined #racket
sagax has quit [Ping timeout: 268 seconds]
buyfn has quit [Quit: buyfn]
widp_ has quit [Ping timeout: 246 seconds]
endformationage has quit [Ping timeout: 268 seconds]
meepdeew has joined #racket
Fernando-Basso has joined #racket
<dzoe>
Is there any other way to handle UNIX signals than the unix-signals package?
FreeFull has joined #racket
soegaard has joined #racket
pierpal has quit [Ping timeout: 246 seconds]
widp_ has joined #racket
dbmikus has quit [Ping timeout: 246 seconds]
dbmikus has joined #racket
hjek has quit [Quit: Leaving.]
Falacer has quit [Ping timeout: 250 seconds]
<friscosam>
you could directly use the FFI. But I think the unix-signals package accounts for how the runtime uses signals.
<friscosam>
rather: "you could use the FFI to access the system calls directly."
<friscosam>
My first DrRacketCS crash has occurred!
<soegaard>
Congratulations ?!
<friscosam>
It only took about 20 minutes. I guess the moral of the story is to believe Matthew about stability :)
<soegaard>
I am impressed how fast the RacketCS project is progressing.
<friscosam>
agree
<johnjay>
what is racketCS progressing to?
<johnjay>
an operating system?
<friscosam>
A better Racket. Having more of the system in Racket should make it easier do a few different things.
longshi has joined #racket
<dzoe>
Alright ... I'll stick to periodic polling. Now that I finally managed to create a decent wrappers around tcgetattr/tcsetattr/cfmakeraw and ioctl (TIOCGWINSZ), no more FFIng ...
<friscosam>
Like potentially target other backends (although there is still the problem of 1400ish primitives)