-*- mode: org; mode: auto-fill -*-
Who woulda thunk people want to port this?
No #+sbcl #-sbcl in source files that exist for other reasons than portability.Nikodemus will not maintain portability: SBCL port will be the canonical one.Uglified code is allowed in shared files if it makes things faster for SBCL.Uglified code is not allowed in shared if it makes code faster for implementation X. (Put it in an implementation specific file instead.)Iff there are at least two ports with maintainers that use them and will probably continue to do so.
What SB-CGA is and isn’t. What sort of things may change if you use the repo directly. Design choises relating to single/double floats.
Using dynamic-extentoptimizations done docstrings QUADRIC-ROOTS-ABOVEQUADRIC-ROOTS NORMALIZED-TRANSFORM-POINT The reason these seem worthwhile is that they avoid memory traffic – but it is probably not a good idea to expose them as part of the interface!Implement VEC-MIN/MAX using MINPS/MAXPS.Tests for these