Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Servlets in CL
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 51 - 75 of 126 - Collapse all  -  Translate all to Translated (View all originals) < Older  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
 
John Foderaro  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: John Foderaro <j...@nospamfranz.com>
Date: 2000/05/17
Subject: Re: Servlets in CL
 While the hierarchial package specification does allow for
naming packages with relative package names, that's not
used in the AllegroServe source.    Thus all AllegroServe
package references can be understood by any Common Lisp.
 Hierarchial package names are for the most part a
naming convention designed to prevent package names
we choose from conflicting with package names
other users choose.

 
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.
William Deakin  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: William Deakin <wi...@pindar.com>
Date: 2000/05/17
Subject: Re: Servlets in CL

Erik Naggum wrote:
> * Erik Naggum
>   I _was_ being facetious with that last comment.  I don't actually
>   think _any_ existing code will notice anything.

And I was (clearly) being terminally stupid.

:( will


 
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.
Joe Marshall  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Joe Marshall <jmarsh...@alum.mit.edu>
Date: 2000/05/17
Subject: Re: Servlets in CL
"Andrew K. Wolven" <awol...@redfernlane.org> writes:

> Make sure you look at the log and see how many hits your getting.
> I am pretty sure that if you try to do any heavy developing it will puke
> at least every couple of days.
> Could be an ACL501 thing I guess.  (or worse: a windows thing) [it was
> puking every couple of days on sun too, I believe]

There are some known race conditions in the mulitprocess code in ACL
501.  I would imagine that they may be the culprit.

 
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.
David Hanley  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: David Hanley <d...@ncgr.org>
Date: 2000/05/17
Subject: Re: Servlets in CL

Erik Naggum wrote:
> * Rainer Joswig wrote:
> | Hey, they even now are using hierarchical packages.  Seems like they
> | are going to have a Lisp dialect of there own.

> * William Deakin <wi...@pindar.com>
> | Being hard of thinking: what is up with this?

>   It's Rainer Joswig having a personal gripe with Franz Inc, but he
>   isn't honest enough to come out and state his real issue.  From what
>   I have seen in the past, there isn't _anything_ Franz Inc can do to
>   appease him, either, so an informed choice is to ignore his noise.

I don't there's _nothing_ they could do.  I think they have a
decent product, but I consider their pricing structure unworkable.
If I was more committed to lisp, I might be annoyed, I guess, as
is it's the choice between the lesser of two evils.  Although lispworks
is not as mature, they do provide *tons* of help.

dave


 
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.
Discussion subject changed to "Why I didn't use CL-HTTP" by Jeff Dalton
Jeff Dalton  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Jeff Dalton <j...@todday.aiai.ed.ac.uk>
Date: 2000/05/17
Subject: Why I didn't use CL-HTTP
I hate to join what may be a "bashing" thread, and so far as I know
CL-HTTP is an interesting, useful, and innovative system, but when
I needed to provide an HTTP interface to a Lisp application, I decided
against CL-HTTP, for a couple of reasons.

First, the license terms.  I forget exactly what the issues were, but
it looked like I'd have to deal with lawyers before I could seriously
consider using it, or even parts of it, such as the XML parser.

Second, even though I'm an experienced Lisp programmer, the code was
dauntingly large and complex - and not well commented.  It looked like
it would be far easier for me to write an adequate server myself, from
scratch, than to understand CL-HTTP well enough so that I could use it
with confidence.  I couldn't take the chance that I'd find myself up
against a deadline while I was trying to fix some obscure bug.

So I wrote a little server myself in GCL (with some small amounts of
C code for select and a few other things), and I've been pretty happy
with it.

There are probably things I'd like to do that would be easier or
more elegant in CL-HTTP, but the effort required to get to the point
where I could do them was just too great.

-- jeff


 
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.
Discussion subject changed to "Servlets in CL" by Fernando
Fernando  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Fernando <spam...@must.die>
Date: 2000/05/17
Subject: Re: Servlets in CL

On Wed, 17 May 2000 08:51:43 GMT, Fernando <spam...@must.die> wrote:
>On Wed, 17 May 2000 01:33:35 -0500, "Andrew K. Wolven"
><awol...@redfernlane.org> wrote:

>>Franz damn well knows that I am going to be knocking at their door as soon as I
>>get a customer flow.  We have maybe two more things to nail down in GWL before
>>we are going after the Lotus Notes market.

>Please forgive my ignorance, but...GWL??? :-?

Forget the silly question. O:-)

