All projects of digikar99

digikar99/abstract-arrays A structure and some facilities for an abstract-array structure in common lisp
digikar99/adhoc-polymorphic-functions (Common Lisp) {macro, structures and hash-table}-based wrappers around normal functions to allow for dispatching on types instead of classes.
digikar99/alternate-asdf-system-connections a not too rich person's ASDF system interconnection facility
digikar99/cl-bmas C2FFI generated bindings for BMAS
digikar99/cl-cblas C2FFI based wrapper for CBLAS
digikar99/cl-ceigen-lite Common Lisp CFFI interface to ceigen_lite which inturn is a C interface to C++ Eigen library
digikar99/cl-syntax Reader Syntax Coventions for Common Lisp and SLIME
digikar99/compiler-macro-notes
digikar99/dense-arrays
digikar99/download-dependencies A simple utility to download dependencies recursively
digikar99/extensible-compound-types
digikar99/numericals Numerical operations on arrays using SBCL (Common Lisp) [still experimental]
digikar99/polymorphic-functions A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.
digikar99/py4cl2 Call python from Common Lisp
digikar99/queue Simple constant time FIFO queue in Common Lisp.
digikar99/reader A utility library intended at providing reader macros for lambdas, mapping, accessors, hash-tables and hash-sets.
digikar99/trivial-coerce
digikar99/trivial-form-type
digikar99/trivial-types Trivial type definitions for Common Lisp
digikar99/uniform-utilities