skapata has quit [Remote host closed the connection]
skapata has joined #racket
skapata has quit [Remote host closed the connection]
Tuplanolla has joined #racket
mzan has quit [Ping timeout: 276 seconds]
mzan has joined #racket
Kratacoa has joined #racket
Kratacoa has quit [Ping timeout: 245 seconds]
lucasta has joined #racket
notzmv has quit [Ping timeout: 255 seconds]
<bremner>
is there an existing way to programatically get coloured macro expansion (e.g. for LaTeX code samples)
_________ has quit [Ping timeout: 264 seconds]
_________ has joined #racket
lucasta has quit [Quit: Leaving]
_________ has quit [Ping timeout: 245 seconds]
_________ has joined #racket
notzmv has joined #racket
skapata has joined #racket
<bremner>
probably a long shot, but has anyone got an org-babel (emacs) racket integration they are happy with? Both I tried so far were broken in various ways
<kengruven>
i've got a bunch of deep trees to search (parsed json). is there any declarative tool for searching arbitrary data structures in racket, maybe like css selectors? i'm using a bunch of findf calls and it works but seems awkward.
Kratacoa has joined #racket
Kratacoa has quit [Ping timeout: 264 seconds]
<bremner>
kengruven: maybe have a look at the xml stuff. I seem to recall some xpath like tools
<kengruven>
bremner: oh, good idea. thanks.
<kengruven>
sxpath is almost what i want, except sxml deals in plists, and read-json gives me hasheqs