Y
Hacker News
new
|
ask
|
show
|
jobs
by
tazjin
2336 days ago
Ah, you're right of course - fixed. Though that still won't make this portable, as I'm using an SBCL-specific way of accessing argv.
1 comments
gmfawcett
2336 days ago
`unix-opts` is in available in quicklisp -- it's small, and has a portable `argv` wrapper function.
link
tazjin
2336 days ago
Thanks for the tip, added that:
https://git.tazj.in/commit/?id=10e2e56b67b41eb6315fdc4cc1bc1...
link