Community Page
- fredbrunel.com/journal/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I like commenting using DISQUS. But I am really confused about the. Like, what would would happen to the comments, when Disqus won't be providing the service anymore? Darek from <a...
- "Float elements are not about layout, their primary use is for a block to float inside a text paragraph — like for images in a word processor document." There you hit the nail on the...
- Local URL: even for compressed binary packet? (like an image) UI is always specific to the device even on different Apple machines. No doubt. But if you can reuse "old code", you may make...
- (1) I meant local URL, you can send data to an app like that. Mail and the browser are real apps. (2) As I said before, UI is not portable and in that regard Java does change anything. A Blackberry...
- URL communication may raise some issues when the device is offline. For the "keep state" option, why not; but I'm not sure it's the most efficient way. Moreover, when you say...
Jump to original thread »
The Reddit Scandal uncovers the Problems of the Lisp Community
Started by Fred Brunel · 10 months ago
In the last couple of months, there was of lot of writing about Lisp, probably because dynamic languages are gaining popular for web 2.0 apps and also because of Ruby on Rails. Lisp is a real source of inspiration for most dynamic languages creators. But the recent Reddit scandal was like an ear
... Continue reading »
3 years ago
Concerning implementations, *all* commercials implementations are well supported and comes with a lot of recent features, like XML, RPC, graphics, GUI, etc...
Concerning the Common Lisp community, it's really amazing to be able to talk with the masters just about anything about computing. This is an exceptional opportunity to have such experimeted people here!
This is not the case with, say the Java community.
Concerning Free implementation, SBCL is a growing one. With a lot of refactoring and a lot of availables features. Working with a Debian system is a plus because every Common Lisp library is packaged within the system.
My suggestion. Start learning and using Common Lisp.
3 years ago
I totally agree with you that there is a lot of valuable material in the community but I'm just saying that some recurrent problems keep plaguing the community and the credibility of Common Lisp.
The different implementations of the language is one of the issues. The lack of packaging and bad API design of some modules (i.e: ASDF) is another one. Some people like Edi Weitz are very sensitive to these "social" aspects of software and take care of users. As a result, its libraries have all been quickly adopted (i.e: [CL-PPCRE](http://www.weitz.de/cl-ppcre/)) by the community. Other communities understood that for a long time.
I have big respect for guys behind SBCL and I really hope it will become the open source reference implementation of Common Lisp.
That said, I also came by another blog post that share my points "[Why Lisp Still Hasn't Won](http://www.oreillynet.com/pub/wlg/8721)". These comments should be taken as advices for improving Common Lisp.
3 years ago
3 years ago
In 2003, I though I would see big changes in 2005 and I've spent a lot of time to evangelise Common Lisp all around me. Actually I'm quite dissapointed to see where we stand today and what other communities manage to build in the same time.
3 years ago
Yours,
Rob Lally
3 years ago
Thank you.