Results 19 issues of Andrew

1. So this is implemented in pure common lisp without using any c/c++ code and cffi? 2. Any plans for future updates and getting out of beta?

Are you interested in them? I can dig up some code I was writing to check performance. Pretty sure for example I had a non recursive DFS, real quick, somewhere.

I'm thinking about a chapter dedicated to compiler macros. However, I'm not sure if this should be a chapter or an addition to an already existing chapter about macros. I...

I'm not sure, which is why this is an issue instead of commit. > Complex types involving satisfies are not checked inside a function body, only at its boundaries. (it's...

SBCL has an extremely sophisticated facility called a VOP (Virtual Operation) that allows you to write assembly with s-expressions and integrate the code into the compiler and runtime. While this...

I cannot be 100% sure is this roswell or lem problem, but I hope a more experienced lisper will be able to tell. Basically, this happens: ``` To load "lem":...

I cannot be 100% sure about this, but it seems, that after installing and changing background image, the sliders for sound/brightness from top right menu have vanished. I can still...

Do you plan to implement them, or have you given up on the idea? I am very interested in the tpic and decided to dive into Coalton hoping maybe I...

As it was mentioned on reddit, you can define your own constructor for the structure and do stuff with it. First of all, by default it has `&key` arguments for...

datastructures

I found several cases, when debugger is showing up after some error, but then stops responding and makes you reload slime. It happens quite often, when using, for example, package...