Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Lisp for enterprise computing?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 107 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Harry  
View profile  
 More options Mar 17 2008, 9:52 am
Newsgroups: comp.lang.lisp
From: Harry <simonsha...@gmail.com>
Date: Mon, 17 Mar 2008 06:52:18 -0700 (PDT)
Local: Mon, Mar 17 2008 9:52 am
Subject: Lisp for enterprise computing?
Hello,

I have heard some say on the Net that Lisp-based development is fast
as well as intellectually very elegant and fulfilling.  That Lisp is
"the programmable programming language"... All this is certainly very
encouraging; I tend to even believe all this, esp after reading Paul
Graham's success story and a few articles here and there.  However,
since it may be a while before I know Lisp enough to be able to find
my own answers, (just got my copies of Ansi Common Lisp and Practical
Common Lisp) could some of you fine Lispers share your insights on the
following in the meantime?

1. How could Lisp be exploited in building enterprise applications
(versus going the J2EE or .NET route)? In Web tier and in Biz Logic
tier?

2. While I (am not afraid to and in fact) love writing code from
scratch if needed (and if permitted), what community support (in the
form of free/opensource libraries/packages similar to Perl CPAN and
various Java/C/C++ sites) is available for Lisp?

3. Could folks who have tried both J2EE and Lisp for enterprise
computing share their experiences and insights?

