***DerGuteM1ritz is now known as DerGuteMoritz
<davexunit>I see a section in the guile manual about texinfo processing, but it doesn't seem to be about what I want: how to build texinfo docs from docstrings. <davexunit>could anyone point me in the right direction? *davexunit is really hitting a wall with guile's performance *davexunit wonders if he'll have to re-write some code in C. <davexunit>27 GCs in one second thanks to all the floating point math it takes to render 800 rotated sprites. <davexunit>could this help me alleviate some performance issues? <nalaginrut> DerGuteMoritz I've done it with (translators (cons (list "md" markdown->html) (translators))) <davexunit>shanecelis: is the kbd macro supposed to be in .gitignore? I was wondering how you implemented it since I plan to provide a similar interface for guile-2d. <wackonline>hello all,How to link into a integer value to a string? <fbs>link? (cons string int) ? <djcb>ah, there's an emacsy-webkit? that sounds very interesting <shanecelis>djcb: Just trying to work out the kinks right now so I can release it. <amgarchIn9>Hi! How do you "define-values" in a REPL? I use let-values in the scripts. This isnt as convenient in the REPL. <amgarchIn9>Note the difference in the output of (values 1 2) <amgarchIn9>This is ugly: (let-values (((pts wts) (genpts 110))) (set! PTS pts) (set! WTS wts)), and needs prior (define WTS #f) <djcb>shanecelis: very nice! a guilified conkeror based on guile... <djcb>i thought about writing something like that, but i'm happy i don't have too :) <shanecelis>djcb: thanks! Yeah, I wish it existed already too. <shanecelis>Writing apps in a not complete library (emacsy) induces a lot of analysis paralysis. <djcb>i can imagine! otoh, building your lib alongside a somewhat real-world use-case should be very helpful, too ***aleix_ is now known as aleix
<shanecelis>davexunit: thanks! Man, releasing stuff is so much work. <shanecelis>davexunit: lol, I finally saw my typo. Ha, Emacs_y_, yeah.