//-----------------------------------------------
//      Fernando Rodriguez Romero
//
//      frr at mindless dot 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.
Erik Naggum  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/17
Subject: Re: Servlets in CL
* David Hanley <d...@ncgr.org>
| I don't there's _nothing_ they could do.  I think they have a
| decent product, but I consider their pricing structure unworkable.

  That's not it.  You just _don't_ slam someone's technical or
  professional _ethics_ because they charge a price _you_ don't want
  to pay, when others clearly think it's OK to pay what they want.

  The cost of an Allegro CL license should be nearly irrelevant to
  most software projects, apart from the ones that are losing money by
  design -- i.e., open source and hobbyist projects.  These have the
  ability to use the free Allegro CL Trial edition until they figure
  out that they need to make money.  Programmer time _really_ costs
  money.  Hardware and software does not.

  Wanting more for less is quite universal, but thinking that it gives
  those who want more than they get for less than they like a right to
  call someone else's desire for same "unworkable" _unilaterally_ is
  just plain stupid: Your demands as a cheap customer is just as
  "unworkable" to a vendor as you think their pricing is to you.  This
  goes for _everything_ in _any_ market.

#:Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
David Hanley  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: David Hanley <d...@ncgr.org>
Date: 2000/05/17
Subject: Re: Servlets in CL

Erik Naggum wrote:
> * David Hanley <d...@ncgr.org>
> | I don't there's _nothing_ they could do.  I think they have a
> | decent product, but I consider their pricing structure unworkable.

>   That's not it.  You just _don't_ slam someone's technical or
>   professional _ethics_ because they charge a price _you_ don't want
>   to pay, when others clearly think it's OK to pay what they want.

Well, there's 2 issues.  I'm not slamming their ethics personally,
I'm just saying their pricing structure is not good.  And, while some
may be willing to pay their fees, other clearly are not.  Do you
see lisp dominating the PC market?  Lisp hasn't taken over, and
there's a short list of potential reasons.

>   The cost of an Allegro CL license should be nearly irrelevant to
>   most software projects, apart from the ones that are losing money by
>   design -- i.e., open source and hobbyist projects.

No.  I know you like them and are unable to be objective on this
subject, but despite the very high startup costs to get the environment,
you must also pay a substantial percentage of your gross profits when
you distribute software written with their product.  Also, there will
be high fees if you run a server written with their product.  For the
kinds of software it seems you do, these may not be major roadblocks.
For what I want to do, it's basically unacceptable.

> These have the
>   ability to use the free Allegro CL Trial edition until they figure
>   out that they need to make money.

No.  You may not be aware, but that is a limited version, unless'
you are not interested in targeting windows, and these differ
anyways.

>   Wanting more for less is quite universal,

yep.

> but thinking that it gives
>   those who want more than they get for less than they like a right to
>   call someone else's desire for same "unworkable" _unilaterally_ is
>   just plain stupid:

No, eric, what's stupid is your desire to defend something which is
working for you in particular, while it may be good for you, and
not good for someone else.

I have as much right to point out problems with pricing and distribution
fees as you have to insult people for asking reasonable questions.

Another fact to consider for perspective is that there are other options;
LWW is *vastly* cheaper and doesn't charge distribution fees.  Maybe
I would consider ACL more workable if it was the only option.
However, it is not.

> Your demands as a cheap customer is just as
>   "unworkable" to a vendor as you think their pricing is to you.  This
>   goes for _everything_ in _any_ market.

