Pinned Repositories
cl-naive-bayes
Common Lisp library to use Naive Bayes classifier by simple interface.
cl-web-2d-game
A library to create 2d game using Parenscript and three.js.
cloutine
cloutine is a prototype of coroutine like goroutine
docker-cl-base
A Dockerfile to configure Common Lisp execution environment.
docker-cl-devel2
A Dockerfile to configure Common Lisp development environment.
proto-cl-client-side-rendering
A prototype to try client side rendering using Common Lisp
proto-cl-hot-loads
A prototype of hot loads in Common Lisp using WebSocket
ps-experiment
This is the experimental utils for Parenscript.
sample-cl-bot
A sample bot by Common Lisp for Slack
watson
watson: WAT (WebAssembly Text format) Structured ON Lisp
eshamster's Repositories
eshamster/watson
watson: WAT (WebAssembly Text format) Structured ON Lisp
eshamster/docker-cl-base
A Dockerfile to configure Common Lisp execution environment.
eshamster/cl-web-2d-game
A library to create 2d game using Parenscript and three.js.
eshamster/cloutine
cloutine is a prototype of coroutine like goroutine
eshamster/docker-cl-devel2
A Dockerfile to configure Common Lisp development environment.
eshamster/cl-ps-ecs
[WIP] Entity-Component-System written by ParenScript (Common Lisp)
eshamster/try-wasm-with-cl
try-wasm-with-cl is a sample project for WASM with Common Lisp.
eshamster/cl-shigi-simulator
eshamster/repl-threads
repl-threads - a library to try thread on REPL
eshamster/sample-cl-web-audio
The sample-cl-web-audio is a sample project of Web Audio API using Parenscript
eshamster/try-cl-test-on-gh-actions
A sample repository to try Common Lisp test on GitHub Actions
eshamster/cl-csr
A client side reindering libirary in Common Lisp
eshamster/cl-csr-2d-game
Cl-Csr-2d-Game - A library to create 2d game using client side rendering (CSR) library.
eshamster/cl-csr-jintori
Jintori game using client side rendering (CSR)
eshamster/cl-gas-nippo
Google App Script to create nippo written by Common Lisp (Parenscript)
eshamster/clw-warp-stg
A 2D shooting game where player is moved by click
eshamster/docker-for-my-dev
Dockerfiles to create my development environment.
eshamster/docker-go-devel
A Dockerfile to configure Go development environment with Emacs.
eshamster/dotfiles
Some settings for linux
eshamster/go-genddl
Generate RDB DDL by go struct
eshamster/go-sqlla
Type safe, reflect free, generative SQL Builder + ORM-like methods
eshamster/proto-cl-harmony
proto-cl-harmony is a prototype to add harmony to a melody by simple rule
eshamster/react-devel
A development environment for React.js on Docker with Emacs.
eshamster/rust-devel
A Dockerfile to configure Rust development environment with Emacs.
eshamster/sample-cl-test-on-gh-actions
A sample repository to use eshamster/try-cl-test-on-gh-actionsaction
eshamster/sample-pixijs-on-cl
Sample program to try pixi.js on Common Lisp (Parenscript)
eshamster/sample-react-life-game
A sample project of Life Game for learning React.js
eshamster/template-cl-gas
A template to write GAS by Common Lisp (Parenscript)
eshamster/try-test-in-docker
Experiment repository to test Common Lisp library in docker on Travis.CI
eshamster/vue-async-computed
Async computed properties for Vue.js