Welcome

lisp badge

Basically I'm a physicist with interests in Common Lisp Programming. Here is my github homepage.

Notes

Projects

Basic Common Lisp Utility

  • utility: A collection of general utility.
  • string: A collection of string utility.
  • os: A lightweight Common Lisp OS utility package.

Common Lisp Generalized Array

  • narray: Numerical array inspired by ndarray in Python with data placed in foreign memory.
  • xarray: Generalized array of Common Lisp's standard array object.

Common Lisp Generalized Utility

  • grefs: Generic accessor and some miscellaneous utility.

Numerical Common Lisp

  • complex: Foreign complex number type for CFFI.
  • clsl: Common Lisp Scientific Library, under construction, still early stage.

Physics