That's a pretty stupid statement ( again ). LWW uses a perfectly
reasonable pricing structure, and I have paid for it. Apparently
they feel that non draconian pricing isn't "unreasonable."  In fact,
franz is the only compiler vendor which I can think of off hand which
requires distribution fees for apps compiled with their product.
I didn't get their stuff largely because of their pricing structure, which

is my right for anything_in_any_market. :)

dave


 
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.
Rainer Joswig  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Rainer Joswig <rainer.jos...@ision.net>
Date: 2000/05/17
Subject: Re: Servlets in CL
In article <3167547195321...@naggum.no>, Erik Naggum <e...@naggum.no>
wrote:

> * Rainer Joswig <rainer.jos...@ision.net>
> | Minus the price of ACL to be able to run it.

>   Geez, _that's_ an intelligent counter-argument.  Can you please be
>   explicit and explain your real beef with Franz Inc?

It's hopeless Mr. Naggum - I'm not going to argue
with you.

--
Rainer Joswig, Technical Director, BU Partner,
ISION Internet AG, Steinhöft 9, 20459 Hamburg, Germany
Tel: +49 40 3070 2950, Fax: +49 40 3070 2999
Email: mailto:rainer.jos...@ision.netWWW: http://www.ision.net/


 
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.
Erik Naggum  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/17
Subject: Re: Servlets in CL
* David Hanley <d...@ncgr.org>
| And, while some may be willing to pay their fees, other clearly are
| not.  Do you see lisp dominating the PC market?  Lisp hasn't taken
| over, and there's a short list of potential reasons.

  What else do you know about that is not dominating the PC market?

| I know you like them and are unable to be objective on this subject,

  Wrong.  I'm not you, so you should be careful about extrapolating
  your own problems with being objective to me and others.

| but despite the very high startup costs to get the environment, you
| must also pay a substantial percentage of your gross profits when
| you distribute software written with their product.

  I know their policies better than you do (partly because I argue
  with Franz Inc over them all the time :) and I can tell you this:
  You do not get a right to post hurtful lies about people just
  because you disagree with them.  If you had to pay for the cost of
  recovering from people believing your lies, you would be run into
  the ground financially.  Relax and make the effort to engage your
  _brain_ when you read the license.  Above all, don't let emotional
  responses like "they're taking my food money!" overpower your
  reading skills and comprehension.  Franz Inc is _not_ the IRS.

| Also, there will be high fees if you run a server written with their
| product.  For the kinds of software it seems you do, these may not
| be major roadblocks.  For what I want to do, it's basically
| unacceptable.

  Your behavior towards me now and towards Franz Inc is unacceptable
  no matter how free it is, so clearly, money is _not_ an issue for
  you to behave morally reprehensibly.  Guess what: Other people don't
  change their behavior when they start to charge money for it, either.

