|
|
|
|
|
by wsgeek
2341 days ago
|
|
I would like to ask a genuine question (not trying to provoke anyone!). Where is a good use case for Scheme these days (in any form?). I really love the idea of the language but I can't figure out where it really does a _better_ job that these things: -- JavaScript/Typescript for in-browser or even some server-side stuff (e.g., NodeJS) -- Python seems to be dominant for non-browser code that doesn't need to be fast (or which needs to call Python libraries) -- C/C++/Rust/C# in the performance space -- And then the workhorse Bash/ZSH etc for command-line script-fu I am sincerely asking, what's the nice good fit for a Lisp these days? I know Emacs uses it as its internal language -- fair enough. But other than that. Thanks and I did not mean to hurt anyone's feelings, I just really am curious. |
|
<stands on soapbox>
Scheme: fix your damn documentation
I have to know that SRFI (scheme request for implementation) is a thing. Then I have to look over hundreds of them to find the one I want (do I want SRFI 69, 90, 125, or 126 for hash tables?). Then I have to find that obscure doc somewhere that says which SRFI are supported. Then I have to read the specification doc as the only source of documentation on https://srfi.schemers.org/.