Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vindarel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vindarel
2mo ago
here: I’m curious: was Arc running Racket BC or CS? I understand it got a big performance boost after switching to Chez Scheme. dang: It was running BC. I had high hopes for switching to CS because I'd heard the same thing y
2.
▲
by
vindarel
2mo ago
Use `C-c C-]` (`slime-close-all-parens-in-sexp`) in SLIME ;)
3.
▲
by
vindarel
2mo ago
I collected the disparate words of Dang here: https://lisp-journey.gitlab.io/blog/hacker-news-now-runs-on-...
4.
▲
by
vindarel
2mo ago
> Common Lisp lacks some conveniences that have become common in newer languages, such as concise literals for a wider variety of data structures, persistent immutable collections, lazy sequences and built-in general-purpose pattern matc
5.
▲
by
vindarel
2mo ago
So let's try: SBCL with * [clj-coll]( https://github.com/dtenny/clj-coll ) - Clojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntax. * provides immutable Cons, Queue, Persi
6.
▲
by
vindarel
2mo ago
What about this one? https://github.com/dotcl/dotcl > Common Lisp implementation on .NET. Lisp source is compiled to CIL (Common Intermediate Language) and runs on the .NET JIT — so the same Lisp image runs on Windo
7.
▲
by
vindarel
2mo ago
Reminds me of https://scorecloud.com/ "ScoreCloud Songwriter takes recordings of voice and instruments and turns it into Lead Sheets, with melody, lyrics and chords." except there is no live demo (but a free downl
8.
▲
by
vindarel
2mo ago
Start here with Common Lisp 8-) https://lispcookbook.github.io/cl-cookbook/getting-started.h... To learn the language, look at the good books out there (Touretzky's etc). ps: you don't need to learn Emacs. A
9.
▲
by
vindarel
2mo ago
Don't miss out, we had new excellent editors and tools being released in the last months: Mine: a complete, single-download application that comes with everything needed to experience the interactive and incremental development program
10.
▲
by
vindarel
2mo ago
the python debugger is cool but is an inferior experience. It isn't only about a REPL, but about the editing experience, and about the language being thought from the ground up for long-living programs. See: https://mikelevi
11.
▲
by
vindarel
2mo ago
Flight search (Google's ITA Software), underground planning (SISCOG), CAD software (PTC Creo et all), the Gollum face (Mirai), automation of document extraction, renewable energies resource planning (3E), project management (planisware
12.
▲
by
vindarel
3mo ago
also in the interop topic: Common Lisp for Python: https://github.com/marcoheisig/cl4py call Python from CL: https://github.com/digikar99/py4cl2-cffi
13.
▲
by
vindarel
3mo ago
and the newer Moonli for CL: https://moonli-lang.github.io/ (:
14.
▲
by
vindarel
4mo ago
I like History but I'll comment about Lisp in web apps today, if I may. We have a choice of web servers and web libraries ( https://github.com/CodyReichert/awesome-cl/#web-development ), and we live in happy ti
15.
▲
by
vindarel
4mo ago
The trap is using quote, with the list operator there are no issues: (defparameter *a* (list 1 2 3)) and of course, mutating top-level variables is bad style.
16.
▲
by
vindarel
4mo ago
Notes on CL: - why nothing on the "compiler" line? Everytime you load a snippet or a file with SBCL, it compiles it (to machine code). There's also compile-file. - interpreter: likewise, all code is compiled by default with S
17.
▲
by
vindarel
5mo ago
Thanks for this. Saved: https://gist.github.com/vindarel/3484a4bcc944a5be143e74bfae1...
18.
▲
by
vindarel
5mo ago
Someone threw out a Zed LSP for Common Lisp with LLMs help: https://github.com/etyurkin/zed-cl It requires heavy compilation of the wasm toolchain so I finally didn't try it. It seems it doesn't have a lisp d
19.
▲
by
vindarel
5mo ago
its Common Lisp cousin: https://github.com/fosskers/transducers/
20.
▲
by
vindarel
6mo ago
more importantly, as you precise below, you edited (and somewhat corrected) the article after feedback from /r/lisp. So it isn't only AI output.
21.
▲
by
vindarel
6mo ago
It switched from Racket in late 2024. Context and discussion: https://news.ycombinator.com/item?id=44099006 (9 months ago, 435 comments)
22.
▲
by
vindarel
6mo ago
To be clear, we can talk in present tense: https://github.com/sbcl/sbcl/blob/master/doc/internals-notes... discussion (2023): https://news.ycombinator.com/item?id=38052564
23.
▲
by
vindarel
6mo ago
Previously: SBCL (16 days ago) https://news.ycombinator.com/item?id=47140657 (107 comments) Porting SBCL to the Nintendo Switch https://news.ycombinator.com/item?id=41530783 (81 comments) An exploration of
24.
▲
by
vindarel
6mo ago
Yes, SISCOG is still kicking. From last year's European Lisp Symposium: https://www.youtube.com/watch?v=hMVZLo1Ub7M
25.
▲
by
vindarel
6mo ago
Examples with screenshots: http://lisp-screenshots.org/ Some companies: https://github.com/azzamsa/awesome-lisp-companies/ (Routific, Google's ITA Software, SISCOG running resource planning i
26.
▲
by
vindarel
6mo ago
+1 to explore Coalton. It's also talked about on this website and often by its authors. Links to Coalton and related libraries and apps (included Lem editor's mode and a web playground): https://github.com/CodyReic
27.
▲
by
vindarel
7mo ago
lparallel's website is back here: https://sharplispers.github.io/lparallel/ :) ( https://github.com/sharplispers/lparallel )
28.
▲
by
vindarel
7mo ago
Lem's Coalton mode looks good: https://lem-project.github.io/modes/coalton-lang/
29.
▲
by
vindarel
7mo ago
I'd prefer that a LispWorks user answer, but there are quite a few interesting features, such as: - tree shaking and small binaries (±5MB a GUI app) - the CAPI cross-platform and native GUI toolkit - mobile platforme runtime (iOs, Andr
30.
▲
by
vindarel
7mo ago
I think LispWorks is fine (also look at these plugins https://github.com/apr3vau/lw-plugins - terminal integration, code folding, side tree, markdown highlighting, Nerd Fonts, fuzzy-matching, enhanced directory mode, e
More ›