| No, eric, what's stupid is your desire to defend something which is
| working for you in particular, while it may be good for you, and not
| good for someone else.

  That's "Erik".  I'm not _defending_ anything, I'm deflecting unfair
  criticism.  These are two very different tasks, but only people who
  care about fairness realize the fundamental difference.  I was
  showing you that being unilateral in such an issue is bad, but that
  was also before I knew what kind of person you are: You're the kind
  of person who thinks that when you work with or like someone, you
  lose your objectivity and you start to defend them as people, no
  matter what they _do_.  In my eyes, that means you are not the kind
  of person _anyone_ should be working with.  (Which also explains why
  you can't afford to pay for a license, but I digress.)

| I have as much right to point out problems with pricing and
| distribution fees as you have to insult people for asking reasonable
| questions.

  But you think you have much wider rights to insult people than I
  ever _imagined_ I had!  I don't protest your right to point out
  problems.  I point out a problem with the way you did it: That when
  you do so in unilateral ways, you're setting yourself up to be shot
  down because you're _unfair_ in your criticism.  I crack down on
  unfairness wherever and whenever I see it and I think I can make a
  difference and whoever the perpetrator is, even when it's our
  beloved government.  However, I think it's crucial to be fair when
  cracking down on unfairness and so I crack down publicly when the
  unfairness is public and privately when it is unfairness is private.
  Being unfair in public because of private gripes about pricing or
  policy is simply _unacceptable_.  (No, it doesn't matter what you
  think _I'm_ doing.  _You_ don't get better by finding somebody else
  you can throw dirt at.)

| > Your demands as a cheap customer is just as
| >   "unworkable" to a vendor as you think their pricing is to you.  This
| >   goes for _everything_ in _any_ market.
|
| That's a pretty stupid statement ( again ).

  You're proving to me that you're seriously lacking in objectivity,
  which is probably why you think others have to be similarly
  crippled.  Why are you hurting yourself by proving this?

| In fact, franz is the only compiler vendor which I can think of off
| hand which requires distribution fees for apps compiled with their
| product.

  What you can think of off hand or not is really nobody's business
  when you are as unable to think as you have demonstrated so far.

| I didn't get their stuff largely because of their pricing structure,
| which is my right for anything_in_any_market. :)

  Of course it is.  But you're doing the sour grapes thing by slamming
  the people whose products you didn't want to buy, and that is _not_
  a right you have or can assume will be defended.  If you don't want
  a product, actually _go_ elsewhere, don't linger and pout, OK?

  FWIW, I'm in constant talks with Franz Inc about ways to minimize
  the cost of licensing for small clients until they make real money.
  I have one customer who thinks just having to _discuss_ licensing
  terms is a serious turn-off, while money is not: They're paying
  _much_ more to Oracle for their database application and the ODBC
  drivers cost an arm and a leg, too.  My biggest client is a serious
  Sun and Oracle outfit and the Franz Inc license costs are not even a
  blip in the budget.  And we're already paying 50 times these costs a
  year to Microsoft for _their_ software and various development tools.

  So I wonder: Who do you people think you're kidding?  Business costs
  are supposed to be passed on to the _custumers_, and if not, to be
  assumed by your shareholders or other investors when you fold or get
  acquired by (more) competent people.  You're supposed to make money
  by being cleverer than the average bear, not lose it.  If you can't
  make enough money to pay a license fee, that means not even your
  _investors_ believe in you!  Don't take that out on Franz Inc, for
  crying out loud.

  What the software industry lacks is an easy way to go from hobbyist
  to real software developer in outfits that have real money to spend.
  As it is, we're looking at a very serious change of mindset and that
  will necessarily create much needless hostility, but when people who
  tend towards unfairness as a solution to their problems think they
  have a _right_ to engage in it because they disagree over pricing or
  licensing terms, there is no hope that they will grow a clue in the
  foreseeable future, either.

#:Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
Tim Bradshaw  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Tim Bradshaw <t...@cley.com>
Date: 2000/05/17
Subject: Re: Servlets in CL

* David Hanley wrote:
> Well, there's 2 issues.  I'm not slamming their ethics personally,
> I'm just saying their pricing structure is not good.  And, while some
> may be willing to pay their fees, other clearly are not.  Do you
> see lisp dominating the PC market?  Lisp hasn't taken over, and
> there's a short list of potential reasons.

Well, I hate to point out flaws in your logic, but since (you imply I
think, I don't actually know the prices of either product) LispWorks
is much cheaper than Franz's offering, and Lisp still hasn't taken
over, it can't be to do with pricing as far as I can see.

I think a much more plausible reason is that Lisp is a language which
requires a good deal of sophistication to appreciate, and that the
educational system is just dismally failing to produce people with the
sophistication to get it.  So let's do something positive and try and
fix *that* problem: go teach someone Lisp today!

--tim


 
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.
David Hanley  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: David Hanley <d...@ncgr.org>
Date: 2000/05/17
Subject: Re: Servlets in CL

Erik Naggum wrote:
> | but despite the very high startup costs to get the environment, you
> | must also pay a substantial percentage of your gross profits when
> | you distribute software written with their product.

>   I know their policies better than you do (partly because I argue
>   with Franz Inc over them all the time :) and I can tell you this:
>   You do not get a right to post hurtful lies about people just
>   because you disagree with them.

Erik, since you are accusing me of posting hurtful lies, please either:

1) Point them out, or
2) Admit you don't know what you're talking about.

