efm has quit [Read error: Connection reset by peer]
efm has joined #racket
ubLIX has quit [Quit: ubLIX]
pera has quit [Quit: leaving]
efm has quit [Remote host closed the connection]
efm has joined #racket
ephemera_ has quit [Quit: No Ping reply in 180 seconds.]
<lavaflow>
will a buffered async channel get GC'd when no references to it exist, but it has something buffered?
dddddd has quit [Remote host closed the connection]
ArthurStrong has joined #racket
endformationage has quit [Quit: WeeChat 2.5]
ziyourenxiang has quit [Remote host closed the connection]
ziyourenxiang has joined #racket
orivej has quit [Ping timeout: 265 seconds]
jsomedon has joined #racket
jsomedon has quit [Quit: jsomedon]
jsomedon has joined #racket
jsomedon has quit [Client Quit]
orivej has joined #racket
<teardown>
i'd like to use #lang sicp with the cli racket rather than in dr racket. i tried 'racket -i -I /home/username/.racket/6.4/pkgs/sicp' which is wrong, how do i specify which lang to use in interactive mode? using 'racket --help' indicated that -I can specify the lang, but what type of file do i need to point that to?
<lavaflow>
if you have the sicp package installed, `racket -I sicp` should do it.
<teardown>
lavaflow: that worked! thank you!
<lavaflow>
np
manualcrank has quit [Quit: WeeChat 1.9.1]
<teardown>
in racket's sicp mode, (define size 2) doesnt return size as the value, it returns nothing. i know this is trivial
orivej has quit [Ping timeout: 265 seconds]
casaca has quit [Ping timeout: 240 seconds]
casaca has joined #racket
ng0 has joined #racket
ZombieChicken has quit [Remote host closed the connection]
pycer has joined #racket
pie_ has quit [Ping timeout: 245 seconds]
euhmeuh has joined #racket
dmiles_afk has quit [Read error: Connection reset by peer]
dmiles has joined #racket
libertyprime has joined #racket
DGASAU has joined #racket
dTal has joined #racket
ephemera_ has joined #racket
pycer has quit [Quit: pycer]
mzan has joined #racket
vraid has joined #racket
orivej has joined #racket
<jcowan>
teardown: In Scheme, definitions aren't expressions and don't have values.
dddddd has joined #racket
ubLIX has joined #racket
mSSM has joined #racket
iyzsong has joined #racket
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #racket
mSSM has quit [Quit: WeeChat 2.5]
orivej has quit [Ping timeout: 276 seconds]
ArthurStrong has quit [Quit: leaving]
YuGiOhJCJ has joined #racket
dustyweb has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #racket
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #racket
mzan has quit [Quit: Leaving]
<teardown>
jcowan: thanks. i wonder why sicp didnt mention this
<teardown>
(it did say 'lisp' programmers know the value of everything and the price of nothing)
<teardown>
perlis
<teardown>
i just assumed that from the start the book would cover scheme
<jcowan>
SICP isn't designed to teach Scheme.
sword865 has joined #racket
ubLIX has quit [Quit: ubLIX]
manualcrank has joined #racket
endformationage has joined #racket
pie_ has joined #racket
emacsomancer has quit [Read error: Connection reset by peer]
<dzoe>
How to use scribble PDF output via LaTeX with custom documentclass? Using prefix file allows me to set \documentclass{something}, but it's got more quirks than expected.
<dzoe>
1) The class must be in texmf path, cannot be in current directory (which is what I use to develop my templates) and 2) even if I let scribble output the corresponding LaTeX source, I am unable to run it through pdflatex with any other class than "article".
<dzoe>
Reading the produced source makes me thing, it's doing some heavy "misuse" of the @ letter/other - which makes it really hard to nail down the minimal example of what is wrong (and then fix it).
<dzoe>
Anyone succeeded with custom documentclass for scribble LaTeX output?
q9929t has joined #racket
sword865 has quit [Quit: Connection closed for inactivity]
ziyourenxiang has quit [Ping timeout: 245 seconds]
q9929t has quit [Quit: q9929t]
deeglaze has joined #racket
mzan has quit [Ping timeout: 276 seconds]
emacsomancer has quit [Read error: Connection reset by peer]
pera has joined #racket
notzmv has quit [Ping timeout: 268 seconds]
FreeFull has joined #racket
jao has joined #racket
<teardown>
jcowan: fair enough
efm has quit [Ping timeout: 245 seconds]
ubLIX has quit [Quit: ubLIX]
dustyweb has quit [Remote host closed the connection]
sauvin has quit [Read error: Connection reset by peer]
zacts has quit [Quit: WeeChat 2.4]
lavaflow has quit [Ping timeout: 276 seconds]
orivej_ has quit [Ping timeout: 265 seconds]
orivej has joined #racket
dustyweb has quit [Remote host closed the connection]
dustyweb has joined #racket
davidl has joined #racket
efm has quit [Read error: Connection reset by peer]
ZombieChicken has joined #racket
efm has joined #racket
Sgeo has quit [Ping timeout: 245 seconds]
lavaflow has joined #racket
tilpner has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #racket
<lavaflow>
I'm trying to write a macro that wraps define, such that the procedure it creates invokes pre-hooks with all the input and post-hooks with all the output