Reputation: 452
What is the de facto portable external program calling library in Common Lisp?
I found two of such libraries here.
Any other things?
Upvotes: 4
Views: 145
Reputation: 9451
Newer versions of ASDF come with run-program
(see here).
In ASDF 3 there's a special package for such portability utilities, called uiop
.
Upvotes: 6