Prev: lambda inside a let or letrec
Next: Which is the best implementation of LISP family of languages for real world programming ?
From: allchemist on 10 Jun 2010 12:41 After some experiments, I tried to express it in code. http://devio.us/~allchemist/wiki/doku.php?id=sb-math http://devio.us/~allchemist/wiki/doku.php?id=sb-math-tutor Among other features, it provides blas functions for native lisp arrays with a very small overhead and no dependences except sbcl and any cblas shared library. If anyone interests, please look at it and express your opinion. Thanks |