SBCL 1.0.56 released by blue1_in lisp
[–]persi 1 point2 points3 points 1 month ago
How about we organize a 24 hour, across the globe, SBCL bughunt festival. Any volunteers for the dunking booth? I can man the ring toss.
Spellcheck your docstrings... by persiin lisp
[–]persi[S] 0 points1 point2 points 4 months ago
It's ok, but when you have 100's of files in your system, its too much manual labor. Added to the fact that you're just going to get a lot of false positives due to the nature of the text being spellchecked, it's nice to just get a single long list to quickly scan for the obvious mistakes, which are generally, for me, english words with simple typos.
Spellcheck your docstrings... (github.com)
submitted 4 months ago by persi to lisp
pedantic-if by persiin lisp
[–]persi[S] 2 points3 points4 points 4 months ago
There is no 'void'. Every expression has to return something.
Not entirely true. You may be forgetting (values) which is eq to NIL but not the same thing.
* (eq nil (values)) T * (equal (multiple-value-list nil) (multiple-value-list (values)) NIL
[–]persi[S] 0 points1 point2 points 4 months ago*
You two seem to imply that adhering to style doesn't have concrete advantages. The advantage is that it decreases the mental effort required for a human to parse and understand the code. In this case, if adhered to, every IF you see will always have an else clause. You can count on it. Ignore this style and every time you see an IF you wont know until you read further in the code. A definite advantage and valuable.
Good point! Thanks.
https://github.com/whalliburton/academy/commit/1a93c881b14781fae5a64bde2eab7c7119ee80b4
pedantic-if (github.com)
An explanation on *READ-EVAL* dangers. (github.com)
Some interesting and educational commits. by persiin lisp
[–]persi[S] -2 points-1 points0 points 5 months ago*
Whimsical!
[–]persi[S] -3 points-2 points-1 points 5 months ago
☮ ☘ ☁ ❄ ☃ ✈ ☳ ☠ ✝ ✡ ☯ ☥ ♁ ♛ ⚅ ⚛ ⌚ ☄ ䷊
Some interesting and educational commits. (github.com)
submitted 5 months ago by persi to lisp
[–]persi 0 points1 point2 points 5 months ago
Loop: yes or no? And why? by crowfeatherin lisp
Do you have an example of things that ITERATE generates less efficient code than LESS?
SBCL to soon get SSE intrinsics! by persiin lisp
[–]persi[S] 1 point2 points3 points 11 months ago
http://repo.or.cz/w/sbcl/pkhuong.git/commitdiff/f0dad3a76bd0f71dd61f04d72b5866bbd26fcdf3
SBCL to soon get SSE intrinsics! (self.lisp)
submitted 11 months ago by persi to lisp
On reddit downtime... by Tiomaidhin lisp
[–]persi 8 points9 points10 points 1 year ago
Would you please care to elaborate?
The Fresh Lisp of Bel-Air (symbo1ics.com)
submitted 1 year ago by persi to lisp
in-browser javascript SWANK (github.com)
Text processing in lisp for a newbie? by KDallas_Multipassin lisp
[–]persi 2 points3 points4 points 1 year ago
Completely depends on the data. The data could be simple and the lisp program could be a one liner. Or...
A common lisp web development primer, part 2. (redlinernotes.com)
screamer (nikodemus.github.com)
all it takes is a username and password
create account
is it really that easy? only one way to find out...
already have an account and just want to login?
login
SBCL 1.0.56 released by blue1_in lisp
[–]persi 1 point2 points3 points ago