mmo-project/lisp/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2023-10-31 19:11:35 -04:00
# 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.
2023-12-15 21:28:43 -05:00
Note for lfarm, for real world please use their Kerberos/GSSAPI implementation instead of my simple password implementation. Its going to be infinitely better.
2023-10-31 19:11:35 -04:00
[lisp-µhttpd (game website & webserver) ](./www/README.md)
2023-12-15 21:28:43 -05:00
http://8arrow.org/caveman/
https://github.com/fukamachi/datafly
https://github.com/fukamachi/sxql
https://github.com/dnaeon/cl-bcrypt
2023-10-31 19:11:35 -04:00
[lisp-mmo-server (game backend) using picolisp](./server/README.md)
2023-12-15 21:28:43 -05:00
https://github.com/lmj/lfarm
https://github.com/fukamachi/datafly
https://github.com/fukamachi/sxql
https://github.com/dnaeon/cl-bcrypt
2023-10-31 19:11:35 -04:00
[lisp-mmo-client (game frontend / UI) using common lisp](./client/README.md)
2023-12-15 21:28:43 -05:00
https://github.com/raysan5/raylib
https://github.com/defun-games/claylib
https://github.com/lmj/lfarm
https://github.com/dnaeon/cl-bcrypt