@ckie that reads fine, it's moreso the fact that Nix' calling syntax and stdlib are still very unfamiliar to me
@f0x oh, yes, nix took me a while to get used to
@f0x what are you doing w/ it?
@ckie writing a function that takes nested sets of settings, and converts it into a single set of environment variables
so {foo: {bar = true}}
becomes FOO_BAR = true
but it'll be a neat learning exercise i hope, so no spoilers!
@f0x > message.split` `.filter(x=>x!="meow").map(x=>`${x} meo${"w".repeat(x.length)}`)
[
'god meowww',
'functional meowwwwwwwwww',
'programming meowwwwwwwwwww',
'still meowwwww',
'hurts meowwwww',
'my meoww',
'poor meowwww',
'little meowwwwww',
'brain meowwwww',
'so meoww',
'much meowwww'
]