Pinned Repositories
cl-reactive
Reactive programming at the variable/function level for Common Lisp
clean-architecture-example
An example of Clean Architecture in Common Lisp
clifford
Common Lisp library for calculating with Clifford algebras
draw
Common Lisp front-end to CL-PDF and Vecto
FFT
Common Lisp FFT Library
fft-paint
Javascript web application that allows you to Fourier transform, paint, gradient-fill, and convolve.
gauss
Optimized, pure Common Lisp linear-algebra library
Roto-Mortar
7-day Lisp Game
userial
Library for binary serialization/unserialization
Woolly
Lisp GUI based on Sheeple atop CL-OpenGL
nklein's Repositories
nklein/cl-reactive
Reactive programming at the variable/function level for Common Lisp
nklein/userial
Library for binary serialization/unserialization
nklein/draw
Common Lisp front-end to CL-PDF and Vecto
nklein/FFT
Common Lisp FFT Library
nklein/raft
Common Lisp implementation of the Raft consensus algorithm
nklein/aws-lambda-lisp-runtime
AWS Lambda runtime for processing in Common Lisp
nklein/braille-chords
Emacs lisp minor-mode for typing Braille patterns using keyboard chords
nklein/track-best
Common Lisp library for tracking the N best items
nklein/weekend-raytracer
nklein/cl-growl
Common Lisp Growl client library
nklein/ftpush
Common-Lisp library for pushing local directories to remote locations like FTP sites.
nklein/sudoku-diagrams
Code for declaring a sudoku diagram and exporting it in various formats
nklein/tstreams
Transforming input/output streams for Common Lisp
nklein/lisp-motd-server
This is code for a Lisp Message-Of-The-Day server using AWS Lambda
nklein/pi-bcm-host
Common Lisp CFFI wrapper for Raspberry Pi BCM Host library
nklein/pi-mmal
Common Lisp CFFI wrapper for Raspberry Pi MMAL Library
nklein/superposition
Lisp library to do probabilistic calculations on where things are
nklein/wordle-solve
Toy program to play the game wordle
nklein/badger
Rough and dirty Lisp/HTML/Javascript badge creator
nklein/chore-tracker
Raspberry-pi based light-up board for tracking when kids have done their chores
nklein/cl-priority-queues
Implementation of CDR-13: Priority Queues for Common Lisp
nklein/galois-fields
Common Lisp library for calculating in Galois fields
nklein/keepintouch
Keep In Touch application
nklein/life10-benchmarks
Benchmarking 10 dynamic languages on array-heavy code
nklein/moongate
Lisp code to create laser-cutter or CNC shapes for a moon gate
nklein/new-account
dotfiles and such that I use when setting up a new account.
nklein/policy-cond
Fork of stylewarning's policy-cond
nklein/raft-communicate-chanl
Implementation of the Common Lisp RAFT-COMMUNICATE interface using CHANL channels
nklein/raft-persist-files
Implementation of Common Lisp RAFT-PERSIST interface using the filesystem
nklein/trivia-quiz
Start of project to make simple web-based trivia app... mostly included so I can recall how to setup Typescript and webpack