badkins has quit [Remote host closed the connection]
badkins has joined #racket
tyson2 has quit [Remote host closed the connection]
badkins has quit [Ping timeout: 268 seconds]
libertyprime has quit [Ping timeout: 256 seconds]
libertyprime has joined #racket
meinside has joined #racket
badkins has joined #racket
ur5us has joined #racket
tyson2 has joined #racket
TCZ has quit [Quit: Leaving]
ermo has quit [Ping timeout: 256 seconds]
ermo has joined #racket
libertyprime has quit [Quit: leaving]
badkins has quit [Remote host closed the connection]
ermo has quit [Ping timeout: 240 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
ermo has joined #racket
badkins has joined #racket
<lagash>
For scribble or pollen, is there some way to typeset bilingual works, like in LaTeX's 'parallel', one language on each side?
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
schulze has quit [Ping timeout: 240 seconds]
capfredf has joined #racket
capfredf has quit [Ping timeout: 252 seconds]
raghavgururajan has joined #racket
rekahsoft has joined #racket
badkins has joined #racket
<samph>
evdubs: awesome. It's good for our tools to have feature parity :P
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
ur5us has quit [Ping timeout: 260 seconds]
falsifian has joined #racket
rekahsoft has quit [Ping timeout: 250 seconds]
<falsifian>
Was the "raco exe" command removed in 8.3? On OpenBSD I see "/usr/local/bin/raco: Unrecognized command: exe". Not sure if this is a bug in the OpenBSD port or intentional.
sts-q has joined #racket
<samph>
It should still be there.
<falsifian>
Thanks samph.
mfiano has quit [Quit: Lost terminal]
mfiano has joined #racket
skapata has joined #racket
skapata has quit [Changing host]
skapata has joined #racket
tyson2 has quit [Remote host closed the connection]
<williewillus>
falsifian: openbsd only packages racket-minimal, which is the distribution of racket that only has enough to raco pkg install the rest
<williewillus>
so i wouldn't be surprised if raco exe doesn't work out of the box
<williewillus>
see the PKG-README for the commands to get the full thing
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
badkins has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 256 seconds]
tyson2 has quit [Remote host closed the connection]
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
tyson2 has joined #racket
badkins has quit [Ping timeout: 268 seconds]
badkins has joined #racket
tyson2 has quit [Remote host closed the connection]
badkins has quit [Ping timeout: 252 seconds]
Avichi has joined #racket
Algernon666 has joined #racket
Algernon91 has quit [Ping timeout: 250 seconds]
mdhughes has quit [Quit: Returning to Simulacron-1]
badkins has joined #racket
capfredf has joined #racket
badkins has quit [Ping timeout: 256 seconds]
mdhughes has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 260 seconds]
gproto23 has quit [Ping timeout: 252 seconds]
gproto23 has joined #racket
badkins has joined #racket
badkins has quit [Ping timeout: 268 seconds]
tyson2 has joined #racket
capfredf has joined #racket
capfredf has quit [Ping timeout: 256 seconds]
badkins has joined #racket
badkins has quit [Ping timeout: 252 seconds]
Algernon666 has quit [Read error: Connection reset by peer]
Algernon666 has joined #racket
Algernon666 has quit [Ping timeout: 250 seconds]
monkey_ has quit [Ping timeout: 256 seconds]
monkey_ has joined #racket
Algernon666 has joined #racket
Algernon666 has quit [Ping timeout: 252 seconds]
tyson2 has quit [Remote host closed the connection]
raghavgururajan has quit [Ping timeout: 260 seconds]
ur5us has joined #racket
badkins has joined #racket
ur5us has quit [Remote host closed the connection]
ur5us has joined #racket
tyson2 has joined #racket
capfredf has joined #racket
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
ur5us has quit [Ping timeout: 265 seconds]
ur5us has joined #racket
even4void has quit [Ping timeout: 252 seconds]
Algernon666 has joined #racket
Algernon91 has joined #racket
Algernon666 has quit [Ping timeout: 240 seconds]
capfredf has quit [Remote host closed the connection]
capfredf has joined #racket
capfredf has quit [Ping timeout: 260 seconds]
raghavgururajan has joined #racket
even4void has joined #racket
TCZ has joined #racket
tyson2 has quit [Remote host closed the connection]
countvajhula has joined #racket
<countvajhula>
in syntax-parse, is there a way to match patterns starting with some prefix? E.g. a rule like [(_ (~starts-with speshal)) #'hi], so that (speshal-map ...) and (speshal-func ...) would both be matched?
<countvajhula>
i'd like to match these within my macro and leave them unchanged, the idea being, I could then use this as an macro extension mechanism. i.e. others could write `speshal-*` macros and they would work inside my macro since mine would leave them alone (otherwise, my macro would consider it invalid syntax)
<samth>
countvajhula: you can certainly write a syntax class like that yourself
<samth>
something like `(define-syntax-class (~starts-with x) (pattern i:id #:when (string-prefix=? x (symbol->string (syntax-e #'i))))`
<samth>
that expects a string, of course
TCZ has quit [Quit: Leaving]
monkey_ has quit [Read error: Connection reset by peer]
capfredf has joined #racket
notzmv has quit [Ping timeout: 250 seconds]
Algernon91 has quit [Read error: Network is unreachable]
ur5us has quit [Ping timeout: 250 seconds]
gproto23 has quit [Ping timeout: 252 seconds]
capfredf has quit [Remote host closed the connection]