Lisp student

Results 91 comments of Lisp student
trafficstars

PS: I did `(ql:update-dist "quicklisp")` and have now latest quicklisp, but still same issue. ```lisp (ql-dist:all-dists) (# #) ```

Sorry for delay, I was trying to hunt down the mysterious missing `Reader cannot find package LEXICAL` from ARNESI. It loads fine with SBCL on Windows, so it must be...

Wonderful, it works now, see screenshot I will try to build app now.

Build fails with very long message, [see gist](https://gist.github.com/lispstudent/ffa3d4700c71e40c56b959ef86969cf8#file-gistfile1-txt) (it would be too long here). Could it be the `macos` related part in build.lisp? ``` (let* ((app-path (merge-pathnames #P"Multitrainer.app" (lispworks:current-pathname))) (bundle...

Thank you for the detailed instructions (and your patience). I patched the build file and I was finally able to build the corresponding windows app. See [release](https://github.com/lispstudent/lw-multiplication/releases/tag/v0.0.1) in my temp...

> > > It is strange that you required to load some libs manually. They should be loaded when you did `(ql:quickload :multiplication/core)`. My fault, I was under the impression...

> I was able to start your release in the virtual machine. But seems besides a grainy fonts, there are two other problems: > > * a black terminal screen...

> I'll try to install LispWorks Personal Edition into the virtual machine and to solve the problem with arnesi. Wow, that would be very nice, Arnesi looks like a very...

I have converted .icns icon to .ico format, fixed build script, and rebuilt [Windows exe binary](https://github.com/lispstudent/lw-multiplication/releases/tag/0.0.1a). I am unable to fix the flickering though.

> * image is flickering when the answer is given: Regarding the flickering, I saw a mention of this issue in file `examples/capi/applications/balloons.lisp` ```lisp ;; -*- rcs-header: "$Header: /hope/lwhope1-cam/hope.0/compound/33/LISPcapi-examples/RCS/applications:balloons.lisp,v 1.16.3.1...