Since all the rest of your post is your usual uninformed drool,
and not at all responding to what I said, I'm just ignoring it, and
waiting for someone to respond to what I actually did say.

dave


 
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.
Erik Naggum  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/17
Subject: Re: Servlets in CL
* Rainer Joswig <rainer.jos...@ision.net>
| It's hopeless Mr. Naggum - I'm not going to argue with you.

  Thank you for confirming that you have a _personal_ problem with
  Franz Inc, which means we can expect more of the same and none of
  the anticipated, but not expected, reasoning that would limit the
  future amount of slander and negative propaganda against them.

#:Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
Erik Naggum  
View profile  
 More options May 17 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/17
Subject: Re: Servlets in CL
* David Hanley <d...@ncgr.org>
| Erik Naggum wrote:

|
|
| > | but despite the very high startup costs to get the environment, you
| > | must also pay a substantial percentage of your gross profits when
| > | you distribute software written with their product.
| >
| >   I know their policies better than you do (partly because I argue
| >   with Franz Inc over them all the time :) and I can tell you this:
| >   You do not get a right to post hurtful lies about people just
| >   because you disagree with them.
|
| Erik, since you are accusing me of posting hurtful lies, please either:
|
| 1) Point them out, or
| 2) Admit you don't know what you're talking about.

  And what will you do when it has been pointed out?  Will you shut up
  and actually _stop_ lying and slandering people?  I didn't think so.

  "You must pay a substantial percentage of your gross profits" is a
  lie, pure and simple.  It would be a lie without "substantial", and
  it would be a lie without "gross".  It is of course a lie with the
  "must", as there are (a little too many) options on how to become a
  value added reseller or purchase an unlimited or number of runtime
  licenses with or without a compiler and/or development environment.
  As stated, the unequivocal

  Furthermore, "when you distribute software written with their
  product" is a lie.  It's not the software _you_ have _written_ with
  their product that they charge a license for, it's their own, which
  _you_ ship with _your_ product.  There is nothing at all in the
  license which prohibits writing the software with Allegro CL and
  shipping with something else.  There couldn't be.  Theirs is a
  commercial software license, not the GNU Public License, which
  _does_ incur such requirements as you seem to find "unworkable".

  You are a despicable liar, David Henley, but that's no surprise.

| Since all the rest of your post is your usual uninformed drool, and
| not at all responding to what I said, I'm just ignoring it, and
| waiting for someone to respond to what I actually did say.

  I see.  Your intellectual policy is to pretend that you have really
  awful enemies so you don't have to think, care, or be fair to them.
  That's why you have to make Franz Inc much worse than they really
  are, too.  This is called "demonization" and is a common "problem"
  with certain mental illnesses, such as rabid paranoia, "rabid" not
  being a clinical term, but applicable nonetheless.  Pleas find a
  mental health professional willing to lsiten and just get yourself
  cured, David -- this has nothing to do with Lisp, me, Franz Inc, or
  anything else even remotely connected to this newsgroup, anymore.

#:Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
Rainer Joswig  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Rainer Joswig <rainer.jos...@ision.net>
Date: 2000/05/18
Subject: Re: Servlets in CL
In article <3167592948687...@naggum.no>, Erik Naggum <e...@naggum.no>
wrote:

> * Rainer Joswig <rainer.jos...@ision.net>
> | It's hopeless Mr. Naggum - I'm not going to argue with you.

>   Thank you for confirming that you have a _personal_ problem with
>   Franz Inc, which means we can expect more of the same and none of
>   the anticipated, but not expected, reasoning that would limit the
>   future amount of slander and negative propaganda against them.

It's hopeless Mr. Naggum - I'm not going to argue with you.