4. How much of a pure functional style of programming (with no setf's)
could be used in building a non-trivial enterprise application?  I'm
coming from primarily an imperative programming background (Java/C/C+
+) and am wondering how could one possibly write a nontrivial/large
application without side-effects!

5. What arguments could I give to my mgt (of primarily a J2EE shop) to
give Lisp a small and cautious try?

Many thanks in advance,
/HS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pascal J. Bourguignon  
View profile  
 More options Mar 17 2008, 10:41 am
Newsgroups: comp.lang.lisp
From: p...@informatimago.com (Pascal J. Bourguignon)
Date: Mon, 17 Mar 2008 15:41:43 +0100
Local: Mon, Mar 17 2008 10:41 am
Subject: Re: Lisp for enterprise computing?

Yes.

> 2. While I (am not afraid to and in fact) love writing code from
> scratch if needed (and if permitted), what community support (in the
> form of free/opensource libraries/packages similar to Perl CPAN and
> various Java/C/C++ sites) is available for Lisp?

See:

    http://cliki.net/
    http://common-lisp.net/
    http://www.cl-user.net/asp/root-dir

> 3. Could folks who have tried both J2EE and Lisp for enterprise
> computing share their experiences and insights?

I've not tried J2EE.

> 4. How much of a pure functional style of programming (with no setf's)
> could be used in building a non-trivial enterprise application?  I'm
> coming from primarily an imperative programming background (Java/C/C+
> +) and am wondering how could one possibly write a nontrivial/large
> application without side-effects!

A very big lot.  Of course, it would be silly to try to implement 100%
of your code in a purely functional way, but a lot of internal and
library code can be written this way, with big profits in debugging
time and integration time.

> 5. What arguments could I give to my mgt (of primarily a J2EE shop) to
> give Lisp a small and cautious try?

This is hard to say.  

To switch over, you'd basically have to fire all the java monkeys^W
coders and hire one tenth or one fiftieth of CL programmers.  Paying
the CL coders three or four times a java m^coder, you'd divide the
salary mass by anything between 3 and 12.  If you'd rewrite all the
code base you'd reduce it to one hundredth at least (that means, you'd
divide the number of bugs by at least one hundred).

But doing just one small a cautious step, it'd be less obvious.

--
__Pascal Bourguignon__


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Tilton  
View profile  
 More options Mar 17 2008, 11:14 am
Newsgroups: comp.lang.lisp
From: Ken Tilton <kennytil...@optonline.net>
Date: Mon, 17 Mar 2008 11:14:28 -0400
Local: Mon, Mar 17 2008 11:14 am
Subject: Re: Lisp for enterprise computing?

http://smuglispweeny.blogspot.com/2008/03/my-biggest-lisp-project.html

I do not know anything about tiers or j2ee, I was lucky enough to miss
all that.

> 2. While I (am not afraid to and in fact) love writing code from
> scratch if needed (and if permitted), what community support (in the
> form of free/opensource libraries/packages similar to Perl CPAN and
> various Java/C/C++ sites) is available for Lisp?

Anything in C, and if you are all enterprise-y and everything and use
Franz I hear they have a Java FFI.

> 3. Could folks who have tried both J2EE and Lisp for enterprise
> computing share their experiences and insights?

> 4. How much of a pure functional style of programming (with no setf's)
> could be used in building a non-trivial enterprise application?  I'm
> coming from primarily an imperative programming background (Java/C/C+
> +) and am wondering how could one possibly write a nontrivial/large
> application without side-effects!

CL is a multi-paradigm language. The pure FP nutjobs will try to sell
you on monads. No, that is not a joke.

> 5. What arguments could I give to my mgt (of primarily a J2EE shop) to
> give Lisp a small and cautious try?

Point out to them that it will be small and cautious. This will confuse
them long enough for you to finish the experiment.

What I did was not tell the boss until the experiment was succeeded.
Most bosses appreciate not having to decide these things.

hth, kenny

--
http://smuglispweeny.blogspot.com/
http://www.theoryyalgebra.com/

"In the morning, hear the Way;
  in the evening, die content!"
                     -- Confucius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Slark  
View profile  
 More options Mar 17 2008, 11:30 am
Newsgroups: comp.lang.lisp
From: Slark <sl...@dev.null>
Date: Mon, 17 Mar 2008 15:30:10 +0000
Local: Mon, Mar 17 2008 11:30 am
Subject: Re: Lisp for enterprise computing?

I agree - if you have the flexibility to do that, or are motivated
enough to do it at home, then that's the best way. Asking to do an
experiment may simply confuse and raise abstract objections - showing a
result misses all that bit out...

Graham


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Tilton  
View profile  
 More options Mar 17 2008, 11:42 am
Newsgroups: comp.lang.lisp
From: Ken Tilton <kennytil...@optonline.net>
Date: Mon, 17 Mar 2008 11:42:05 -0400
Local: Mon, Mar 17 2008 11:42 am
Subject: Re: Lisp for enterprise computing?

And if the OP *really* wants to get early buy-in from management they
can point out the trend implicit in Perl/Python/Ruby towards agile
dynamic languages actually points at CL which has the advantage of being
mature, compiled, and standardized.

Then have a beerfest where everyone takes turns reading aloud from:

    http://wiki.alu.org/RtL_Highlight_Film

hth, kenny

--
http://smuglispweeny.blogspot.com/
http://www.theoryyalgebra.com/

"In the morning, hear the Way;
  in the evening, die content!"
                     -- Confucius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian Adkins  
View profile  
 More options Mar 17 2008, 12:52 pm
Newsgroups: comp.lang.lisp
From: Brian Adkins <lojicdot...@gmail.com>
Date: Mon, 17 Mar 2008 09:52:00 -0700 (PDT)
Subject: Re: Lisp for enterprise computing?
On Mar 17, 9:52 am, Harry <simonsha...@gmail.com> wrote:

> 5. What arguments could I give to my mgt (of primarily a J2EE shop) to
> give Lisp a small and cautious try?

If your 'management' is sold on J2EE, then convincing them to use Lisp
is the least of your troubles.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
attila.lendvai@gmail.com  
View profile  
 More options Mar 17 2008, 1:56 pm
Newsgroups: comp.lang.lisp
From: "attila.lend...@gmail.com" <attila.lend...@gmail.com>
Date: Mon, 17 Mar 2008 10:56:34 -0700 (PDT)
Local: Mon, Mar 17 2008 1:56 pm
Subject: Re: Lisp for enterprise computing?

> 1. How could Lisp be exploited in building enterprise applications
> (versus going the J2EE or .NET route)? In Web tier and in Biz Logic
> tier?

you can probably follow most of this without much lisp knowledge:
http://common-lisp.net/project/cl-perec/shop.html

this is what hibernate does for java, but as a co-author i'm not in
the position of sharing my opinion on how they compare to each
other... :)

> 3. Could folks who have tried both J2EE and Lisp for enterprise
> computing share their experiences and insights?

j2ee is a goddamn bullshit. take a static language without syntactic
abstractions, write a lot of code that is supposed to glue together
easily to form actual applications, realized that it doesn't, and then
bring in XML to the rescue... should i continue? i've spent 3-4 years
fighting that shit before i quit to work as a full-time lisp
freelancer.

> 4. How much of a pure functional style of programming (with no setf's)
> could be used in building a non-trivial enterprise application?  I'm
> coming from primarily an imperative programming background (Java/C/C+
> +) and am wondering how could one possibly write a nontrivial/large
> application without side-effects!

the point is to minimize sideeffects, not to live without them. where
you have no sideeffects you can have lazy evaluation (not with stock
CL, though) and testing functional code is much simpler.

> 5. What arguments could I give to my mgt (of primarily a J2EE shop) to
> give Lisp a small and cautious try?

been there, done that. the most you can get out of it is that you'll
be the black sheep of the company. or, if memory serves well, you
"start your own f*ing company!"... :D

- attila


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vagif Verdi  
View profile  
 More options Mar 17 2008, 2:32 pm
Newsgroups: comp.lang.lisp
From: Vagif Verdi <Vagif.Ve...@gmail.com>
Date: Mon, 17 Mar 2008 11:32:11 -0700 (PDT)
Local: Mon, Mar 17 2008 2:32 pm
Subject: Re: Lisp for enterprise computing?
On Mar 17, 5:52 am, Harry <simonsha...@gmail.com> wrote:

> 5. What arguments could I give to my mgt (of primarily a J2EE shop) to
> give Lisp a small and cautious try?

I'm using lisp (sbcl) myself after years of J2EE and MS (COM, ASP,
dotnet) development.
So if you can use common lisp.
If you can't for some reason (management is against) then you can use
Clojure http://clojure.sourceforge.net/
It is a lisp like (not CL and not scheme) language on JVM, that comes
in a normal java jar, and can be dropped into your J2EE application.

They even have a servlet to run in tomcat, Jetty or any other
compliant J2EE application server: http://code.google.com/p/webjure/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Burson  
View profile  
 More options Mar 18 2008, 3:39 am
Newsgroups: comp.lang.lisp
From: Scott Burson <FSet....@gmail.com>
Date: Tue, 18 Mar 2008 00:39:06 -0700 (PDT)
Local: Tues, Mar 18 2008 3:39 am
Subject: Re: Lisp for enterprise computing?
On Mar 17, 6:52 am, Harry <simonsha...@gmail.com> wrote:

> 4. How much of a pure functional style of programming (with no setf's)
> could be used in building a non-trivial enterprise application?  I'm
> coming from primarily an imperative programming background (Java/C/C+
> +) and am wondering how could one possibly write a nontrivial/large
> application without side-effects!

I think I work harder than the vast majority of Lisp programmers at
using a functional style whenever it makes sense, but I've never tried
to write an entire application without side effects, nor would I
recommend such an undertaking to someone in your situation.  (As a
research exercise it might be interesting, but you need to write code
that your colleagues could have some hope of maintaining.)

I will, however, take the opportunity to recommend FSet, my functional
collections package for Common Lisp:

  http://common-lisp.net/project/fset/

Well, I'm not saying you should try to use FSet from the beginning.
First you need to learn to use lists in a functional way.  But as you
write Lisp applications, sooner or later you will come to a point
where some part of your code is using lists that are getting too long
to be efficient (since, for instance, finding something in a list
requires a linear search).  At that point you might consider
substituting an FSet type for the long list.  (Lisp also offers
vectors and hash tables, but these are imperative types.)

Of course, this would be easier if I had gotten around to writing any
tutorial material for FSet, which I have not :(

-- Scott


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kodi...@eurogaran.com  
View profile  
 More options Mar 18 2008, 4:11 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Tue, 18 Mar 2008 01:11:45 -0700 (PDT)
Local: Tues, Mar 18 2008 4:11 am
Subject: Re: Lisp for enterprise computing?

> 2. While I (am not afraid to and in fact) love writing code from
> scratch if needed (and if permitted), what community support (in the
> form of free/opensource libraries/packages similar to Perl CPAN and
> various Java/C/C++ sites) is available for Lisp?

Any programming language is a human language, therefore shaped by its
community.
When you choose a language, you choose a community.
Lisp is very good technically but has a very bad community spirit. Be
warned. Bad vibrations float all around since it was born, with
Greenblatt and the people from LMI hating Knight and Symbolics,
Raymond hating Gabriel, and everyone hating and being hated by
Stallman. The examples could go on and on...
This translates most notably in the lack of a CLAN site comparable to
CPAN.
We are building now a renewed community which tries to overcome such
bad habits. Be welcome to join efforts.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edi Weitz  
View profile  
 More options Mar 18 2008, 7:18 am
Newsgroups: comp.lang.lisp
From: Edi Weitz <spamt...@agharta.de>
Date: Tue, 18 Mar 2008 12:18:11 +0100
Local: Tues, Mar 18 2008 7:18 am
Subject: Re: Lisp for enterprise computing?

On Tue, 18 Mar 2008 01:11:45 -0700 (PDT), kodi...@eurogaran.com wrote:
> We are building now a renewed community which tries to overcome such
> bad habits.

Really?  Ugh, seems I didn't get the memo again.

Edi.

--

European Common Lisp Meeting, Amsterdam, April 19/20, 2008

  http://weitz.de/eclm2008/

Real email: (replace (subseq "spamt...@agharta.de" 5) "edi")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jayessay  
View profile  
 More options Mar 18 2008, 8:37 am
Newsgroups: comp.lang.lisp
From: jayessay <nos...@foo.com>
Date: 18 Mar 2008 08:37:23 -0400
Local: Tues, Mar 18 2008 8:37 am
Subject: Re: Lisp for enterprise computing?

Well, with that attitude, it looks like you're off to a fairly poor
start and you have a long way to go...

/Jon

--
'j' - a n t h o n y at romeo/charley/november com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kodi...@eurogaran.com  
View profile  
 More options Mar 18 2008, 8:54 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Tue, 18 Mar 2008 05:54:02 -0700 (PDT)
Local: Tues, Mar 18 2008 8:54 am
Subject: Re: Lisp for enterprise computing?

> Well, with that attitude, it looks like you're off to a fairly poor
> start and you have a long way to go...

it looks like WE're off to a fairly poor
start and WE have a long way to go...

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Tilton  
View profile  
 More options Mar 18 2008, 9:09 am
Newsgroups: comp.lang.lisp
From: Ken Tilton <kennytil...@optonline.net>
Date: Tue, 18 Mar 2008 09:09:12 -0400
Local: Tues, Mar 18 2008 9:09 am
Subject: Re: Lisp for enterprise computing?

I had you all lined for the killfile when I realized there is no way I
can miss out on stuff this funny.

You might keep an eye out for the hounds, tho, they need exercise...

hth, kenny

--
http://smuglispweeny.blogspot.com/
http://www.theoryyalgebra.com/

"In the morning, hear the Way;
  in the evening, die content!"
                     -- Confucius


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thingstad  
View profile  
 More options Mar 18 2008, 9:51 am
Newsgroups: comp.lang.lisp
From: "John Thingstad" <jpth...@online.no>
Date: Tue, 18 Mar 2008 14:51:34 +0100
Local: Tues, Mar 18 2008 9:51 am
Subject: Re: Lisp for enterprise computing?
På Tue, 18 Mar 2008 13:54:02 +0100, skrev <kodi...@eurogaran.com>:

>> Well, with that attitude, it looks like you're off to a fairly poor
>> start and you have a long way to go...

> it looks like WE're off to a fairly poor
> start and WE have a long way to go...

Who's WE?

--------------
John Thingstad


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas F. Burdick  
View profile  
 More options Mar 18 2008, 10:20 am
Newsgroups: comp.lang.lisp
From: "Thomas F. Burdick" <tburd...@gmail.com>
Date: Tue, 18 Mar 2008 07:20:44 -0700 (PDT)
Local: Tues, Mar 18 2008 10:20 am
Subject: Re: Lisp for enterprise computing?
On Mar 18, 2:51 pm, "John Thingstad" <jpth...@online.no> wrote:

> På Tue, 18 Mar 2008 13:54:02 +0100, skrev <kodi...@eurogaran.com>:

> >> Well, with that attitude, it looks like you're off to a fairly poor
> >> start and you have a long way to go...

> > it looks like WE're off to a fairly poor
> > start and WE have a long way to go...

> Who's WE?

Maybe it's another poor attempt to nominate Dr WEITZ Edi as Open
Source Slave^[^HDictator?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kodi...@eurogaran.com  
View profile  
 More options Mar 18 2008, 10:34 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Tue, 18 Mar 2008 07:34:13 -0700 (PDT)
Local: Tues, Mar 18 2008 10:34 am
Subject: Re: Lisp for enterprise computing?
> > it looks like WE're off to a fairly poor
> > start and WE have a long way to go...

> Who's WE?

The big question humanity has been asking itself from the beginning of
time...;)

Now seriously. My points are:
1- Technical considerations are less important than sociological
factors
in choosing a programming language.
2- A history of past confrontations has determined for Lisp a gloom
present.
3- Lisp renaissance is due more to gradual replacement of its
community members than it is due to a true revival in interest (which
does also exist).
4- I wanted to cause anger and dispute, because it is not possible to
correct a defect you cannot see.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wvan.wan...@gmail.com  
View profile  
 More options Mar 18 2008, 10:37 am
Newsgroups: comp.lang.lisp
From: wvan.wan...@gmail.com
Date: Tue, 18 Mar 2008 07:37:34 -0700 (PDT)
Local: Tues, Mar 18 2008 10:37 am
Subject: Re: Lisp for enterprise computing?
On Mar 18, 9:11 am, kodi...@eurogaran.com wrote:

> We are building now a renewed community which tries to overcome
> such bad habits. Be welcome to join efforts.

Are you?  Like Edi, I missed that one as well.

Lispers do come together and in good spirits.  Visit European Common
Lisp Meetings organized by Edi and Arthur Lemmens, or visit
International Lisp Conferences organized by the Association of Lisp
Users (ALU).

Ernst van Waning,
ALU

(concatenate 'string (reverse "@wve") (reverse "ln.scirtemofni"))


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lars Rune Nøstdal  
View profile  
 More options Mar 18 2008, 11:04 am
Newsgroups: comp.lang.lisp
From: Lars Rune Nøstdal <larsnost...@gmail.com>
Date: 18 Mar 2008 15:04:43 GMT
Local: Tues, Mar 18 2008 11:04 am
Subject: Re: Lisp for enterprise computing?

On Tue, 18 Mar 2008 01:11:45 -0700, kodifik wrote:

> Any programming language is a human language, therefore shaped by its
> community.
> When you choose a language, you choose a community. Lisp is very good
> technically but has a very bad community spirit.

..hum..

I like #lisp, Planet Lisp and comp.lang.lisp.

For technical communities I prefer those that say things exactly like
they are instead of complicating things by "being nice".

If I want people that are "nice to me" I'll talk to salespeople instead
of tech-people. Then I'll start "hating" and being miserable when I come
home - instead of "hating" (or caring?) up-front, when I had the ability
to do something about the situation and my future.

In 2001 I gave up everything related to computers and programming, but
then I rediscovered my initial interest through GNU/Linux and Lisp and
their communities. All four of them are good and I don't want them to
change, and they won't.

--
Lars Rune Nøstdal
http://nostdal.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kodi...@eurogaran.com  
View profile  
 More options Mar 18 2008, 11:08 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Tue, 18 Mar 2008 08:08:46 -0700 (PDT)
Local: Tues, Mar 18 2008 11:08 am
Subject: Re: Lisp for enterprise computing?

> Lispers do come together and in good spirits.  Visit European Common
> Lisp Meetings organized by Edi and Arthur Lemmens, or visit
> International Lisp Conferences organized by the Association of Lisp
> Users (ALU

Note how you carefully omit the
1st European Lisp Symposium

Bordeaux, France, May 22-23, 2008
LaBRI, Université Bordeaux


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kodi...@eurogaran.com  
View profile  
 More options Mar 18 2008, 11:23 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Tue, 18 Mar 2008 08:23:56 -0700 (PDT)
Local: Tues, Mar 18 2008 11:23 am
Subject: Re: Lisp for enterprise computing?

> For technical communities I prefer those that say things exactly like
> they are instead of complicating things by "being nice".

> If I want people that are "nice to me" I'll talk to salespeople instead
> of tech-people. Then I'll start "hating" and being miserable when I come
> home - instead of "hating" (or caring?) up-front, when I had the ability
> to do something about the situation and my future.

I understand and fully share your view. My criticism was for the Lisp
community not "being collaborative", rather than not "being nice".

> In 2001 I gave up everything related to computers and programming, but
> then I rediscovered my initial interest through GNU/Linux and Lisp and
> their communities. All four of them are good and I don't want them to
> change, and they won't.

They will.
It is interesting to compare both communities (Linux and Lisp). Unix
people have gathered now around Linux and seem to be much more
collaborative (which doesn't mean less rude). My impression is that
there, too, a generational replacement has happened.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pascal Costanza  
View profile  
 More options Mar 18 2008, 11:44 am
Newsgroups: comp.lang.lisp
From: Pascal Costanza <p...@p-cos.net>
Date: Tue, 18 Mar 2008 16:44:10 +0100
Local: Tues, Mar 18 2008 11:44 am
Subject: Re: Lisp for enterprise computing?

kodi...@eurogaran.com wrote:
>>> it looks like WE're off to a fairly poor
>>> start and WE have a long way to go...
>> Who's WE?
> The big question humanity has been asking itself from the beginning of
> time...;)

> Now seriously. My points are:
> 1- Technical considerations are less important than sociological
> factors in choosing a programming language.

There are already enough languages out there where the sociological
considerations are more important than the technical ones. It's good
that there are also a few languages where this is the other way around,
for people who are actually looking for technically driven design decisions.

> 2- A history of past confrontations has determined for Lisp a gloom
> present.

That's also part of the reason why discussions in the Lisp community are
sometimes so heated: People are interested in getting things "right",
and there are different and sometimes conflicting ideas what is "right"
and what is "wrong." These ideas need to be discussed.

Pascal

--
1st European Lisp Symposium (ELS'08)
http://prog.vub.ac.be/~pcostanza/els08/

My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jayessay  
View profile  
 More options Mar 18 2008, 11:55 am
Newsgroups: comp.lang.lisp
From: jayessay <nos...@foo.com>
Date: 18 Mar 2008 11:55:04 -0400
Local: Tues, Mar 18 2008 11:55 am
Subject: Re: Lisp for enterprise computing?

kodi...@eurogaran.com writes:
> > > it looks like WE're off to a fairly poor
> > > start and WE have a long way to go...

> > Who's WE?
> The big question humanity has been asking itself from the beginning of
> time...;)

> 4- I wanted to cause anger and dispute, because it is not possible to
> correct a defect you cannot see.

So, in your mind inciting anger and dispute within a community is a
productive and effective means of bringing said community together?
That's certainly different, but I'm not sure how much success you will
have...

/Jon

--
'j' - a n t h o n y at romeo/charley/november com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
wvan.wan...@gmail.com  
View profile  
 More options Mar 18 2008, 12:00 pm
Newsgroups: comp.lang.lisp
From: wvan.wan...@gmail.com
Date: Tue, 18 Mar 2008 09:00:28 -0700 (PDT)
Local: Tues, Mar 18 2008 12:00 pm
Subject: Re: Lisp for enterprise computing?
On Mar 18, 4:08 pm, kodi...@eurogaran.com wrote:

> > Lispers do come together and in good spirits.  Visit European Common
> > Lisp Meetings organized by Edi and Arthur Lemmens, or visit
> > International Lisp Conferences organized by the Association of Lisp
> > Users (ALU

> Note how you carefully omit the
> 1st European Lisp Symposium

> Bordeaux, France, May 22-23, 2008
> LaBRI, Université Bordeaux

Yes, a bit careless of me but I wrote spontaneously.  Good that you
mention it.

Ernst


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gavino  
View profile  
 More options Mar 18 2008, 12:18 pm
Newsgroups: comp.lang.lisp
From: gavino <gavcom...@gmail.com>
Date: Tue, 18 Mar 2008 09:18:29 -0700 (PDT)
Local: Tues, Mar 18 2008 12:18 pm
Subject: Re: Lisp for enterprise computing?
On Mar 17, 7:41 am, p...@informatimago.com (Pascal J. Bourguignon)
wrote:

holy crap! the gains would be that staggering? WOA!  I smell startup
company.  WOW one more BIG question: would you liek Mr Graham throw
out the use of a relational db?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 107   Newer >
« Back to Discussions « Newer topic     Older topic »