I think I’ve not obfuscated it enough

I’ll let you guys do it yourself

-- Take your age.
-- Subtract 2.
-- Then add 2.
-- That's your age.
age x = ($) ((.) `foldl` id) [(-2+), (2+)] $ x

comments (single view)

I’ll try making it in 6502 when I get home

View all comments