Andrew Sengul
Andrew Sengul
The cause of the problem I was having was that April expected integer arrays to have lists as their element types, `(unsigned-byte X)` and so forth. I added a Clasp-specific...
Interesting idea, I could probably register that given how I compose the assign-by-select syntax. I'll give it a try.
Thanks for testing April with LispWorks, are you testing LW with different popular libraries? I changed the `allocate-instance` code, can you try it now? Also, a friend who tested LW...
Could you find out where the failure was? You can tell by the `×` symbol at the left edge of the test output. Successful tests are indicated by the `✓`...
I wrote some [prototype code](https://gist.github.com/phantomics/b6c6d2633f9366f8ac257fa50ad79079) for reading BDF font files. The next step is to tie it into Medley's font display system.