cursed advent of code day 2 part 1 solution in APL
(APL provides an eval function ⍎ so by creating some helper functions I can skip parsing entirely and just run each line of input as a little program)
@venko ah wow I get it that's clever
the mastodon instance at cybre.space is retired see the end-of-life plan for details: https://cybre.space/~chr/cybre-space-eol
(APL provides an eval function ⍎ so by creating some helper functions I can skip parsing entirely and just run each line of input as a little program)