Jacek Złydach
Jacek Złydach
Observe: ``` temporal@galactica~> curl cht.sh/lisp Unknown topic. Do you mean one of these topics may be? * lisp/ 100 * elisp/ 89 * alias 67 ``` Changing the URL to...
It seems that activating prettify-symbols-mode (Emacs builtin) breaks fontification in SLIME. It also has the consequence of completely breaking the in-REPL coloring and clickable areas introduced with log4slime from [log4cl...
All changes worked well in tests. Noprocrast is a pretty amazing thing - it boosted subject's work efficiency from 2% to 46%.
Moved from source comments. Probably irrelevant by now.
Some missing: - PAIP - AMOP - Common Lisp Recipes (there's a pull request for that already)
- Lisp: Clozure Common Lisp Version 1.11-r16635 (LinuxARM32)! - libuv: 2016.05.17, Version 1.9.1 (Stable), d989902ac658b4323a4f4020446e6f4dc449e25c - System: Linux rhubarb 4.4.9-v7+ #884 SMP Fri May 6 17:28:59 BST 2016 armv7l GNU/Linux...
A pseudo-issue for compatibility information. I can confirm that the library works under: - Clozure Common Lisp Version 1.11-r16635 (LinuxX8664) on a 64bit Linux Ubuntu 14.04 LTS (hosted on a...
Attached is a screenshot of the example code from Cookbook (`plot-positioning-plot`) and how it executes on current `eazy-gnuplot` and `gnuplot`:  As you can see in the debug output in...
I've encountered the following issue: ```lisp (clml.statistics:quantile (clml.statistics:beta-distribution 0.01 0.01) 0.23) ``` aborts after second iteration of `#'newton-raphson` through an assertion in `#'regularized-incomplete-beta` (see trace below). However, the same parameters...
During work on a CLIM implementation I encountered the following problem with xlib: doing a `PUT-IMAGE` on an `IMAGE-Z` fails with a condition of: `"The bits-per-pixel of the image #...