--
Rainer Joswig, Technical Director, BU Partner,
ISION Internet AG, Steinhöft 9, 20459 Hamburg, Germany
Tel: +49 40 3070 2950, Fax: +49 40 3070 2999
Email: mailto:rainer.jos...@ision.net WWW: http://www.ision.net/


 
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.
Robert Monfera  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Robert Monfera <monf...@fisec.com>
Date: 2000/05/18
Subject: Re: Servlets in CL

Erik Naggum wrote to David Hanley:

> | but despite the very high startup costs to get the environment, you
> | must also pay a substantial percentage of your gross profits when
> | you distribute software written with their product.
>   [...] You do not get a right to post hurtful lies about people just
>   because you disagree with them.  If you had to pay for the cost of
>   recovering from people believing your lies, you would be run into
>   the ground financially.

I don't think David Hanley's comments are hurtful to anybody other than
himself.  There is an implied "IMHO" before all subjective, relativistic
opinions (very high costs etc.).  Customers and potential buyers just do
not pay attention to agenda-loaded blanket statements about vendors or
products. There is no need to lend credibility to otherwise ignored
utterance.

Robert


 
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.
tom  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: tom <tmb at ncal point verio point com x...@x.x>
Date: 2000/05/18
Subject: Re: Servlets in CL

Erik Naggum <e...@naggum.no> writes:
>   The cost of [a commercial Lisp implementation] license should be
>   nearly irrelevant to most software projects, apart from the ones
>   that are losing money by design -- i.e., open source and hobbyist
>   projects.

In my experience, the cost of language implementations is very
important for their adoption in industry.  Most new tools are tried
out on small side-projects first, and usually by R&D organizations (as
opposed to product organizations) on fixed budgets.  If you can only
get a full version for several thousand dollars per developer, the
system is usually not even going to make it in the door, and any form
of runtime license usually just kills it.

Also keep in mind that the competition from free and cheap software is
really tough.  Python is an excellent dynamic language with lots of
libraries, and it's completely free.  Java comes with one of the most
extensive standard libraries, good reflection capabilities, and good
enterprise support, and it's also essentially free.  And while VB is
iffy as a language, it comes with a good environment and does have
most of the dynamic language features most normal programmers will
ever need, and VB is also quite cheap.

Tom.


 
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.
William Deakin  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: William Deakin <wi...@pindar.com>
Date: 2000/05/18
Subject: Re: Servlets in CL

tom wrote:
> ...If you can only get a full version for several thousand dollars per
> developer, the system is usually not even going to make it in the door,
> and any form of runtime license usually just kills it.

Do you know this to be the actual cost of a `full version' of the software
(particularly if you have more a single user licence) or is this a bit
more of `lisp is dead' sinmply packaged in a new more subtle way?

> Also keep in mind that the competition from free and cheap software is
> really tough.  [...elided an excellent and representive list of other
> software...]

Is this the market that people who use cl are in?  I'm not sure that it
is. I think cl is *not* in direct competition with these mass market
language. However, just because every man and his dog is not using cl[1],
it is still (IMHO) thriving in the niche where quality, reliablity,
elegance and intelligence are highly regarded,

Best Regards,

:) will

[1] although *maybe* they ought.


 
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.
Erik Naggum  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/18
Subject: Re: Servlets in CL
* Rainer Joswig <rainer.jos...@ision.net>
| It's hopeless Mr. Naggum - I'm not going to argue with you.

  But you are.  If you didn't want to argue, you could just be
  so kind as to refrain from slander and negative propaganda.

#:erik
--
  If this is not what you expected, please alter your expectations.


 
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.
Rainer Joswig  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Rainer Joswig <rainer.jos...@ision.net>
Date: 2000/05/18
Subject: Re: Servlets in CL
In article <3167642526879...@naggum.no>, Erik Naggum <e...@naggum.no>
wrote:

> * Rainer Joswig <rainer.jos...@ision.net>
> | It's hopeless Mr. Naggum - I'm not going to argue with you.

>   But you are.  If you didn't want to argue, you could just be
>   so kind as to refrain from slander and negative propaganda.

Come on Mr. Naggum, waste others people time.

--
Rainer Joswig, Technical Director, BU Partner,
ISION Internet AG, Steinhöft 9, 20459 Hamburg, Germany
Tel: +49 40 3070 2950, Fax: +49 40 3070 2999
Email: mailto:rainer.jos...@ision.net WWW: http://www.ision.net/


 
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.
Erik Naggum  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/18
Subject: Re: Servlets in CL
* Rainer Joswig <rainer.jos...@ision.net>
| Come on Mr. Naggum, waste others people time.

  Wouldn't you love that?  But it's quite simple: You explain what
  your _real_ problem with Franz Inc is, instead of continuing to
  slander them and hurting the entire Lisp community by causing
  unnecessary animosity between developer groups, and we don't need
  that.  You're _really_ wasting people's time when you do it.

#;Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
Marc Battyani  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: "Marc Battyani" <Marc_Batty...@csi.com>
Date: 2000/05/18
Subject: Re: Servlets in CL

Tim Bradshaw <t...@cley.com> wrote in message

news:ey3wvks3n27.fsf@cley.com...

> I think a much more plausible reason is that Lisp is a language which
> requires a good deal of sophistication to appreciate, and that the
> educational system is just dismally failing to produce people with the
> sophistication to get it.  So let's do something positive and try and
> fix *that* problem: go teach someone Lisp today!

Yes there is a problem with how universities teach Lisp.
I recently converted to lisp a friend that had been teached lisp in
university and was convinced, like almost everybody, that lisp were only
good to write toy software like elisa or research software.
Now he is throwing out his C++ to write industrial software in lisp.
So C++-- (who said infix syntax is pretty ?) and (incf lisp) ; nicer syntax

Marc Battyani


 
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.
Rainer Joswig  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Rainer Joswig <rainer.jos...@ision.net>
Date: 2000/05/18
Subject: Re: Servlets in CL
In article <3167647464095...@naggum.no>, Erik Naggum <e...@naggum.no>
wrote:

>   Wouldn't you love that?  But it's quite simple: You explain what
>   your _real_ problem with Franz Inc is, instead of continuing to
>   slander them and hurting the entire Lisp community by causing
>   unnecessary animosity between developer groups, and we don't need
>   that.  You're _really_ wasting people's time when you do it.

You are obviously dreaming. Please waste other people's time.

--
Rainer Joswig, Technical Director, BU Partner,
ISION Internet AG, Steinhöft 9, 20459 Hamburg, Germany
Tel: +49 40 3070 2950, Fax: +49 40 3070 2999
Email: mailto:rainer.jos...@ision.net WWW: http://www.ision.net/


 
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.
Erik Naggum  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: Erik Naggum <e...@naggum.no>
Date: 2000/05/18
Subject: Re: Servlets in CL
* Rainer Joswig <rainer.jos...@ision.net>
| Please waste other people's time.

  If I can waste your time so you don't continue to slander people and
  companies and create unnecessary animosity between developer groups,
  that's a _very_ good thing in my view.  So, I'm glad your time is
  wastable with such simple means.

#;Erik
--
  If this is not what you expected, please alter your expectations.


 
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.
David Hanley  
View profile  
 More options May 18 2000, 3:00 am
Newsgroups: comp.lang.lisp
From: David Hanley <d...@ncgr.org>
Date: 2000/05/18
Subject: Re: Servlets in CL

Well, if you were smart enough to make a point, yes I would.
However, I am still waiting.

>   "You must pay a substantial percentage of your gross profits" is a
>   lie, pure and simple.  It would be a lie without "substantial", and
>   it would be a lie without "gross".

Um, fine, but they're both in there.

still waiting for a response from the mental midget(you).

dave


 
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 51 - 75 of 126 < Older  Newer >
« Back to Discussions « Newer topic     Older topic »