Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

I was able to run it after copying lisp.virtualmem to ~/il/medley and running medley without arguments.

It was interesting to try interlisp out :) The visible delay in rendering is annoying, but graphics is really great :D.

Hm. I can't seem to be able to load the memory file properly:

I load it with

./medley/medley/run-medley --vm-file lisp.virtualmem 

Then I right click on desktop -> EXEC -> Intelisp

Open the INTERLISP Exec, but it doesn't contain any definitions, including the START-FIFTEEN function.

Am I doing something wrong?

(+1)

Thanks for your input, I think I can speed it up a bit if I study Medley more!
I'm blasting out all the rows and columns each time, but it could be made to only consider the row/column that needs redrawing with a little care. :)