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.
Thanks for doing these tests on the LW+Windows setup. It looks like the `「` character isn't working correctly for that setup, I can check out some other characters it could...
Sure, could you try running the demo in `april/demos/ncurses`? There's a readme in that folder explaining how to do so. It's a Conway visualization meant to be displayed in a...
Thanks, very strange. In your first PDCurses attempt were you able to see and use the ncurses program? There are clearly a lot of hurdles to make this work under...
Thanks, this appears to be an issue on the QL side, I'll look into it.
That's first because a `⌾` function isn't implemented in April. The hang is happening due to a property of the new lexer. Should be straightforward to fix.