abs
abs copied to clipboard
Home of the ABS programming language: the joy of shell scripting.
possibly strings as well -- and there might be some other functions that modify things in place themselves...shuffle / flatten etc all work on a copy. It'd be good to...
`abs --foo 1 --foo 2` yields... `> flag("foo") # 1` I'm not sure what I want here, but it seems that a silent dropping of `2` is at least surprising....
I see that string literals support \t, \r, and \n. But they don't seem to support other commonly seen syntax like \xff, \0, and so on. So there's not an...
This is a limitation I introduced in order to simplify a few things back then. By now I don't really think we need to preserve this limitation.
from @omissis can you elaborate on what you think would be helpful?
a templating function that takes a file and an hash and returns a string (maybe using go template)
from @omissis
from @omissis I'm definitely down to support this, but I honestly don't have the time to dig deep into how to set these up. Definitely open if someone wants to...
from @omissis sounds like we need `require('@url')` :slightly_smiling_face: