|
|
|
|
|
by nutate
4179 days ago
|
|
46 functions in Kλ... this is exactly what people like me need in a programming language. I have a hard enough time remembering if it's add() append() push() to throw something onto an array in Python or Javascript. Knowing that clojure has a cool syntax or cool function-to-do-something isn't all that awesome when I need to just code something. If I was all in on a language and not a jack of all trades, I'd love those special features. As is, I like a simple list of reserved words that I have a half chance of remembering. Glad to see this funding concept worked for the community. |
|
My solution to the problem has been to setup my development environment to provide the requisite autocompletion and linting (I use emacs with the brilliant spacemacs package to be able to have "the one IDE for all languages").
It takes a bit of setting up for each language you use, but if you do the setup on an as-and-when basis it's not that bad (and "starter-packs" that have packages that work together are great)