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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to