Boom: https://github.com/jeapostrophe/adventofcode/tree/master/2015/day7
On Sat, Dec 19, 2015 at 6:01 AM, Daniel Prager <[email protected]> wrote: > I'm having a bit of fun working through the puzzles on adventofcode.com > using Racket, and of course trying to use it to improve my Racket skills > along the way. > > I've just solved Day 7 (adventofcode.com/day/7) for which the input "data" > starts with: > >> lf AND lq -> ls >> iu RSHIFT 1 -> jn >> bo OR bu -> bv >> gj RSHIFT 1 -> hc >> et RSHIFT 2 -> eu >> bv AND bx -> by >> is OR it -> iu >> b OR n -> o > > > and continues for a few hundred lines, ostensibly describing a system of > wires and logic gates. > > Could this make a good example of how to make a one-off #lang in order to > write a single program? > > I didn't make a #lang, but I'd love to see a solution that turns the data > into input for #lang advent-day-7 (or whatever). > > Any takers? > > Dan > > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Jay McCarthy Associate Professor PLT @ CS @ UMass Lowell http://jeapostrophe.github.io "Wherefore, be not weary in well-doing, for ye are laying the foundation of a great work. And out of small things proceedeth that which is great." - D&C 64:33 -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

