25 Sep 2008 20:22
Cross implementation libraries?
I'm finding that I need to support multiple CL implementations in the same code base. (I've tried to avoid doing this for a long time!) So I have to questions for any gardeners out there: - Are there any good libraries that provide a common API for the things like multiprocessing, network programming, POSIX, etc. I'm looking for direct experience with a package. - What do people use to compile C code used by an FFI? I am happy using CFFI, but I also need to create the .so libraries themselves. What I do right now is use a Makefile (which isn't well integrated with the rest of my asdf world). (I hope this is enough on topic for the list.) Cheers, Chris Dean
RSS Feed