MatthewRock

Results 9 comments of MatthewRock

As for now the CLISP is in terrible state - it doesn't even build without additional effort - for example, the asdf version is really old. Some guy picked it...

I have this problem when trying to quickload my project: ```common-lisp Error while trying to load definition for system clox from pathname /home/malice/Programming/Lisp/clox/clox.asd: Component :DEPLOY not found, required by NIL...

You might try to quickload sdl2/examples and run them; afair CL sdl2 requires haptic feedback.

I second that. At the current state, nobody can even use the code as no license is provided.

Hi, I would like to ask about the progress on the bug? I would like to fix it myself if no one else has already tried to do it; otherwise...

Yeah! Of course it's CL :+1: Thanks, I will see about that.

If you do not want to use @route syntax, you should use `lucerne.views:define-route`. The api looks quite stable for me, but the framework is very lightweight in terms of functionalities...

The general idea is to change the way the chapter is presented: - First, describe different classes(options) that user has: mutable, functional, transactional. - Include some example code (this was...