Pinned Repositories
Clamp
Common Lisp with Arc Macros and Procedures
hh-redblack
Implementation of red-black trees in Common Lisp, including a persistent red-black tree that uses an append-only strategy for recording changes in a text file
HNCL
Hacker News in Common Lisp
Project-Euler
Project Euler in Common Lisp
RCGames
A server to allow AI to play games against each other.
simple-projects
These are just some simple, one file things I have been working on.
malisper's Repositories
malisper/Clamp
Common Lisp with Arc Macros and Procedures
malisper/HNCL
Hacker News in Common Lisp
malisper/RCGames
A server to allow AI to play games against each other.
malisper/hh-redblack
Implementation of red-black trees in Common Lisp, including a persistent red-black tree that uses an append-only strategy for recording changes in a text file
malisper/Project-Euler
Project Euler in Common Lisp
malisper/simple-projects
These are just some simple, one file things I have been working on.
malisper/slow-react-render
This repo is an example of a React application that takes a long time to render.
malisper/advent-of-code-2019
My solutions to the Advent of Code 2019.
malisper/advent-of-code-leaderboard
A version of the private advent of code leaderboard that shows finish times.
malisper/check-it
Randomized specification-based testing for Common Lisp. Available through Quicklisp.
malisper/circleci-test
malisper/Clint
Common Lisp INTerpreter
malisper/CPBots
A collection of different bots for playing Open Face Chinese Poker.
malisper/firebase-demo
A toy project built on firebase.
malisper/helm
Emacs incremental completion and selection narrowing framework
malisper/hunchentoot
Web server written in Common Lisp
malisper/Lost-and-found
A simulated agent which is able to figure out its location in a maze, even though it moves randomly and doesn't know which direction it moves in.
malisper/Miner
A Minesweeper Solver
malisper/node-influx-collector
influxdb stats collector
malisper/postgres-csvlog
Parse PostgreSQL csvlog format logs.
malisper/pretty-function
utility for making functions and closures pprint useful information
malisper/Quine-Relay
A Common Lisp program that prints out a C program which prints out the original Lisp program.
malisper/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
malisper/Riddler
Solves a Riddle
malisper/sauce-labs-demo
Demonstration of Sauce Labs
malisper/simple-parse-number
This is a rewrite of the parse-number library.
malisper/test-repo
malisper/Tetris
A tetris AI I wrote based on a blog post.
malisper/Trivial-Pretty-Function
This is a rewrite of the Pretty Function library that uses the Trivial Garbage library to greatly simplify the code.
malisper/waiter
An implementation of iter using cl-walker.