5 ms·
I find functional programming reasonably straightforward to learn but difficult to master. For example, this Common Lisp cheat sheets covers a large part of th
by math-dev 5y ago
I find functional programming reasonably straightforward to learn but difficult to master.
For example, this Common Lisp cheat sheets covers a large part of the language and isnt hard to follow
https://github.com/ashok-khanna/lisp-notes https://github.com/ashok-khanna/lisp-notes
I was doing some Haskell and Racket and I found basics not too hard to learn, but I did then too hard to master, but I think thats to do more with the complexities of the problems I tried to solve and less to do with the languages themselves
- phoe-krk 5y agoCL isn't a functional language though. It's 100% multiparadigm. The lisp-notes page that you linked shows this.
- math-dev 5y agoAh sorry, I always thought of it as a functional first language
- garethrowlands 5y agoIt's totally functional first. And it's multi-paradigm.