Javier Olaechea

Results 33 comments of Javier Olaechea

@davazp Btw, is there any reason why some docstrings are written as a comment above the function? Or is just a legacy from before docstrings were supported?

@guicho271828 Do you have any plans as to how to hook with SLIME's machinery? find-definitions is a function (definterface/defimplementation) and doesn't seem to provide any hooks

> Being very new to CL I would like to know how I can do this when invoking the build. Checkout the clhs entry on [`*features*`](http://www.lispworks.com/documentation/HyperSpec/Body/v_featur.htm) If you want to...

One would have to make all i/o calls through cl-async, which supports tcp and unix sockets. From perusing [pg]() that would mean rewriting/adapting the code in low-level.lisp and the code...

HackerTheory was not a user but an organization. The projects now live at https://git.mfiano.net/mfiano/ - https://git.mfiano.net/mfiano/pngload.git - https://git.mfiano.net/mfiano/parsley.git ref: https://github.com/quicklisp/quicklisp-projects/pull/1959

@VK3FNG If the problem is that it impeedes you clicking the icons below, you can move that repl with alt + dragging the mouse.

@zzkt I'm always in favor of the strongest copyleft possible until the time IP is abolished. If anything I'd recommend AGPLv3! 👍

Similar to what others have said, I won't hold back the relicensing so I give my approval if it is deemed necessary but I disagree with the move away from...

I encounter the same problem on recentish (~2 months old?) SBCL. The problem occurs in this line. https://github.com/thephoeron/cl-isaac/blob/938318303d31a7be886ce3b68b427b087d519d90/isaac-32.lisp#L28 Note that because I restrict my compiler policy in my RC file,...

It appears I've reported it in the wrong project, the offending code is in [cl-6502](https://github.com/kingcons/cl-6502/blob/master/src/cpu.lisp#L45)