Common Lisp: 2022 in review
lisp-journey.gitlab.io
Common Lisp: 2022 in review
1–10 of 77 posts
Re: Common Lisp: 2022 in review
#2Re: Common Lisp: 2022 in review
#3Re: Common Lisp: 2022 in review
#4Re: Common Lisp: 2022 in review
#5such a powerful language and such an amazing small comunity. learning lisp is not only fun but it can broaden and deepen your understanding of computing far more than what you get from syntax-soup languages. plus with common lisp you can build industrial strength applications with unrivaled interactive development
Re: Common Lisp: 2022 in review
#6Re: Common Lisp: 2022 in review
#7Interesting how Lisp code is NOT littered with " if something != null, ...", unlike your average Java project (or even python, but it's less visible), and just works.
My understanding is that busines-as-usual handling of nil (empty lists) implicitely confers to Lisp code monadic style which help to avoid tedious checks
Re: Common Lisp: 2022 in review
#8Amazing work by the author of the Common Lisp Cookbook. I've hesitated to get into CL for months, but seeing about all the activity going on, I'm in for 2023.
Re: Common Lisp: 2022 in review
#9such a powerful language and such an amazing small comunity. learning lisp is not only fun but it can broaden and deepen your understanding of computing far more than what you get from syntax-soup languages. plus with common lisp you can build industrial strength applications with unrivaled interactive development
I use CL for hobby projects and do love it. The main difficulty with “industrial strength lisp” is finding places in the industry that want to do so. :/
I'm currently getting back to CL, hoping to do much more with it for 2023. Being able to develop incrementally in SLIME has been a joy. Hopefully I will manage to find the right project idea to apply CL to.
Re: Common Lisp: 2022 in review
#10such a powerful language and such an amazing small comunity. learning lisp is not only fun but it can broaden and deepen your understanding of computing far more than what you get from syntax-soup languages. plus with common lisp you can build industrial strength applications with unrivaled interactive development
I use CL for hobby projects and do love it. The main difficulty with “industrial strength lisp” is finding places in the industry that want to do so. :/
i think its important to not give people unrealistic expectations and this is why i said "you can build ..." instead of "you will find plenty of job opportunities". although, mind you, i don't think that jobs-to-size-of-community ratio is frightening