|
|
|
|
|
by jwmcq
1047 days ago
|
|
I get this. I've been programming Python (mostly) for the last few years, and it's honestly great for getting things done in places where most of what we're asked to do boils down to sticking lego bricks together. However, I'd strongly disagree with the assertion that lisp is a shallow rabbit-hole. It's probably one of the deepest I've ever been down. There's a good half-century of history there (much of which is even recorded!) - you'll end up learning about four or five different object systems and probably implementing your own, for example - and, even if you want to ignore the past, the accessibility of every level of a lisp system means that I probably know more about how SBCL turns my code into electricity than I ever will about Python, despite never having used the former professionally. Big big, very deep rabbit-hole filled with a lot of very interesting rabbits. |
|