← Return to lisp-KR
Log in with itch.io to leave a comment.
I’m unable to clone this repo
Mm, yeah. I must have typed it or something instead of pasting it since it's already at-that-path for me from (the couple of devlogs).
git clone https://codeberg.org/tfw/pawn-75.git
Would work I guess. Are you using eev as well?
It's this one: https://codeberg.org/tfw/pawn-75 which is my port/revivification of https://www.ida.liu.se/ext/leonardo/ (https://franz.com/success/customer_apps/knowledge_mgmt/leordo.lhtml) and related things.
What is the source code for this entry? The markdown file? I am confused.
Yes, I used emacs' eev mode to program it. That file was the only notion of source file that exists. Possibly the file confusingly skips how to start gnu clisp with eev's eepitch, let me check. It was a very personal journey.
* (eepitch-shell)
cd
git clone https://codeberg.org/tf/pawn-75.git Pawn-75
mkdir -p ~/leocommunity
cp -r Pawn-75/Pawn-75 ~/leocommunity/Plant-insect-gamer
* (setq inferior-lisp-program "clisp -E ISO-8859-1 -modern")
* (slime)
* (setq eepitch-buffer-name "*slime-repl clisp*")
(require "asdf")
(uiop:chdir "~/leocommunity/Plant-insect-gamer/demus/Process/main/")
(load #p"../../../remus/Startup/cl/acleo.leos")
(cle)
etc is literally the game's source as I wrote it.
If you are in eev mode, you just press <F8> on each line indicated as source, and you can watch it happen. It is best viewed as interactive.
I'm not sure how I got that typo in my own git paste https://codeberg.org/tfw/pawn-75 was the git.
← Return to lisp-KR
Comments
Log in with itch.io to leave a comment.
I’m unable to clone this repo
Mm, yeah. I must have typed it or something instead of pasting it since it's already at-that-path for me from (the couple of devlogs).
Would work I guess. Are you using eev as well?
It's this one: https://codeberg.org/tfw/pawn-75 which is my port/revivification of https://www.ida.liu.se/ext/leonardo/ (https://franz.com/success/customer_apps/knowledge_mgmt/leordo.lhtml) and related things.
What is the source code for this entry? The markdown file? I am confused.
Yes, I used emacs' eev mode to program it. That file was the only notion of source file that exists. Possibly the file confusingly skips how to start gnu clisp with eev's eepitch, let me check. It was a very personal journey.
* (eepitch-shell)
cd
git clone https://codeberg.org/tf/pawn-75.git Pawn-75
mkdir -p ~/leocommunity
cp -r Pawn-75/Pawn-75 ~/leocommunity/Plant-insect-gamer
* (setq inferior-lisp-program "clisp -E ISO-8859-1 -modern")
* (slime)
* (setq eepitch-buffer-name "*slime-repl clisp*")
(require "asdf")
(uiop:chdir "~/leocommunity/Plant-insect-gamer/demus/Process/main/")
(load #p"../../../remus/Startup/cl/acleo.leos")
(cle)
etc is literally the game's source as I wrote it.
If you are in eev mode, you just press <F8> on each line indicated as source, and you can watch it happen. It is best viewed as interactive.
I'm not sure how I got that typo in my own git paste https://codeberg.org/tfw/pawn-75 was the git.