Would love some feedback on wip feature

Stelian Ionescu sionescu at cddr.org
Thu Oct 6 09:09:28 UTC 2016


[...]
> So my closing question is: If I want to be able to use shared-object
> files with my lisp libraries what is the correct asdf way for this to
> be done? Given that:
> - The shared-object file is not available through any package manager
> - people should be able to just quickload the project and start working
> - I need to support osx/linux/windows so I will be including a
> selection of .so/dll/dylib files.
> - Requiring every user to have a C compiler set up on their machine is
> not acceptable.

Requiring those who compile the app to have a C compiler is the reality of today's operating systems, whether you find it palatable or not.
If you decide to fight against this you'll probably end up creating more problems than you solve, and for little gain.

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.



More information about the cffi-devel mailing list