Post Made Community Wiki by Community
show/hide this revision's text 4 deleted 10 characters in body

The lack of libraries is the main cause !

We are currently (re)writing fairly large web application in LISP (porting it from java/sql because business logic complexity has grown up to unmanageable proportions).

And we had to reinvent the wheel so many times -- think reverse indexing for full text search, extracting content from XLS/DOC files, SMTP message handling (you might think there are a lot of open libraries available until you start receiving messages from real world -- multiple multipart/mixed international encoding parts in one message sent by Outlook/Outlook Express and such...), decent persistence library is also lacking (apart from proprietary/locked AllegroCache -- all other implementations are immature at best, crappy at least ..), exporting datasets to Excel, handling real-world TCP/IP traffic storms storm caused by heavy AJAX usage in the UI by 800-2000 simultaneously connected clients (Hunchentoon stalls for several seconds), also try to find a decent date-time library capable of adjusting dates for national holidays (good luck!) and so on and so on.

I'm a team leader and I had to decline continuous requests from team members to switch to Python. Everyone in the team acknowledges and loves LISP syntax, but it is so difficult when you have to (re)write all the libraries needed... I think we are about to switch to Python soon. LISP prototype we created is good and valuable -- it cleaned-up so many design issues for us -- but when we speak about applications for the real world - LISP is not ready yet and will not be in the nearest future.

Thank god we have a working Java version to sell to our clients until we experiment with next version of our product - otherwise our small company (only 11 developers) would not be capable of sustaining operation during our LISP experiment.

Many developers think Java is lame language and strive for an elegant language with beautiful syntax, but sorry guys - Resin JAVA2EE Java2EE Applications Server has rapid response to AJAX connections, popular JAVA Java SMTP libraries are capable of handling real-world messages, there is Lucene for full-text search, there is joda-time (with extensions) for date-time handling and so on and so on. With Python it's the same - a lot of proven real world libraries.

LISP is beatiful language but there's no way to write real-world applications in it. And I'm really sorry about this fact that ...

Sorry

Please excuse me for my bad English - English is not my native language and I already had 3 cups of wine this evening, but nevertheless my message describes a painful first-hand experience.

show/hide this revision's text 3 added 887 characters in body

The lack of libraries is the main cause !

We are currently (re)writing fairly large web application in LISP (porting it from java/sql because business logic complexity has grown up to unmanageable proportions).

And we had to reinvent the wheel so many times -- think reverse indexing for full text search, extracting content from XLS/DOC files, SMTP message handling (you might think there are a lot of open libraries available until you start receiving messages from real world -- multiple multipart/mixed international encoding parts in one message sent by Outlook/Outlook Express and such...), decent persistence library is also lacking (apart from proprietary/locked AllegroCache -- all other implementations are immature at best, crappy at least ..) .), exporting datasets to Excel, handling real-world TCP/IP traffic storms caused by heavy AJAX usage in the UI by 800-2000 simultaneously connected clients (Hunchentoon stalls for several seconds), also try to find a decent date-time library capable of adjusting dates for national holidays (good luck!) and so on and so on.

I'm a team leader and I had to decline continuous requests from team members to switch to Python. Everyone in the team acknowledges and loves LISP syntax, but it is so difficult when you have to (re)write all the libraries needed... I think we are about to switch to Python soon. LISP prototype we created is good and valuable -- it cleaned-up so many design issues for us -- but when we speak about applications for the real world - LISP is not ready yet and will not be in the nearest future.

Thank god we have a working Java version to sell to our clients until we experiment with next version of our product - otherwise our small company (only 11 developers) would not be capable of sustaining operation during our LISP experiment. Many developers think Java is lame language and strive for an elegant language with beautiful syntax, but sorry guys - Resin JAVA2EE Applications Server has rapid response to AJAX connections, popular JAVA SMTP libraries are capable of handling real-world messages, there is Lucene for full-text search, there is joda-time with extensions for date-time handling and so on and so on. With Python it's the same - a lot of proven real world libraries.

LISP is beatiful language but there's no way to write real-world applications in it. And I'm really sorry about this fact ...

Sorry for my bad English - English is not my native language and I already had 2 3 cups of wine this evening, but nevertheless my message describes a painful first-hand experience.

show/hide this revision's text 2 The lack of libraries is the main reason !
show/hide this revision's text 1