Gary King <[EMAIL PROTECTED]> writes: >> - Are there any good libraries that provide a common API for the >> things like multiprocessing, network programming, POSIX, etc. > > There are too many! <smile>.
Yes there sure are. I did take a look and it wasn't obvious to me which one to use. I am indirectly using several via other libraries, but there doesn't seem to a consensus there either. I've been porting recently, and four areas keep coming up: Network programming, Multi processing, file systems access, and general FFI. The roughly correspond to the sbcl libs: sb-bsd-sockets, sb-thread, sb-posix, and sb-alien. > One idea would be to use something like trivial-shell to make an > ASDF-extension Great idea. Cheers, Chris Dean _______________________________________________ Gardeners mailing list [email protected] http://www.lispniks.com/mailman/listinfo/gardeners
