mmo-project/lisp/README.md

14 lines
634 B
Markdown

# Lisp MMO Project Implementation
The interesting thing about lisp is that for being the 2nd oldest language, it has some of the most flavors of any programming language.
Lisp is much easier to implement from a compiler/interpreter point of view due to its structure, so it makes sense that it has so many implementations.
[We are spoiled for choice for this challenge.](https://github.com/dundalek/awesome-lisp-languages)
[lisp-µhttpd (game website & webserver) ](./www/README.md)
[lisp-mmo-server (game backend) using picolisp](./server/README.md)
[lisp-mmo-client (game frontend / UI) using common lisp](./client/README.md)