mmo-project/lisp
zongor 6ff83af479 Switch back to common lisp since racket bindings dont work. 2023-11-05 13:53:30 -05:00
..
client Switch back to common lisp since racket bindings dont work. 2023-11-05 13:53:30 -05:00
server add lisp 2023-10-31 19:11:35 -04:00
www add lisp 2023-10-31 19:11:35 -04:00
README.md add lisp 2023-10-31 19:11:35 -04:00

README.md

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.

lisp-µhttpd (game website & webserver)

lisp-mmo-server (game backend) using picolisp

lisp-mmo-client (game frontend / UI) using common lisp