From: Janos Blazi
Subject: On Lisp
Date: 
Message-ID: <3b97d110_1@news.newsgroups.com>
I have never contributed anything to the CL community but I hope I may speak
out my mind in spite of that.

In my opinion CL is fascinating but I do not use it.
Python is not very fascinating but I use it. I am even heavily using it at
the moment.

Here is my wish list for Lisp.

(1)
It should be free.

(2)
 It should have big standard libraries like C or Python.

(3)
It should have a GUI binding and should use one of  the most common GUI
toolkits: Tcl/Tk or GTK++ or Qt.

(4)
It should work under Windows2000.

Now there are two wonderful candidates for these points: Clisp and Corman
Lisp. I am not good enough to judge how difficult it would be to realize one
of the bindings mentioned in (3) but I am afraid that it is not done on
ideological grounds. It seems to me, that Mr Corman relies on the native
Windows interface but I do not understand why.
There are so many very knowledgable people in this NG, they could do all
that in a few months. If they wanted to.

I think of course that Lisp enforces upon the programmer a mor subtle way of
thinking about his concepts and this will always narrow down the group of
its potential users.

Janos Blazi




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----

From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9n8p6i$ru4$1@news3.cadvision.com>
> Now there are two wonderful candidates for these points: Clisp and Corman
> Lisp. I am not good enough to judge how difficult it would be to realize
one
> of the bindings mentioned in (3) but I am afraid that it is not done on
> ideological grounds. It seems to me, that Mr Corman relies on the native
> Windows interface but I do not understand why.
> There are so many very knowledgable people in this NG, they could do all
> that in a few months. If they wanted to.

Is your request for a free system an idealogical one or is it based on your
economic stituation?  Why not buy LispWorks for Windows instead and get most
of what you need, at least, the running on Windows part?  We all go to the
expense of buying a computer, but when it comes to buying software some
people can get very stingy.  I have friends whose music collection costs
MUCH more that their stereo system (and they have really good stereo
systems).  Their attitude is that their music collection should at cost at
least ten times what their stereo costs.

I bought LWW partly because I am supporting the work down on CL, and Xanalys
is more involved and contributed more to Lisp programming than I ever can.
Support those who have put in the time and have the commitment.

My thoughts on a big standard library, it already exists, the only problem
is that its mostly written in C.  If you need a some functionality it is
well worth the time to figure out how to use the FFI abilities of your
favourite Lisp.  I put that part of my learning off till quite recently, but
once I had done it a few times its not so bad.  C libraries (like OBDC or
OpenSSL) are not difficult to fathom, but you have to sit down, read the
manual and learn it.  If you had an interface to GTK+ you would still have
to _learn_ GTK+ to know what to do and when to do it.

Wade
From: rohan nicholls
Subject: Re: On Lisp
Date: 
Message-ID: <7148ec2a.0109070034.58ef39bc@posting.google.com>
"Wade Humeniuk" <········@cadvision.com> wrote in message news:<············@news3.cadvision.com>...
> > Now there are two wonderful candidates for these points: Clisp and Corman
> > Lisp. I am not good enough to judge how difficult it would be to realize
>  one
> > of the bindings mentioned in (3) but I am afraid that it is not done on
> > ideological grounds. It seems to me, that Mr Corman relies on the native
> > Windows interface but I do not understand why.
> > There are so many very knowledgable people in this NG, they could do all
> > that in a few months. If they wanted to.
> 
> Is your request for a free system an idealogical one or is it based on your
> economic stituation?  Why not buy LispWorks for Windows instead and get most
> of what you need, at least, the running on Windows part?  We all go to the
> expense of buying a computer, but when it comes to buying software some
> people can get very stingy.  I have friends whose music collection costs
> MUCH more that their stereo system (and they have really good stereo
> systems).  Their attitude is that their music collection should at cost at
> least ten times what their stereo costs.
> 
> I bought LWW partly because I am supporting the work down on CL, and Xanalys
> is more involved and contributed more to Lisp programming than I ever can.
> Support those who have put in the time and have the commitment.
> 
> My thoughts on a big standard library, it already exists, the only problem
> is that its mostly written in C.  If you need a some functionality it is
> well worth the time to figure out how to use the FFI abilities of your
> favourite Lisp.  I put that part of my learning off till quite recently, but
> once I had done it a few times its not so bad.  C libraries (like OBDC or
> OpenSSL) are not difficult to fathom, but you have to sit down, read the
> manual and learn it.  If you had an interface to GTK+ you would still have
> to _learn_ GTK+ to know what to do and when to do it.
> 
> Wade
Two comments completely unrelated but I could not figure out how to
answer the top message with the comment on On Lisp.

I have On Lisp on order at amazon.co.uk and have been waiting for a
while.  I went and checked up on it with excitement in my heart only
to have my hopes dashed.:(  There has been a change in that my order
has been changed to not available, and when I looked for On Lisp with
the search engine it is no longer listed. So Congratulations Deepak I
think you got the last copy.

As to the above comments I can't agree more, these companies are in a
specialist field they do not have the volume to rely on, so their
product goes up in price, and there are very good implementations that
are not too much money, such as Corman Lisp which is fast and I
personally have been using it because it is the implementation that I
have a hope of being able to afford in the near future and I like the
attitude behind it, and CLISP which is great and free but in basic
console format, and although I have not read enough to figure out how
I can plug emacs into it, it seems possible from the documentation I
have scanned, and yes ntemacs works on win2000, I have it installed,
and so does clisp, you just have to make a small alteration to the
config files for which the details can be found on the mailing list,
or you can email me as I have figured out a simple change that worked.
 How is that for a run-on sentence?:)

I think the Python movement is a great one, and although I have not
delved into it that much I think that a number of elements came
together to allow it to happen, however I wonder how much you have
added to the Python movement, because everything you have been using
in Python took someone's commitment and time to make happen, isn't it
time to help with the effort?

Personally I have just come to Lisp and Python in the last few weeks
and have been bitten by the Lisp bug.  Sure there is not the unified
community in Lisp that there is in Python but considering that Lisp
has been around longer than almost any language out there it is
amazing testament that it and its community exist at all.  How  many
other languages are no longer on the map.  Python was a controlled
environment from the start, using facilities that have come into being
only in the last 15 years and it took many of the principles of lisp
and put them into a more approachable sytax, as well as losing some of
the functionality and power but with great libraries as part of the
standard package, and that is just it Python has a standard package
because it came from a common root.
As I start to be able to delve into what is happening in the source
code and be of sufficient skill to make efficient and robust code in
lisp I intend to see what I can to with those libraries and adding to
them and think of the things I would like to see available in Lisp and
make a version there are lots of people who are more than happy to
take time once they have seen you have made an honest effort, after
all it is a community and being a member means a little give for the
take.
Btw. Lispworks has a free version for personal use, and it like
Allegro CL is packed with packages and they have made their systems to
have code generated on them be cross-platform with their tools, so try
it out and if you are at a point where you are starting to make money
with them then upgrade to the professional or enterprise edition.  It
is these implementations that have allowed you to develop with such
speed don't you think it is pay back time at that point.
blah blah and on I go.....
Rohan
From: ···@itasoftware.com
Subject: Re: On Lisp
Date: 
Message-ID: <k7zc82v4.fsf@itasoftware.com>
"Janos Blazi" <······@hotmail.com> writes:

> I have never contributed anything to the CL community but I hope I may speak
> out my mind in spite of that.
> 
> In my opinion CL is fascinating but I do not use it.
> Python is not very fascinating but I use it. I am even heavily using it at
> the moment.
> 
> Here is my wish list for Lisp.
> 
> (1)
> It should be free.

As soon as my bank stops asking for my mortgage payments, and as soon
as I can get free food, I'll donate some time to this.  If you want to
provide me with a full-time income, I'll put a *lot* of time into this.

> (2)
>  It should have big standard libraries like C or Python.
> 
> (3)
> It should have a GUI binding and should use one of  the most common GUI
> toolkits: Tcl/Tk or GTK++ or Qt.
> 
> (4)
> It should work under Windows2000.
> 

(5) It should read my mind, and when it has exhausted everything I
    currently want from it, it should project what I might want in the
    future and do that too.
From: Kent M Pitman
Subject: Re: On Lisp
Date: 
Message-ID: <sfwu1ygozub.fsf@world.std.com>
"Janos Blazi" <······@hotmail.com> writes:

> I have never contributed anything to the CL community but I hope I
> may speak out my mind in spite of that.

You can.  But I honestly don't see the point.
 
> In my opinion CL is fascinating but I do not use it.
> Python is not very fascinating but I use it.
> I am even heavily using it at the moment.
>
> Here is my wish list for Lisp.
> 
> (1)
> It should be free.

Here's how to make that happen:

All you have to do is spend a lot of time implementing one,
and then give away your work without asking for compensation.

Or, if you don't feel qualified, just spend time earning money in
some other way and then hire someone to build you a Lisp that you
will then give away free.
 
> (2)
>  It should have big standard libraries like C or Python.

While you're giving away your effort without request for compensation,
it should be no problem to give away big libraries rather than small ones.
All it takes is more work, and you're not charging for that anyway.
 
> (3)
> It should have a GUI binding and should use one of  the most common GUI
> toolkits: Tcl/Tk or GTK++ or Qt.

Oh, absolutely, I agree.  Please give that away, too.

> (4)
> It should work under Windows2000.

Well, not just that.  But you can start with that if you want.
 
> Now there are two wonderful candidates for these points: Clisp and Corman
> Lisp. I am not good enough to judge how difficult it would be to realize one
> of the bindings mentioned in (3) but I am afraid that it is not done on
> ideological grounds. It seems to me, that Mr Corman relies on the native
> Windows interface but I do not understand why.

His is also not free.  He charges for it, as well he should.

As to CLISP, is it not free already?

> There are so many very knowledgable people in this NG, they could do all
> that in a few months. If they wanted to.
 
Or could have already done.  If they wanted to.
Perhaps it's waiting on YOU.

What is not worth investing time and money in is not worth having.
Don't ask for gifts from others; it's unseemly.

We live in the world we ourselves create.  If you want the world to be
different, start by being different yourself.
From: Friedrich Dominicus
Subject: Re: On Lisp
Date: 
Message-ID: <87k7zbbj3y.fsf@frown.here>
I love all those answers. You have missed one paragraph.

__ I support Ken's ideas signed -------------------- ;-)


So to the things which all should there.
- free (CMUCL, CLisp, GCL (well don't know if that counts as Common
Lisp)
- library. Well I have not seen that Hash Table are Standard in C but
hey we're just selling a C-IDE so I'm not supposed to know that should
be in standard headers
- GTK+ Binding well I would like to have them too, but hey I would
write them ;-)


Well as I understand Corman Lisp comes with classes which do can be
used to write Lisp wrapper classes around C libraries
automatically. Well than it's quite easy to interface to C libs I
guess. Ah I forgot Roger is outrageous enougth to expect getting paid
for his Common Lisp.

No, I do tink it's enough for this morning.

Till then
Friedrich
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcv8zfru2hi.fsf@conquest.OCF.Berkeley.EDU>
"Janos Blazi" <······@hotmail.com> writes:

> I have never contributed anything to the CL community but I hope I may speak
> out my mind in spite of that.
> 
> In my opinion CL is fascinating but I do not use it.
> Python is not very fascinating but I use it. I am even heavily using it at
> the moment.
> 
> Here is my wish list for Lisp.
> 
> (1)
> It should be free.

It is (CLISP and CMUCL)

> (2)
>  It should have big standard libraries like C or Python.

It does

> (3)
> It should have a GUI binding and should use one of  the most common GUI
> toolkits: Tcl/Tk or GTK++ or Qt.

There are

> (4)
> It should work under Windows2000.

It does

Hey, we've got the perfect language :-/
From: Jochen Schmidt
Subject: Re: On Lisp
Date: 
Message-ID: <9n8knl$dn$1@rznews2.rrze.uni-erlangen.de>
Janos Blazi wrote:

> I have never contributed anything to the CL community but I hope I may
> speak out my mind in spite of that.
> 
> In my opinion CL is fascinating but I do not use it.
> Python is not very fascinating but I use it. I am even heavily using it at
> the moment.
> 
> Here is my wish list for Lisp.
> 
> (1)
> It should be free.

Do you mean "All Lispsystems should be free"?
There _are_ already free Lispssystems...

> (2)
>  It should have big standard libraries like C or Python.

Depends on _what_ you call standard - C has a rather smallish
standard library - Python has no "official" standard-lib at all.
But C _and_ Python have huge "Community Standard" Libraries and
that is what I wish to come for CL too...

> (3)
> It should have a GUI binding and should use one of  the most common GUI
> toolkits: Tcl/Tk or GTK++ or Qt.

AFAIK there _are_ Bindings to Tcl/Tk and GTK. I'm looking forward in using 
McCLIM...

> (4)
> It should work under Windows2000.

Should it? And what is with those guys that use e. g. UNIX/Linux or Mac?
 
> Now there are two wonderful candidates for these points: Clisp and Corman
> Lisp. I am not good enough to judge how difficult it would be to realize
> one of the bindings mentioned in (3) but I am afraid that it is not done
> on ideological grounds. It seems to me, that Mr Corman relies on the
> native Windows interface but I do not understand why.
> There are so many very knowledgable people in this NG, they could do all
> that in a few months. If they wanted to.

It is all a matter of who is paying the bill I fear - You cannot _demand_ 
from the community to fulfill your wishes gratis so that you "can use" 
Common Lisp. If you _want_ to use CL either _buy_ a Lisp that provides the 
above points or sponsor an effort to build the missing things or do it 
yourself. Please don't get me wrong - I think most people share your view 
that this things would be nice to have and it _is_ IMHO good to point that
out very often but if you _need_ this things it would be a better idea not 
to count on people donating their time for this.

ciao,
Jochen

--
http://www.dataheaven.de
From: Louis Theran
Subject: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <h0k8zfru3o4.fsf@genet.cs.umass.edu>
"Janos Blazi" <······@hotmail.com> writes:

> I have never contributed anything to the CL community but I hope I may speak
> out my mind in spite of that.

Idiot.  If you're going to freeload, please do it quietly.  The sense
of entitlement expressed by certain posters to this NG is staggering.

This kind of garbage is (1) useless and (2) the height of poor taste.
Since it is apparently not obvious enough for some people, I will
state a general rule of thumb:

  If you can't answer the question ``where's your free Lisp
  software?'' with a URL, it is probably a bad idea to post to this NG
  demanding other people write code for free.

Thanks for your attention.  Peace.

^L
From: Bulent Murtezaoglu
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <87elpjn19q.fsf@nkapi.internal>
>>>>> "LT" == Louis Theran <······@genet.cs.umass.edu> writes:

    LT> "Janos Blazi" <······@hotmail.com> writes:
    >> I have never contributed anything to the CL community but I
    >> hope I may speak out my mind in spite of that.

    LT> Idiot.  If you're going to freeload, please do it quietly.
    LT> The sense of entitlement expressed by certain posters to this
    LT> NG is staggering. [...]

I don't know what to think of this.  But I will observe the following:

-- Let's assume Janos Blazi is not an idiot.  The issue becomes more
interesting.  Why would a reasonable person expect all the things he's
asking about to be available for free?  

-- I don't think freeloading is the appropriate term to use for people
who use freely available software.  Do, say, emacs's authors think of
their users as freeloaders?  I don't think so.  The rule ought to be
that if you will think of the users of your software as freeloaders
you probably should not give it away. 

    LT> This kind of garbage is (1) useless and (2) the height of poor
    LT> taste.  Since it is apparently not obvious enough for some
    LT> people, I will state a general rule of thumb:
    LT>   If you can't answer the question ``where's your free Lisp
    LT> software?'' with a URL, it is probably a bad idea to post to
    LT> this NG demanding other people write code for free.

I agree with this.  But I do not want to discourage people who ask 
"is there a free <blah>" for CL, or even those who say it'd be great
if such and so were available for CL.  Demanding is a different matter
of course.

cheers,

BM
From: Louis Theran
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <h0k66avhaus.fsf@genet.cs.umass.edu>
Bulent Murtezaoglu <··@acm.org> writes:

> -- I don't think freeloading is the appropriate term to use for people
> who use freely available software.  Do, say, emacs's authors think of
> their users as freeloaders?  I don't think so.  The rule ought to be
> that if you will think of the users of your software as freeloaders
> you probably should not give it away. 

If there is nobody working on a free project, it will stagnate.  Even
if there are only a few primary maintainers, without an engaged user
community there is no incentive for continued development.  I suspect
that if the emacs user community spent much of its time alternating
between making unreasonable demands and hurling invective at the
maintainers, they might well give up.  And if no new work was done on
major elisp packages, there would be little justification for changing
the core.

I'm not really a huge fan of projects where anybody and his dog can
commit code, since it tends to mess things up.  But making releases,
testing, etc. takes time, and if Usenet trolls create a disincentive
by making a persistent nuisance of themselves, there wil be less free
Lisp software written, I suspect.

>     LT> This kind of garbage is (1) useless and (2) the height of poor
>     LT> taste.  Since it is apparently not obvious enough for some
>     LT> people, I will state a general rule of thumb:
>     LT>   If you can't answer the question ``where's your free Lisp
>     LT> software?'' with a URL, it is probably a bad idea to post to
>     LT> this NG demanding other people write code for free.
> 
> I agree with this.  But I do not want to discourage people who ask 
> "is there a free <blah>" for CL, or even those who say it'd be great
> if such and so were available for CL.  Demanding is a different matter
> of course.

That is exactly the point.  There is a huge difference between:

  Has anybody done anything with binding Corman Lisp to Tk on Windows
  2000?  I'm a Lisp novice, but pretty good with Tk, and I've put my
  attempts here...

and

  I don't use Lisp.  Really what I do is use Python, but I think that
  Corman Lisp should be free.  And all the free Lisp code out there
  isn't useful, so I think you guys should write a new free standard
  library...

^L
From: Janos Blazi
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3b98885b_8@news.newsgroups.com>
> -- Let's assume Janos Blazi is not an idiot.

Thx.

> The issue becomes more
> interesting.  Why would a reasonable person expect all
> the things he's
> asking about to be available for free?

I (and all of you) saw how  Perl and Python were created virtually out of
nothing. Everything was free. With Qt, Tcl/Tk, GTK+ it was the same. But I
suspect that the Creators still could make money with it by selling books or
as industrie consultants. I very much hope so.

I have been enthusiastic with thie relatively new developement.
I cannot deliver code of the required quality, so the only thing I can do is
to use such products for my teaching. By doing so I can make them a tiny
little bit more popular.

It may suffice to say that after a decent posting that contained no four
letter words I received a response starting wit the sentence 'Idiot.' This
show that I cannot be completely wrong.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Ian Wild
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3B988FCE.74BA4D72@cfmu.eurocontrol.int>
Janos Blazi wrote:
>  
> I (and all of you) saw how  Perl and Python were created virtually out of
> nothing.

You mean "literally", rather than "virtually".  Neither of them had
a spec hammered out by thousands of programmer-years of use to which
they were expected to conform - they were just whatever their respective
authors decided to throw together.  I suspect both were created with
much muttering of "bugrit - too hard - maybe in the next version".

There's a ton of free lisps around if those are your design criteria.
From: Janos Blazi
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3b989de0_2@news.newsgroups.com>
> You mean "literally", rather than "virtually".

English is not my native tongue but I wanted to say that they were not
really created out of nothing, something had been there when the guy started
working on it. We know that Python was the second try and the sam is true to
some extent for Qt. I thought 'virtually' would express this.

> There's a ton of free lisps around if those are your design criteria.

Yes, but none of them meets all criteria at the same time. If I were content
with Scheme, the situation would be different.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Kent M Pitman
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <sfwd752sy4n.fsf@world.std.com>
"Janos Blazi" <······@hotmail.com> writes:

> > You mean "literally", rather than "virtually".
> 
> English is not my native tongue but I wanted to say that they were not
> really created out of nothing, something had been there when the guy started
> working on it. We know that Python was the second try and the sam is true to
> some extent for Qt. I thought 'virtually' would express this.

In ordinary spoken English, it has precisely the meaning you used.
"virtually" means "almost completely" and "literally" means "completely"
(which would be recognized as obvious hyperbole, and would be assumed to
mean "almost completely" anyway).

In nerd-speak, "virtually" might have some potential other connotations
because of the "virtual"/"actual" distinction, which bears some superficial
resemblance to the "virtual"/"literal" distinction, but
I think it should be possible to easily disambiguate them through pragmatics
in most cases.

I wouldn't let this comment of Ian's change the way you use the word 
virtually, which sounds to me from this example to be virtually, if not
literally or actually, flawless.
From: Christopher Stacy
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <u66auc9ht.fsf@spacy.Boston.MA.US>
>>>>> On Fri, 7 Sep 2001 10:41:38 +0200, Janos Blazi ("Janos") writes:
 Janos> I (and all of you) saw how  Perl and Python were created 
 Janos> virtually out of nothing. Everything was free. 

Perl was not created "for free" -- Larry Wall was paid by his 
employer at the time (Unisys) to develop it as part of a 
configuration management system.

EMACS was not created "for free" -- Richard Stallman was paid by his
employer at the time (MIT) using funds from the Department of Defense.
When he left MIT to port Emacs to Unix, he received continued funding
from MIT (offices, computers, etc.) and donations from corporations.

Those are two examples.  Significant things don't generally come out
of thin air.  Rather, they are paid for with lots of money, which can
traced directly back to government grants, other University money,
or corporate investment (although sometimes they might not realize
that their employees are freely giving away company assets.)

There might be exceptions, but it's not any of the "free" software
that I have ever used regularly.  Remember, "free software" is not
like "free beer".   Someone, somehow, pays for it.  The "free" part
refers to the freedom to copy the software, once someone has already
paid for it to exist.
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208959203653071@naggum.net>
* Christopher Stacy <······@spacy.Boston.MA.US>
> There might be exceptions, but it's not any of the "free" software that I
> have ever used regularly.  Remember, "free software" is not like "free
> beer".   Someone, somehow, pays for it.  The "free" part refers to the
> freedom to copy the software, once someone has already paid for it to
> exist.

  Several people have donated their own time because they actually believe
  in what they do and what they want to accomplish.  Self-funding does not
  make you rich, generally speaking, but a significant fraction of what has
  gone into Emacs has been done on private time without any "funding".  A
  lot of other software has been developed in people's spare time at first,
  at least.  I find it quite insulting to those many of us who have in fact
  donated our own time and money to various projects to imply that there we
  have always used somebody else's resources.  As far as I know, Linus
  Thorvalds started Linux on his spare time and spent a lot of time working
  on it before he shared it with anyone, and even longer before he got any
  resources in exchange for it.

///
From: Christopher Stacy
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <un145cqff.fsf@spacy.Boston.MA.US>
>>>>> On Sat, 08 Sep 2001 17:33:25 GMT, Erik Naggum ("Erik") writes:

 Erik> * Christopher Stacy <······@spacy.Boston.MA.US>
 >> There might be exceptions, but it's not any of the "free" software that I
 >> have ever used regularly.  Remember, "free software" is not like "free
 >> beer".   Someone, somehow, pays for it.  The "free" part refers to the
 >> freedom to copy the software, once someone has already paid for it to
 >> exist.

 Erik>   Several people have donated their own time because they 
 Erik>   actually believe in what they do and what they want to accomplish.

I have done this myself, but on the whole, I bet that only a very few
self-employed people have contributed relatively little free software.
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208977562511812@naggum.net>
* Christopher Stacy <······@spacy.Boston.MA.US>
> I have done this myself, but on the whole, I bet that only a very few
> self-employed people have contributed relatively little free software.

  I am not just referring to self-employed contributors, but people who
  work on something in their spare time.  There are lots of those, but it
  is hard to measure how much they have contributed, of course.

///
From: Christopher Stacy
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <ud750kjj8.fsf@spacy.Boston.MA.US>
>>>>> On Sat, 08 Sep 2001 22:39:22 GMT, Erik Naggum ("Erik") writes:

 Erik> * Christopher Stacy <······@spacy.Boston.MA.US>
 >> I have done this myself, but on the whole, I bet that only a very few
 >> self-employed people have contributed relatively little free software.

 Erik>   I am not just referring to self-employed contributors, but people who
 Erik>   work on something in their spare time.  There are lots of those, but it
 Erik>   is hard to measure how much they have contributed, of course.

Typically, the contracts of full-time employees do not allow "spare time":
all ideas and programs that you write are the intellectual property of
the company, regardless of whether it happened during office hours.
But there are "lots of" people who cheat on that.
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9nf0ra$jm0$0@216.39.145.192>
On Sun, 9 Sep 2001, Christopher Stacy wrote:
> >>>>> On Sat, 08 Sep 2001 22:39:22 GMT, Erik Naggum ("Erik") writes:
> 
>  Erik> * Christopher Stacy <······@spacy.Boston.MA.US>
>  >> I have done this myself, but on the whole, I bet that only a very few
>  >> self-employed people have contributed relatively little free software.
> 
>  Erik>   I am not just referring to self-employed contributors, but people who
>  Erik>   work on something in their spare time.  There are lots of those, but it
>  Erik>   is hard to measure how much they have contributed, of course.
> 
> Typically, the contracts of full-time employees do not allow "spare time":
> all ideas and programs that you write are the intellectual property of
> the company, regardless of whether it happened during office hours.
> But there are "lots of" people who cheat on that.

Fortunately the law in Washington state explicitly says otherwise.

Tim
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3209006708861560@naggum.net>
* Christopher Stacy <······@spacy.Boston.MA.US>
> Typically, the contracts of full-time employees do not allow "spare
> time": all ideas and programs that you write are the intellectual
> property of the company, regardless of whether it happened during office
> hours.  But there are "lots of" people who cheat on that.

  That must be an American invention.  Over here in Europe, I even think
  such contracts are illegal at the EU level.  Then there are students, who
  frequently earn money on the side and do all kinds of weird stuff in
  exchange for whatever passes for recognition.  But there is no doubt that
  well-funded work flows better than un-funded work.

///
From: Robert STRANDH
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <6wlmjokhug.fsf@serveur2-1.labri.u-bordeaux.fr>
Christopher Stacy <······@spacy.Boston.MA.US> writes:

> >>>>> On Sat, 08 Sep 2001 22:39:22 GMT, Erik Naggum ("Erik") writes:
> 
> Typically, the contracts of full-time employees do not allow "spare time":
> all ideas and programs that you write are the intellectual property of
> the company, regardless of whether it happened during office hours.

I know that's the case in the US, but is it also the case in the rest of
the world? 

In fact, in the US, it can be even worse.  I was once asked to sign a
contract that stated that all ideas I had and all programs I wrote
would be the intellectual property of the company EVEN AFTER THE
EMPLOYMENT ENDED and with no limit.  I would essentially be an
intellectual slave for the rest of my life.  I refused to sign, but
all the other employees had already signed.

-- 
Robert Strandh

---------------------------------------------------------------------
Greenspun's Tenth Rule of Programming: any sufficiently complicated C
or Fortran program contains an ad hoc informally-specified bug-ridden
slow implementation of half of Common Lisp.
---------------------------------------------------------------------
From: Srini
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3B9B8F79.CFBBB7E1@lucent.com>
Robert STRANDH wrote:

> In fact, in the US, it can be even worse.  I was once asked to sign a
> contract that stated that all ideas I had and all programs I wrote
> would be the intellectual property of the company EVEN AFTER THE
> EMPLOYMENT ENDED and with no limit.  I would essentially be an
> intellectual slave for the rest of my life.  I refused to sign, but
> all the other employees had already signed.

Is this contract enforcible in US courts? It looks like unconstitutional.

Srini
From: Srini
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3B9B8F93.2870EF44@lucent.com>
Robert STRANDH wrote:

> In fact, in the US, it can be even worse.  I was once asked to sign a
> contract that stated that all ideas I had and all programs I wrote
> would be the intellectual property of the company EVEN AFTER THE
> EMPLOYMENT ENDED and with no limit.  I would essentially be an
> intellectual slave for the rest of my life.  I refused to sign, but
> all the other employees had already signed.

Is this contract enforcible in US courts? It looks like unconstitutional.

Srini
From: Frank A. Adrian
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <K2Nm7.1165$Sp5.117851@news.uswest.net>
Srini wrote:

> 
> 
> Robert STRANDH wrote:
> 
>> In fact, in the US, it can be even worse.  I was once asked to sign a
>> contract that stated that all ideas I had and all programs I wrote
>> would be the intellectual property of the company EVEN AFTER THE
>> EMPLOYMENT ENDED and with no limit.  I would essentially be an
>> intellectual slave for the rest of my life.  I refused to sign, but
>> all the other employees had already signed.
> 
> Is this contract enforcible in US courts? It looks like unconstitutional.

IANAL, but it almost certainly is uneforceable.  In fact, most company's 
employment agreements here in the states are overly broad.  Of course, 
since most of the cases never go to court, the point is somewhat moot.  The 
companies want a big stick in the offhand case that an employee starts his 
own business that competes with his original employer or acts as a drain on 
the employers' minions or customers.

As long as one is careful to make sure that (for the most part) the 
original company's resources aren't being used to create the new business 
and you don't start raiding the original company's employees or customers, 
everyone looks the other way.  And watch out going to work for a competitor 
(though, usually, the company sues the other company, not you - deeper 
pockets, ya know :).

As with most things legal, there are horror stories but, usually, these are 
quite rare.  In short, you sign these things to get the job and they are 
almost always ignored.

faa
From: Ingvar Mattsson
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <873d5t3ixn.fsf@gruk.tech.ensign.ftech.net>
Christopher Stacy <······@spacy.Boston.MA.US> writes:

> >>>>> On Sat, 08 Sep 2001 22:39:22 GMT, Erik Naggum ("Erik") writes:
> 
>  Erik> * Christopher Stacy <······@spacy.Boston.MA.US>
>  >> I have done this myself, but on the whole, I bet that only a very few
>  >> self-employed people have contributed relatively little free software.
> 
>  Erik>   I am not just referring to self-employed contributors, but people who
>  Erik>   work on something in their spare time.  There are lots of those, but it
>  Erik>   is hard to measure how much they have contributed, of course.
> 
> Typically, the contracts of full-time employees do not allow "spare time":
> all ideas and programs that you write are the intellectual property of
> the company, regardless of whether it happened during office hours.
> But there are "lots of" people who cheat on that.

That depends A Lot on where you are in the world. The closest I've
been to that is "things you develop during your office hours is ours,
whether it's made on your or our boxen. Things made outside of office
hours is yours, whether it's made on your or our boxen. Try not to do
stuff on our boxen on your spare time.".

//Ingvar
-- 
When C++ is your hammer, everything looks like a thumb
	Latest 
From: Tim Bradshaw
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <nkj4rqffg92.fsf@davros.tardis.ed.ac.uk>
Bulent Murtezaoglu <··@acm.org> writes:

> 
> -- Let's assume Janos Blazi is not an idiot.  The issue becomes more
> interesting.  Why would a reasonable person expect all the things he's
> asking about to be available for free?  
> 

We've just been through a huge bubble where everyone threw money at
anything vaguely high-tech.  One of the side-effects of this is that
there has been so much money floating around that people in the right
industries didn't really have to do any work, or not work they got
paid for.  So they started doing other stuff at random, like churning
out software for free.  They even started inventing reasons why free
software was economically viable, based ultimately on their experience
of all this huge money they had to wade through all the time.

In this environment it became perfectly reasonable to expect software
to be free. After all major operating systems got written and given
away for free: an economy which can sustain that kind of effort can be
expected to throw out all sorts of other goodies.

Unfortunately the hype was all lies: the productivity improvements
aren't really there after all, annual growth hasn't gone up by 4%, the
internet isn't going to permanently change the world.  No one really
seems to have noticed yet, I guess because none of the really visible
Free software conmpanies has gone under yet (I wonder what the future
holds for Red Hat, or VA Linux though).

--tim
From: Gavin E. Mendel-Gleason
Subject: Free software (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <m34rqfv392.fsf_-_@xerxes.jacobian.net>
I want to preface this message with the qualification that I want 
to be in no way associated with the specific comments made by 
Janos Blazi, or any of the people who happened to respond to his original 
comment.  The thread just happened to get me in the mood to write a 
diatribe.  

With that out of the way...

There is a notable level of intolerance in this news group to the 
idea of free software.  Free software can of course mean many 
different things so it may be best to clarify what I'm talking about by 
making a concise set of ostensive definitions.  

1. "gratis" I will use meaning without pay, and freely distributable.  
There are of course sub levels of this class which people can argue 
endlessly about, but I will choose to ignore here.  I personally tend 
to favor those approaches that are not vectors for the infection of 
associated software (hah! flame bait!). 

2. "free" as in beer.  I don't have to pay for it for whatever reason
even though it is not freely redistributable.  This may include 
special dispensation for educational purposes of a program distributed by 
a proprietor or use of proprietary software by an individual who is not 
attempting to make a profit. 

3. "proprietary" meaning of course that there is a proprietor involved. 

4. "open source" which will be used to denote all types of software 
including "free", "gratis" and "proprietary", but which has the source 
available (which may be in obtained by license in the case of proprietary 
software). 

The above terms will be used without quotes in the following text:

Developed countries are named as such for a good reason.  They have a 
large set of resources that are at the disposal of the individual.  Every 
time you use the telephone you make use of a huge amount of capital that 
required years of person-effort to put into place and continues to require 
constant maintenance.  Every time you use the freeway you are taking 
advantage of a shared resource.  The sewer systems are used constantly by 
you, and you benefit tremendously, in a way that you can hardly appreciate 
until you have been somewhere that does not have the convenience of sewer 
systems.  All of these benefits of development of shared resources make 
life easier to enjoy, and generally makes things more copasetic. 
  
The software world presents a unique set of constraints on those things 
that are possible to achieve that are capable of aiding in the general welfare.  
The software world allows one to use the results of hundreds of hours of 
person-labor with basically NO DIRECT COST to any other individual using 
the resource.  This is a very peculiar case of an almost perfect 
non-exclusive shared resource.  Its only caveat being the amount of 
energy necessary for the operation of execution and copying of the 
said resource, which is damn near 0. 

Software doesn't even require maintenance in the same sense as most resources. 
Maintenance in the software world means either fixing basic problems of design, 
making extensions that did not previously exist, or altering the program to 
continue working with dependent programs which are themselves in flux. 

Even more bizarre, the overhead for creation of software is basically the cost 
of the computer, the energy cost to run it, and whatever time the individual 
decides to put into it.  This is very much unlike the resources of the physical 
realm that we have built our concepts (and systems) of economy around. 

This presents possibilities for the creation of shared resources that make the 
aqueducts of Rome look silly.  All that is required are volunteers. These of course 
can can be obtained by promising the spoils of war, glory and fame. 

Free software resources have tended in recent years to be much more useful and much 
more stable then the crap that we tend to get from the proprietors.  This is not 
so much true in the case of lisp which has really incredibly well written software 
for sale, but you don't have to look far beyond the special case of lisp compilers 
to find this.  Just look at things like VSS, Rational Clear Quest, Rational Rose, 
(is there even an editor worth mentioning here?).  I'm sure others can add to this 
list of crappy but very expensive software.

The other advantage of free software is that it is open source.  In recent years 
(when did this start?  Early 80's?) the programmer has been totally screwed by 
proprietors in that we never expect to get the source code for the software that 
we are using.  The costs of the omission of source code are manifold, and I will 
list some problems that come to immediately to my mind below: 

1.  Lack of a common body of knowledge.  (or "Where is our Shakespeare?")

How can you expect to be literate if you never read?  I've only read common lisp 
written by maybe a dozen or so programmers.  I've only ever studied code written 
by perhaps 6.  If I had only read 6 English authors, I would have had to have 
dropped out of Elementary school.  This is a major problem with the current ethos. 

2.  Inflexibility in the face of immediate market demands. 

If I rely on some proprietary piece of code for which I do not have the code and 
I find that there is an immediate need to fix some behavior about that piece of 
code, then I should be able to devote resources to the solution.  Waiting for 
the vendor to fix it is not always a viable option.  The may not even care.  And 
if they do they may not find it as critical to act on a particular time schedule. 
SOOOO because they didn't give me the source, I've gotten a piece of software that
may turn out to be worse then useless to me.  I've invested my effort in it, and 
now it is failing in a manner that I'm unable to repair. 

3.  General improvement of welfare. 

If there is a large body of code that everyone can use as infrastructure, and that 
the programmer can assume exists in all circumstances, both because they don't pay 
for it directly and because it is pervasive, then all sorts of benefits arise.  
People have to reinvent code much less often.  Infrastructure can be made more 
robust.  More difficult problems can be conquered, as the programmer is freed 
from thinking about low level details.  These all might seem like pie in the sky
ideals but I believe they actually have some incarnation in the free *nix's that have 
fruited in the last 10 years, and Emacs certainly has a place in my heart. 

The first two advantages are not the exclusive domain of free software but are 
really the result of open source.  Open source has not been taken seriously by 
vendors, and so has caused a backlash against all proprietary software because 
many are not willing to give up their source.  I believe this is an ill conceived 
form of insanity, that only makes "gratis" software look all the more appealing.  

I'm more then a little bit peeved at vendors in general for not distributing their 
source with their applications regardless of whether or not it is proprietary.  
Those that do, and charge hefty fees for the source are only marginally better, 
but at least one has options.  

I'm not in any way opposed to selling software, that is how I make my paycheck, 
what I'm opposed to is an irrational fear of something that is likely to benifit 
everyone.

"You've been listn'n on the eeeeeeasssy lisp'n station... thanks for tuning in folks."

	Gavin


-- 
Gavin E. Mendel-Gleason 
(let ((e-mail-address ·········@VGIHKRR.TKZ"))(loop with new-string = (make-string (length e-mail-address))
for count from 0 to (1- (length e-mail-address)) for char-code = (char-code (aref e-mail-address count))
for new-char-code = (if (and (> char-code 64)(< char-code 123))(+ (mod (+ 13 char-code) 52) 65) char-code) 
do (setf (aref new-string count) (code-char new-char-code)) finally (return new-string)))
From: Kent M Pitman
Subject: Re: Free software (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <sfw8zfqsvnt.fsf@world.std.com>
········@pacbell.net (Gavin E. Mendel-Gleason) writes:

> With that out of the way...
> 
> There is a notable level of intolerance in this news group to the 
> idea of free software.

Nonsense.

There is a notable level of intolerance in this newsgroup for the idea
that "free software" is a panacea or should be used for everything.

This community is full of free software.

The most extreme views have probably been taken by me when I've gone so far
as to indicate that sometimes there is financial/commercial injruy done by
the release of free software.  I think this is undeniably true.  The only
question is whether such harm is inappropriate, and we have discussed that
at length.  I'd personally like not to rehash that and do not mean this
simple statement of mine to reopen that door.

There have from time to time been people passing through here who have 
suggested people here should "give more stuff away".  It is only in response
to that movement that I have occasionally gotten into my anti-"give more
stuff away" mode, to establish some balance.  Whether to give things away
or not should be something one does as the result of serious thought, not 
as the result of some kind of peer pressure that says you're not cool if you
decide to charge money.  The decision of how to make the books balance between
one's contributions to the world and the money one receives back is a personal
choice and ought not be dictated by otehrs.  It also ought not be entered
into lightly because it has far-reaching consequences later in life; it is
much easier to give something away later than to undo the giving away of
something that could have brought you revenue to care for you if you are
injured or sick.  However warm and fuzzy the free software folks are, they
do not insure you against hardship, catatrophe, downturns in the job market,
sickness, and other things where you might be able to use real hard cash for
things that you have spent real hard hours building.  

[Much unnecessary text justifying the virtues of free software to society
 omitted.  No one is challenging that.]

> I'm more then a little bit peeved at vendors in general for not
> distributing their source with their applications regardless of
> whether or not it is proprietary.  Those that do, and charge hefty
> fees for the source are only marginally better, but at least one has
> options.

That is wholly their right.  They made the software.  They are under no
obligation to have even done that.  By what authority are you entitled to
expect not only that they would make something, but that they would do so
on your terms?

It is fine to decide for yourself that YOU will give out free software.
It is quite another, and laughable to apply the term "free" (as in "liberty")
in this context, to assert that others MUST do the same.

You are, of course, "free" to get upset at anything you like.  Even that
2+2=4.  I'm not sure what good it will do you, though.

There are some strong commercial arguments for NOT sending out software
sources with software distributions.  As with all things, there are two
sides to that issue and people will counter-argue.  But such counter-arguments
do not negate the strong arguments for not distibution the sources.  They
just mean there are multiple, non-cancelling issues for each vendor to 
balance in deciding which way to go and that legitimate decisions can be
made, according to context and choice, in both directions.

> I'm not in any way opposed to selling software, that is how I make
> my paycheck, what I'm opposed to is an irrational fear of something
> that is likely to benifit everyone.

That is not at all clear.  Nor have you demonstrated irrationality.

CLEARLY, as you have argued, access to the sources adds value to some
customers.  (I might even argue not to all, since some customers would
just shoot themselves in the foot.  The last thing my mother needs is
access to the Macintosh sources to help her get along with her Mac.
And while some programmers are competent to do so, even some other
programmers are better off not tinkering.  Since the vendor will
receive the support call, it is up to them to decide if it's a
money-making opportunity or a nuisance, not to you.)  Nevertheless,
markets normally charge more for more value, and it's not "irrational"
to adopt such a model even if you have a different model.  People
disagree on all kinds of market models and that doesn't make one camp
"irrational" and one camp "rational"; it demonstrates that people have
strongly held legitimate beliefs in various ways.  It further is the
case that no single solution is probably uniformly right in all
circumstances, so every attempt to do "proof by example" without
examining other factors that we probably don't have an exact science
for enumerating is probably a waste of breath.

It is also not irrational, even if it might not be your personal strategy,
to adopt a model that customers are better guided in their use of a facility
by a manual than by playing inside.  You might think yourself competent 
to look inside, but you are not the only one who is likely to get sued if
you go inside and the vendor has approved such.  There is an ongoing push
for commercial accountability, and as a vendor I'm simply not willing
to be accuountable for what people do when looking at the sources.  
Your mileage may vary.

As a general meta-ruule, calling a debate partner "irrational" is not a
way to win friends and influence people.  I do not begin by an assumption
that the free software people are irrational; I would appreciate the same
courtesy in return.
From: Gavin E. Mendel-Gleason
Subject: Re: Free software (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <m3n146sx95.fsf@xerxes.jacobian.net>
Kent M Pitman <······@world.std.com> writes:
 
> That is wholly their right.  They made the software.  They are under no
> obligation to have even done that.  By what authority are you entitled to
> expect not only that they would make something, but that they would do so
> on your terms?
> 
> It is fine to decide for yourself that YOU will give out free software.
> It is quite another, and laughable to apply the term "free" (as in "liberty")
> in this context, to assert that others MUST do the same.
> 
> You are, of course, "free" to get upset at anything you like.  Even that
> 2+2=4.  I'm not sure what good it will do you, though.

I'm not sure that I can make a whole lot of difference in terms of changing 
peoples perceptions of 2+2=4, so I'll leave that one alone.  

However, there is a market culture that has developed around the software 
industry that posits that open source software is something that is only to 
be thought of as a possibility in extreme circumstances.   This is a sort of 
"mass consent" much like any other culture.  I'm trying to raise awareness 
as to the possibilities of another possible market culture.  One in which 
getting the source for your application is much more likely. 

I do feel I have the right to be demand this as a consumer of products.  I 
feel I have this right in the same way that I feel I have the right to demand 
that I be able to purchase a car that has good gas mileage.  If there is no 
customer demand, then there is nothing to drive expectations.   
 
> There are some strong commercial arguments for NOT sending out software
> sources with software distributions.  As with all things, there are two
> sides to that issue and people will counter-argue.  But such counter-arguments
> do not negate the strong arguments for not distribution the sources.  They
> just mean there are multiple, non-canceling issues for each vendor to 
> balance in deciding which way to go and that legitimate decisions can be
> made, according to context and choice, in both directions.

I realize that there are strong and reasonable arguments for keeping sources 
closed.  I do not however want to gloss over this issue.  I left it out for 
the sake of brevity in my previous post.  

Backward compatibility is most often sited as one of the major problems with 
releasing the source to your product.  In so doing you are making absolutely 
no guarantees about what will remain a static interface and what will not. 
This is definitely a problem if the code is likely to evolve.  

While not releasing the source may avoid this issue entirely, it is a rather 
extreme solution.  In lisp it would be easy to have the convention that packages 
would designate the boundaries based on what is an external and what is an 
internal symbol.

Emacs has managed to give away its source and support massive extensibility 
and it has not collapsed under the weight of backward compatibility.  

Open source may not be the only model that gives extensibility though.  It is 
simply the most obvious, especially when coming from a *nix/c/windows world.  
It may be that an appropriate solution to the overly static nature of applications 
is to make them programming languages themselves.  Lisp of course is well 
suited to deliver in this area.  

> > I'm not in any way opposed to selling software, that is how I make
> > my paycheck, what I'm opposed to is an irrational fear of something
> > that is likely to benefit everyone.

[ some omissions ...]

> As a general meta-ruule, calling a debate partner "irrational" is not a
> way to win friends and influence people.  I do not begin by an assumption
> that the free software people are irrational; I would appreciate the same
> courtesy in return.

It is irrational to me until it is rationalized.  What I was actually attempting 
to do, is illicit a rational description of the opposing side, rather than an 
offhand statement.  I was not attempting to make an argument ad hominem.

	Gavin

-- 
Gavin E. Mendel-Gleason 
(let ((e-mail-address ·········@VGIHKRR.TKZ"))(loop with new-string = (make-string (length e-mail-address))
for count from 0 to (1- (length e-mail-address)) for char-code = (char-code (aref e-mail-address count))
for new-char-code = (if (and (> char-code 64)(< char-code 123))(+ (mod (+ 13 char-code) 52) 65) char-code) 
do (setf (aref new-string count) (code-char new-char-code)) finally (return new-string)))
From: Erik Naggum
Subject: Re: Free software (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <3208931568084195@naggum.net>
* ········@pacbell.net (Gavin E. Mendel-Gleason)
> I do feel I have the right to be demand this as a consumer of products.

  Do you also feel you have the right to get the source material for movies
  you see?  Actors learn to act based on published plays, which is source
  code for the stage performance, and playwrights learn to write new ones
  based on how old ones were written.  This is undoubtedly useful within
  the profession, but as a _consumer_?  The Free Software movement is also
  directed towards developers, not consumers.  My interest and investment
  in Free Software has been to advance education.  My acquisition editor at
  Prentice Hall told me that good authors have read at least 1000 times
  more than he publishes, and that the actual published book is often no
  more than a fifth of the volume of the text that has been written on it.

> I feel I have this right in the same way that I feel I have the right to
> demand that I be able to purchase a car that has good gas mileage.

  But do you demand the schematics and engineering documentation on the car?

> While not releasing the source may avoid this issue entirely, it is a
> rather extreme solution.  In lisp it would be easy to have the convention
> that packages would designate the boundaries based on what is an external
> and what is an internal symbol.

  Or you could publish the source code for exported packages.  Allegro CL
  comes with (well, you have to sign a license and send it in, but it is
  cost-free) sources to the Common Lisp package.  You can actually get a
  lot of customizations in there, and it does not change much from release
  to release, either.

> Emacs has managed to give away its source and support massive
> extensibility and it has not collapsed under the weight of backward
> compatibility.

  That is not _quite_ true.  For those of us who have worked on Emacs for a
  good number of years, the inability to separate internal from external
  symbols and functionality has always been a source of problems.  Users
  depend on bugs, implementation quirks, and information they should not
  have needed and whent they get it, could only misuse.  Most of my gripes
  with Emacs come from its lack of commitment to a specification -- that
  is, people add stuff all the time without consideration for a planned
  design, and backward compatibility problems set in as soon as it has been
  released: reversing a bad design decision in Emacs is nigh impossible.

> Open source may not be the only model that gives extensibility though.
> It is simply the most obvious, especially when coming from a
> *nix/c/windows world.

  This is odd to hear.  The Unix world has had scripting languages forever,
  and those are essentially "half-open source": You get source access to
  all the scripts, and you can extend the system freely with scripts that
  tie well into the functions-on-disk (executables) that are designed to be
  building blocks.  Unix has taught users to expect parts of their system
  to be _in_ source form.  Take Perl (please! :), which excellently shows
  this point.  Few people venture into the Perl sources itself, but lots of
  people deal with other people's Perl code.

> It may be that an appropriate solution to the overly static nature of
> applications is to make them programming languages themselves.  Lisp of
> course is well suited to deliver in this area.

  Precisely, and that is why I think Open Source in the Common Lisp world
  is a very different beast from what it has to mean in th Closed Source
  world.  In effect, Common Lisp is already half-open by virtue of its
  retention of source-level information in the compiled system.

///
From: Kalle Olavi Niemitalo
Subject: exported package (was Re: Free software)
Date: 
Message-ID: <8766atq0j6.fsf_-_@Astalo.y2000.kon.iki.fi>
Erik Naggum <····@naggum.net> writes:

>   Or you could publish the source code for exported packages.

What is an exported package?
Can a Common Lisp program export a package?
From: Erik Naggum
Subject: Re: exported package (was Re: Free software)
Date: 
Message-ID: <3208959625340667@naggum.net>
* Kalle Olavi Niemitalo <···@iki.fi>
> What is an exported package?

  A package documented with its exported symbols and intended for others to
  use.  Any serious implementation will need housekeeping or internal
  packages that they do not publish any documentation for.

> Can a Common Lisp program export a package?

  No, but a vendor can choose to document and tell you about a package, or
  choose to withhold such information.

///
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208854140355067@naggum.net>
* Tim Bradshaw <···@tfeb.org>
> We've just been through a huge bubble where everyone threw money at
> anything vaguely high-tech.  One of the side-effects of this is that
> there has been so much money floating around that people in the right
> industries didn't really have to do any work, or not work they got paid
> for.  So they started doing other stuff at random, like churning out
> software for free.  They even started inventing reasons why free software
> was economically viable, based ultimately on their experience of all this
> huge money they had to wade through all the time.

  Interesting analysis.  I think there is an additional issue involved:
  marketing.  Businesses give a way freebies all the time and pay for this
  over their markting budgets.  A lot of free software is simply marketing
  for some "ulterior motive", such as is consulting, books, speeches, etc,
  and as such it might even work, if you can get the volume and excitement
  up about something.  This is not relevant in the "hobbyist" end of the
  spectrum, obviously.  Other than that, there is the obvious "preempt the
  whole market so nobody else can get in"-approach where a company gives
  away stuff for free to hurt their known and unknown competition.  I am
  strongly negative to this type of "free" software.

  I think the problem with free software has become the expectations among
  users that they should be able to make loads of money using free tools.
  It is therefore appropriate that those who build on free tools also give
  away the results, and those who pay for their tools charge for theirs.
  But as has always been the case, even when you got system software "for
  free" with some hardware, whether you get source code with a product is
  orthogonal to whether you can redistribute the product or the source or
  talk to people about it who do not have a proper license.  I am annoyed
  that the open source/free software communities have attempted to destroy
  this very important distinction.

///
From: Espen Vestre
Subject: the times they are a'changing
Date: 
Message-ID: <w6g09z8be7.fsf_-_@wallace.ws.nextra.no>
Tim Bradshaw <···@tfeb.org> writes:

> the internet isn't going to permanently change the world. 

of course it is. It's just that it takes time. I never - even during
the worst .com hype - really understood why people were talking about
the rapid technical development. OK, the widespread use of internet
was growing fast. OK, processors get faster all the time. But
_software_ grows very, very slowly. And even developing internet
access methods grows very, very slowly. Where I live, xDSL isn't yet
an option. So my best option is to use ISDN dialup with a Cisco
router, just like I did 5 years ago when I developed the software
infrastructure of my employer for provisioning the internet-over-ISDN
service to the mass market.

But that doesn't mean that it's not going to permanently change the
world. It already has.
-- 
  (espen)
From: Peter Wood
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <80zo87ks53.fsf@localhost.localdomain>
Tim Bradshaw <···@tfeb.org> writes:

> the internet isn't going to permanently change the world.

It already has.

Peter
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9nbb15$51s$0@216.39.145.192>
On 7 Sep 2001, Tim Bradshaw wrote:

> Bulent Murtezaoglu <··@acm.org> writes:
> 
> > 
> > -- Let's assume Janos Blazi is not an idiot.  The issue becomes more
> > interesting.  Why would a reasonable person expect all the things he's
> > asking about to be available for free?  
> > 
> 
> We've just been through a huge bubble where everyone threw money at
> anything vaguely high-tech.  One of the side-effects of this is that
> there has been so much money floating around that people in the right
> industries didn't really have to do any work, or not work they got
> paid for.  So they started doing other stuff at random, like churning
> out software for free.  They even started inventing reasons why free

Interesting theory, but it seems to have a couple of weaknesses.  First,
with all that money floating around, you'd think that for-pay software
would have a great shot too, perhaps even an advantage.  After all, for a
great many corporate applications, the cost of software is down in the
noise.

Second, I'd like to see an example of *one* piece of software that was
written by someone who should have actually been doing something else at
his high-paying, new economy job.  Plenty of free software got written by
people who were trying to solve a problem and decided to share, but you
seem to be suggesting a different scenario.

> Unfortunately the hype was all lies: the productivity improvements
> aren't really there after all, annual growth hasn't gone up by 4%, the
> internet isn't going to permanently change the world.  No one really
> seems to have noticed yet, I guess because none of the really visible
> Free software conmpanies has gone under yet (I wonder what the future
> holds for Red Hat, or VA Linux though).

Lots of companies aren't doing so well; does that spell the end for
commercial software and hardware?

To return to Lisp for a second... I personally think that Free Lisp
software -- both implementations and applications -- are important because
it allows future engineers, managers and decision makers i.e., students,
an opportunity to be exposed to The Lisp Way and to use it for real
applications.  IMHO the most exciting things going on in the Lisp world
right now are in the free software realm.

 Tim
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208894128011321@naggum.net>
* Tim Moore <·····@herschel.bricoworks.com>
> To return to Lisp for a second...  I personally think that Free Lisp
> software -- both implementations and applications -- are important
> because it allows future engineers, managers and decision makers i.e.,
> students, an opportunity to be exposed to The Lisp Way and to use it for
> real applications.  IMHO the most exciting things going on in the Lisp
> world right now are in the free software realm.

  Why is it not sufficient to get your hands on cost-free or extremely
  inexpensive commercial Common Lisp implementations?

///
From: Thomas F. Burdick
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <xcv66auzgln.fsf@apocalypse.OCF.Berkeley.EDU>
Erik Naggum <····@naggum.net> writes:

> * Tim Moore <·····@herschel.bricoworks.com>
> > To return to Lisp for a second...  I personally think that Free Lisp
> > software -- both implementations and applications -- are important
> > because it allows future engineers, managers and decision makers i.e.,
> > students, an opportunity to be exposed to The Lisp Way and to use it for
> > real applications.  IMHO the most exciting things going on in the Lisp
> > world right now are in the free software realm.
> 
>   Why is it not sufficient to get your hands on cost-free or extremely
>   inexpensive commercial Common Lisp implementations?

Well, take a project that I'm working (slowly) on as an example.  A
friend and I are adding scheduler activations (an approach to
scheduling/multiprocessing that uses significantly different
abstractions than threads, but on which threads can be better
implemented) to the Linux kernel.  Once we're done with that, I'm
planning on adding activation-based multiprocessing to SBCL.  It's not
really the (lack of) cost that's important for us with these projects:
if a copy of Linux and SBCL each cost $100, that'd be within my/our
means.  What's important is to have complete sources to the system, to
be able to modify them, and to be able to distribute the changes (the
last one isn't *strictly* necessary -- we could still write papers
about stuff we couldn't distribute, but that would feel rather
anti-climactic and would be fairly disheartening to spend that much
work on something we couldn't share).

For those of us interested in lowdown, systems-level stuff, it's
important to have Free Software systems, because I'm not about to
implement an entire CL system just to add multiprocessing to it
(though I might like to for other reasons, if I had the time...)
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208897570650919@naggum.net>
* ···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick)
> For those of us interested in lowdown, systems-level stuff, it's
> important to have Free Software systems, because I'm not about to
> implement an entire CL system just to add multiprocessing to it (though I
> might like to for other reasons, if I had the time...)

  I think you should work with the vendors on this.  It is pretty amazing
  what you can do and get done if you are willing to _talk_ to people who
  own the rights to things.  By and large, just because someone does not
  give _everybody_ source access does not mean they give nobody source
  access and let them play with their system.  I find it disheartening to
  see that so many people confuse so many of the issues in source access,
  redistribution, educational values, etc.  There are tradeoffs here that
  are not necessarily optimal in only one of the available options.

///
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9nbofo$9av$0@216.39.145.192>
On Fri, 7 Sep 2001, Erik Naggum wrote:

> * Tim Moore <·····@herschel.bricoworks.com>
> > To return to Lisp for a second...  I personally think that Free Lisp
> > software -- both implementations and applications -- are important
> > because it allows future engineers, managers and decision makers i.e.,
> > students, an opportunity to be exposed to The Lisp Way and to use it for
> > real applications.  IMHO the most exciting things going on in the Lisp
> > world right now are in the free software realm.
> 
>   Why is it not sufficient to get your hands on cost-free or extremely
>   inexpensive commercial Common Lisp implementations?

Lack of source code.  Since I'm persuing the pedegogical angle here, I
consider that to be important, both to teach how Lisp works and for style
examples.

Most if not all free commercial implementations that I know of are
crippled in some way.  Maybe that doesn't matter in all those "Common Lisp
for Dummies" classes or for someone just noodling around, but it quickly
becomes onerous for someone with ambitious plans and certainly appears
unattractive vis a vis the alternatives (C, C++, Python, Smalltalk, Java...)

Tim
From: Bulent Murtezaoglu
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <87ae06lc9y.fsf@nkapi.internal>
>>>>> "TM" == Tim Moore <·····@herschel.bricoworks.com> writes:
    TM> On Fri, 7 Sep 2001, Erik Naggum wrote:
[...]
    >> Why is it not sufficient to get your hands on cost-free or
    >> extremely inexpensive commercial Common Lisp implementations?

    TM> Lack of source code.  Since I'm persuing the pedegogical angle
    TM> here, I consider that to be important, both to teach how Lisp
    TM> works and for style examples.

Sorry, I don't buy this.  I have been using C for about 12 years
now, I never once had the need to look at the innards of my compiler.
I have learned from source code, for sure, but that was not the source
code of my development environment.  If people want to look at source
code, there are plenty of examples available.  PAIP is equivalent to
if not better than Stevens' or AT&T folks' books on C for clearly
explained source code.  Several large systems are available in source
form (Garnet, ACL2, LISA etc.) and PCL comes with the excellent AMOP
book. (apologies to people whose work I cannot remember right now).
If people wnt to see Lisp source, plenty of non-toy examples are 
available.  

If you count Corman Lisp as a commercial Lisp, let me point out that
it comes with the source also.  

I think Erik was asking a rhetorical question.  There absolutely is no
reason why someone cannot use commercial lisps to teach.  When I was 
in school we had both KCL (with source) and Allegro installed and 
maintained.  Guess which one people used when they were learning?

    TM> Most if not all free commercial implementations that I know of
    TM> are crippled in some way.  

Yes.  Though we do not know how the vendors behave when teachers approach 
them with legitimate reasons for removing these restrictions.  

    TM> Maybe that doesn't matter in all
    TM> those "Common Lisp for Dummies" classes or for someone just
    TM> noodling around, 

Do those exist?  I think dummies would go for something else.

    TM> but it quickly becomes onerous for someone
    TM> with ambitious plans and certainly appears unattractive vis a
    TM> vis the alternatives (C, C++, Python, Smalltalk, Java...)

If they have ambitious plans that require tweaking the guts of the
compiler or 'free' software for ideological reasons, they can handle
the switchover to CMUCL on Unix or (if you count it as free) Corman on
Windows.  I don't think Clisp is that much slower than Perl or Python
so that is another possibility for Windows.  Perhaps they have some
money for those ambitious plans and can shell out the money for a
student version of LispWorks (which is non-crippled) for $699.

What exactly were we talking about in this thread, BTW?  I completely 
lost track (but won't waste already typed prose and post anyway, sorry!).

cheers,

BM
From: Thomas F. Burdick
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <xcv66auwgc1.fsf@famine.OCF.Berkeley.EDU>
Bulent Murtezaoglu <··@acm.org> writes:

> I don't think Clisp is that much slower than Perl or Python so that
> is another possibility for Windows.

FWIW, in my experience (on Linux, FreeBSD, and Solaris), CLISP beats
Perl both for loading and execution speed.  Yeah, it's slow for a
Common Lisp.  But slow for CL means fast for a lot of languages.
That's part of why I like it so much as an implementation -- it's
massively portable and still fast enough for most all purposes.
From: Software Scavenger
Subject: speed quirks (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <a6789134.0109081159.6942629e@posting.google.com>
···@famine.OCF.Berkeley.EDU (Thomas F. Burdick) wrote in message news:<···············@famine.OCF.Berkeley.EDU>...

> FWIW, in my experience (on Linux, FreeBSD, and Solaris), CLISP beats
> Perl both for loading and execution speed.  Yeah, it's slow for a
> Common Lisp.  But slow for CL means fast for a lot of languages.
> That's part of why I like it so much as an implementation -- it's
> massively portable and still fast enough for most all purposes.

The trouble with speed quirks is not only that they slow down your
program but also that they encourage you to find alternative ways to
implement something than the otherwise best way.  Clisp seems to have
some fairly dramatic speed quirks, such that you can write a short
code snippet to show a speed difference of approximately two orders of
magnitude between it and the main commercial Lisps.  Of course there's
a lot less speed difference for most programs, but it's the quirks
that get your attention.  They're hard to ignore, like a spider on
your computer monitor is hard to ignore.
From: Thomas F. Burdick
Subject: Re: speed quirks (was Re: Where's your Lisp software, Janos Blazi?)
Date: 
Message-ID: <xcvitetf36k.fsf@famine.OCF.Berkeley.EDU>
··········@mailandnews.com (Software Scavenger) writes:

> ···@famine.OCF.Berkeley.EDU (Thomas F. Burdick) wrote in message news:<···············@famine.OCF.Berkeley.EDU>...
> 
> > FWIW, in my experience (on Linux, FreeBSD, and Solaris), CLISP beats
> > Perl both for loading and execution speed.  Yeah, it's slow for a
> > Common Lisp.  But slow for CL means fast for a lot of languages.
> > That's part of why I like it so much as an implementation -- it's
> > massively portable and still fast enough for most all purposes.
> 
> The trouble with speed quirks is not only that they slow down your
> program but also that they encourage you to find alternative ways to
> implement something than the otherwise best way.  Clisp seems to have
> some fairly dramatic speed quirks, such that you can write a short
> code snippet to show a speed difference of approximately two orders of
> magnitude between it and the main commercial Lisps.  Of course there's
> a lot less speed difference for most programs, but it's the quirks
> that get your attention.  They're hard to ignore, like a spider on
> your computer monitor is hard to ignore.

I don't get the problem ... write your code assuming it'll be fast
enough.  This assumption holds the vast majority of the time.  When it
doesn't, profile and do targeted optimizations, like always.
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9ncg0j$d8b$0@216.39.145.192>
On Sat, 8 Sep 2001, Bulent Murtezaoglu wrote:

> >>>>> "TM" == Tim Moore <·····@herschel.bricoworks.com> writes:
>     TM> On Fri, 7 Sep 2001, Erik Naggum wrote:
> [...]
>     >> Why is it not sufficient to get your hands on cost-free or
>     >> extremely inexpensive commercial Common Lisp implementations?
> 
>     TM> Lack of source code.  Since I'm persuing the pedegogical angle
>     TM> here, I consider that to be important, both to teach how Lisp
>     TM> works and for style examples.
> 
> Sorry, I don't buy this.  I have been using C for about 12 years
> now, I never once had the need to look at the innards of my compiler.
As a student, wouldn't it have been instructive to be able to do so, at
least for the C library if not the compiler?

> I have learned from source code, for sure, but that was not the source
> code of my development environment.  If people want to look at source
> code, there are plenty of examples available.  PAIP is equivalent to
> if not better than Stevens' or AT&T folks' books on C for clearly
> explained source code.  Several large systems are available in source

PAIP has good source code examples for a certain class of problems.  It
touches on Lisp implementation, but nothing compares to having the source
to running code and even better, having source that can be rebuilt with
local modifications.

Stevens acquired the understanding he needed to write his fabulous books
by.... reading the source code!

> form (Garnet, ACL2, LISA etc.) and PCL comes with the excellent AMOP
> book. (apologies to people whose work I cannot remember right now).

Hmm, PCL, sounds like the source to Lisp implementation to me.

> If people wnt to see Lisp source, plenty of non-toy examples are 
> available.  
> 
> If you count Corman Lisp as a commercial Lisp, let me point out that
> it comes with the source also.  

I didn't know that!  Cool.
> 
>     TM> Maybe that doesn't matter in all
>     TM> those "Common Lisp for Dummies" classes or for someone just
>     TM> noodling around, 
> 
> Do those exist?  I think dummies would go for something else.
That was a weak attempt at humor.  Actually, the forward to the book "Lisp
Lore: A Programming Guide to the Lisp Machine" suggests that it started as
notes for a similar class.  Ah, those were the days.

> 
>     TM> but it quickly becomes onerous for someone
>     TM> with ambitious plans and certainly appears unattractive vis a
>     TM> vis the alternatives (C, C++, Python, Smalltalk, Java...)
> 
> If they have ambitious plans that require tweaking the guts of the
> compiler or 'free' software for ideological reasons, they can handle
> the switchover to CMUCL on Unix or (if you count it as free) Corman on
Exactly!  That's why I'm arguing that Free Lisp is important.

> Windows.  I don't think Clisp is that much slower than Perl or Python
> so that is another possibility for Windows.  Perhaps they have some
> money for those ambitious plans and can shell out the money for a
> student version of LispWorks (which is non-crippled) for $699.

Dude!  That's like, a month's rent.  Kinda cuts into the pot-smoking and
Burning Man budget.

> 
> What exactly were we talking about in this thread, BTW?  I completely 
> lost track (but won't waste already typed prose and post anyway, sorry!).

I was arguing that, among other reasons, Free Lisp implementations and
applications are important for educational reasons.  I think we've about
flogged that into the ground.

Tim
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208927859399198@naggum.net>
* Tim Moore <·····@herschel.bricoworks.com>
> As a student, wouldn't it have been instructive to be able to do so, at
> least for the C library if not the compiler?

  Have you tried to peek inside the GNU C library?  Have you looked at
  P. J. Plauger: The Standard C Library, for instance?  Generally speaking,
  library stuff is really advanced stuff.

> Stevens acquired the understanding he needed to write his fabulous books
> by.... reading the source code!

  Undoubtedly true, but for the purposes of understanding how the Common
  Lisp part of the system is defined, you actually get source code to that
  with Allegro CL.  (Except for the horribly primitive IF* style which
  pervades the whole source code base and causes an unreadable mess that is
  both much more verbose and produces less efficient machine code than more
  efficient implementations that are quite evident when you rewrite it to
  use more of Common Lisp to boot, so there is simply no excuse for it
  whatsoever.)

> Hmm, PCL, sounds like the source to Lisp implementation to me.

  Well, PCL was the reason I did _not_ delve into and use CLOS much.
  Allegro CL was the reason I did.  Sometimes, performance does count.

> I was arguing that, among other reasons, Free Lisp implementations and
> applications are important for educational reasons.  I think we've about
> flogged that into the ground.

  They are, but you should not dismiss all alternatives because you have
  found what you think is a panacea.  That is actually all that is
  attempted by those who seem to oppose free implementations.

///
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9ndpcf$gbl$0@216.39.145.192>
On Sat, 8 Sep 2001, Erik Naggum wrote:

> * Tim Moore <·····@herschel.bricoworks.com>
> > As a student, wouldn't it have been instructive to be able to do so, at
> > least for the C library if not the compiler?
> 
>   Have you tried to peek inside the GNU C library?  Have you looked at
>   P. J. Plauger: The Standard C Library, for instance?  Generally speaking,
>   library stuff is really advanced stuff.
Not the GNU C library so much, but the BSD library, kernel and
applications, certainly, and gcc, gdb and binutils much moreso.  Yes, it
is advanced.  In my mind, "student" does not mean "beginner."
> 
> > I was arguing that, among other reasons, Free Lisp implementations and
> > applications are important for educational reasons.  I think we've about
> > flogged that into the ground.
> 
>   They are, but you should not dismiss all alternatives because you have
>   found what you think is a panacea.  That is actually all that is
>   attempted by those who seem to oppose free implementations.
> 
I think we're more or less in agreement.

Tim
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208965019880159@naggum.net>
* Tim Moore <·····@herschel.bricoworks.com>
> Not the GNU C library so much, but the BSD library, kernel and
> applications, certainly, and gcc, gdb and binutils much moreso.  Yes, it
> is advanced.  In my mind, "student" does not mean "beginner."

  Sorry, I assume "undergraduate" when someone says "student" in a
  university setting.

///
From: Bulent Murtezaoglu
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <871ylhlge1.fsf@nkapi.internal>
>>>>> "TM" == Tim Moore <·····@herschel.bricoworks.com> writes:
[...]
    TM> As a student, wouldn't it have been instructive to be able to
    TM> do so, at least for the C library if not the compiler?

I never received formal instruction on C (we were supposed to be 
able to pick these things up by ourselves) so I wouldn't know what
happens in a formal educational setting.  I do remember digging up the 
mysterious headers (the ones that #include <foo.h> gets you) to see what 
all this magic was about.  Beyond that, I don't think it would have been 
that useful to peek into libc when I was very inexperienced.  

[...]
    TM> PAIP has good source code examples for a certain class of
    TM> problems.  It touches on Lisp implementation, but nothing
    TM> compares to having the source to running code and even better,
    TM> having source that can be rebuilt with local modifications.

Yes, but that comes much later if at all.  At that point I would expect 
the students to be proficient in the use of the language.  I am not
an educator, but I think SICP's sequence of presentation is pretty good
with the meta-circular evaluator and a machine towards the end.  If 
someone were misguided enough to turn me into an instructor, I don't 
think I would have beginners or intermediate programmers look at, say,
the CMUCL compiler source w/o some exposure to architecture/assembly
and sizeable experience with Lisp.  But I must admit I have picked up
several cute tricks from the said source (like writing macros that 
get called at the top level at load time to write code for you to 
avoid tedium).

    TM> Stevens acquired the understanding he needed to write his
    TM> fabulous books by.... reading the source code!

Yes.  But he was a very gifted person.  It was his gift and
perfectionisim that produced those fabulous books more than the
availability of the source.  His loss still saddens me though I'd
never even seen him.

    BM> form (Garnet, ACL2, LISA etc.) and PCL comes with the excellent
    BM> AMOP book. (apologies to people whose work I cannot remember
    BM> right now).

    TM> Hmm, PCL, sounds like the source to Lisp implementation to me.

Of course.  I think you know I am not arguing against the usefulness
of the source here.  I _am_ arguing against the necessity of "open
source" in addition to "free of charge" or "inexpensive" in the 
introductory instruction context.

[...]
    >> ...  Perhaps
    >> they have some money for those ambitious plans and can shell
    >> out the money for a student version of LispWorks (which is
    >> non-crippled) for $699.

    TM> Dude!  That's like, a month's rent.  [...]

Just where are these students living?  My rent was $162.50 when I was
in school (and I had to bike uphill, happily only in the return home
direction).  Anyhow, I am not saying $699 is insignificant, I _am_
saying ambitious projects in the sense I understand them should be
able to cough up the $699.  It is cheaper than a decent box + decent
monitor, and 35hrs at $20/hr. take-home pay. 

[...]
    TM> I was arguing that, among other reasons, Free Lisp
    TM> implementations and applications are important for educational
    TM> reasons.  

Ok, I think we have a reasonable level of agreement or at least 
understanding here.

    TM> I think we've about flogged that into the ground.

I think so.  And I'd like to observe that referrals to psychiatrists 
never came into the picture.

BM
From: Thomas F. Burdick
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <xcvg09xf2ds.fsf@famine.OCF.Berkeley.EDU>
Bulent Murtezaoglu <··@acm.org> writes:

>     >> ...  Perhaps
>     >> they have some money for those ambitious plans and can shell
>     >> out the money for a student version of LispWorks (which is
>     >> non-crippled) for $699.
> 
>     TM> Dude!  That's like, a month's rent.  [...]
> 
> Just where are these students living?  My rent was $162.50 when I was
> in school (and I had to bike uphill, happily only in the return home
> direction).  Anyhow, I am not saying $699 is insignificant, I _am_
> saying ambitious projects in the sense I understand them should be
> able to cough up the $699.  It is cheaper than a decent box + decent
> monitor, and 35hrs at $20/hr. take-home pay. 

They're living in Berkeley, perhaps?  $700 isn't unusual for rent
around here.  And we're a public university, so a whole lot of us
don't exactly have many means.  35 hours as a university student?  You
do realize that school at a university like this usually takes more
than 40 hours per week of your time, right?  That plus 35 hours
doesn't leave much time for ambitious projects.  $20/hr take-home for
students?  It happens, but it's unusual.  The scheduling flexibility a
student needs tends to cut one's pay in *half*.  Decent box and decent
monitor???  Box *maybe*, but most of us have crappy boxes and crappy
monitors.  Why?  "Decent" by non-student standards just costs *way*
too much.

My point is just that most people's assumptions of college students'
budgets are *waaaay* off.  Sure, some people have mommy and daddy
giving them stacks of cash, but most of us are b-r-o-k-e.  Federal
student aid is laughably under-funded, which means you can qualify for
tons of grants, but you're still lucky to get enough loans to cover
school.
From: Bulent Murtezaoglu
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <87sndxj8ek.fsf@nkapi.internal>
>>>>> "TFB" == Thomas F Burdick <···@famine.OCF.Berkeley.EDU> writes:
[...]
    TFB> They're living in Berkeley, perhaps?  $700 isn't unusual for
    TFB> rent around here.  

Even for shared housing?  

    TFB> And we're a public university, so a whole
    TFB> lot of us don't exactly have many means.  35 hours as a
    TFB> university student?  

35 hours cumulative was what I was thinking.  You do get summers though
correct?  Is this undergraduate or graduate anyway?  What kind of
facilities does the school offer?  If it is undergraduate, one thing 
you might want to try is to hook up with a research project in the 
grad school as a programmer, it might at least get you some access to 
better facilities and might pay minimum wage + a few bucks.  

As an aside, maybe you can get enterprising and organize something to
offer to code up all the nice things people seem to want for
reasonable prices?

[...]
    TFB> Decent box and decent monitor???  Box *maybe*, but most of us
    TFB> have crappy boxes and crappy monitors.  Why?  "Decent" by
    TFB> non-student standards just costs *way* too much.

I'll take your word for it, but to throw figures around the present 
market value of my desktop box is about $200.  A monitor I could be 
using if I were a student (17" .25 stripe pitch trinitron) can be had 
for $80-100 used (that's what I paid for it at the local off-lease 
place).  

    TFB> My point is just that most people's assumptions of college
    TFB> students' budgets are *waaaay* off.  

Ok, I take your point.  I did not mean to offend (I don't think I did
but better be safe and say it).  Again, if this is undergrad just hang in 
there, it'll be over.  If it's grad school, well what can I tell you ...
all the more reason to write the damn thing up (best) or badger your 
advisor for decent funding (futile, but you'll hear about the best option 
again).

cheers,

B<OT OT OT>M
From: Thomas F. Burdick
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <xcv8zfoqe6m.fsf@famine.OCF.Berkeley.EDU>
Bulent Murtezaoglu <··@acm.org> writes:

> >>>>> "TFB" == Thomas F Burdick <···@famine.OCF.Berkeley.EDU> writes:
> [...]
>     TFB> They're living in Berkeley, perhaps?  $700 isn't unusual for
>     TFB> rent around here.  
> 
> Even for shared housing?  

Yep.  A 1-bedroom usually costs $1200-1400/mo since rent control went
away.  Living in a co-op or at the other end of Oakland will save you
a bunch of money, but $500 isn't so different from $700.

>     TFB> And we're a public university, so a whole
>     TFB> lot of us don't exactly have many means.  35 hours as a
>     TFB> university student?  
> 
> 35 hours cumulative was what I was thinking.  You do get summers though
> correct?  Is this undergraduate or graduate anyway?  What kind of
> facilities does the school offer?  If it is undergraduate, one thing 
> you might want to try is to hook up with a research project in the 
> grad school as a programmer, it might at least get you some access to 
> better facilities and might pay minimum wage + a few bucks.  

Oh, undergraduate.  Graduate students can usually scrape up funding
from grants.  And if you can attach yourself to their projects, you
can ride along that.  I was just trying to illustrate the situation
for an undergrad who's doing it alone, or with another undergrad.
I've actually managed to connive my way into a situation where I have
access to quite a bit of room on two Solaris servers and a campus job
where I can work on my own projects about 50% of the time.

[...]
>     TFB> My point is just that most people's assumptions of college
>     TFB> students' budgets are *waaaay* off.  
> 
> Ok, I take your point.  I did not mean to offend (I don't think I did
> but better be safe and say it).  Again, if this is undergrad just hang in 
> there, it'll be over.  If it's grad school, well what can I tell you ...
> all the more reason to write the damn thing up (best) or badger your 
> advisor for decent funding (futile, but you'll hear about the best option 
> again).

Oh, no offense taken.  I'm intentionally quite vocal about the subject
because there are a lot of people (especially here in Cali) who
remember when we had something of a social democracy and don't realize
how much it's changed.

On a good note, from the second-hand experience of several people I
know who tried to do significant research as undergrads without a prof
sponsoring, most software companies are very accommodating and
understand that students have no money, even if universities are flush
with it.  So coming up with $700 for software for research is
generally a non-issue.  Just $200 for a box to run it on, which is a
lot easier.
From: Peter Wood
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <804rqe5fra.fsf@localhost.localdomain>
Bulent Murtezaoglu <··@acm.org> writes:

> I don't think Clisp is that much slower than Perl or Python so that
> is another possibility for Windows.

On Linux, Clisp is noticeably faster than Python.  I don't know about
Perl.

Regards,
Peter
From: Greg Menke
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <m3itet277n.fsf@europa.pienet>
> On Linux, Clisp is noticeably faster than Python.  I don't know about
> Perl.

Have you had the opportunity to observe both as they accumulate large
quantities of data?  I've only observed Clisp in this scenario, and
have seen it slow considerably.  In LW, the same code, even running
interpreted, did not slow perceptibly.

I'm not implying any sort of criticism of Clisp, I think its a nice
implementation and I use it quite a bit.

Thanks,

Gregm
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208927079518801@naggum.net>
* Tim Moore <·····@herschel.bricoworks.com>
> Lack of source code.

  Have you actually asked for source code access for your needs?  Do you
  know how much source code you get with a regular license?   If not, as I
  suspect, there is a lack of sincerity in the claim that you need open
  source and cannot use commercial Common Lisps.

> Since I'm persuing the pedegogical angle here, I consider that to be
> important, both to teach how Lisp works and for style examples.

  How much of a Common Lisp system do you expect to be written in Common
  Lisp?

///
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9ndpjt$nd4$0@216.39.145.192>
On Sat, 8 Sep 2001, Erik Naggum wrote:

> * Tim Moore <·····@herschel.bricoworks.com>
> > Lack of source code.
> 
>   Have you actually asked for source code access for your needs?  Do you
>   know how much source code you get with a regular license?   If not, as I
>   suspect, there is a lack of sincerity in the claim that you need open
>   source and cannot use commercial Common Lisps.

Maybe there is; after all, I'm not even a teacher.  However, from my own
experiences in grad school I think I can assert that it will always be
much less of a hassle to use open source software for exposition
and research purposes than closed source.  At a certain point
"closed-source" can not be used widely before it stops becoming closed
source.

 > 
> > Since I'm persuing the pedegogical angle here, I consider that to be
> > important, both to teach how Lisp works and for style examples.
> 
>   How much of a Common Lisp system do you expect to be written in Common
>   Lisp?

From my experience, anywhere from "a good part" to "almost all."

Tim
From: Erik Naggum
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <3208965951547384@naggum.net>
* Tim Moore
> Maybe there is; after all, I'm not even a teacher.  However, from my own
> experiences in grad school I think I can assert that it will always be
> much less of a hassle to use open source software for exposition and
> research purposes than closed source.  At a certain point "closed-source"
> can not be used widely before it stops becoming closed source.

  I find this a very strange problem.  I have not actually been involved in
  securing funding for commercial projects myself, but I have worked on
  several, including some medical projects that had absolutely no problem
  working with the industry.  On the contrary, they had to fight them off
  and had to set up ethics committees and kinds of things to _avoid_ being
  associated with industry.

* Erik Naggum
> How much of a Common Lisp system do you expect to be written in Common
> Lisp?

* Tim Moore
> From my experience, anywhere from "a good part" to "almost all."

  That is not my experience.  The parts that provide services outside of
  the standard are so much larger than the parts that implement Common Lisp
  and in order to implement them, you need access to system-specific code,
  which means you have to use functions that cannot be expressed in Common
  Lisp.  That is, if you recursively search for all called functions or
  methods and you stop at any function or method defined in the standard,
  there will be a relatively small number of functions that terminate this
  search with _all_ standard Common Lisp functions or methods.

///
From: Tim Moore
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <9nirh9$8ue$0@216.39.145.192>
On Sat, 8 Sep 2001, Erik Naggum wrote:
> 
> * Erik Naggum
> > How much of a Common Lisp system do you expect to be written in Common
> > Lisp?
> 
> * Tim Moore
> > From my experience, anywhere from "a good part" to "almost all."
> 
>   That is not my experience.  The parts that provide services outside of
>   the standard are so much larger than the parts that implement Common Lisp
>   and in order to implement them, you need access to system-specific code,
>   which means you have to use functions that cannot be expressed in Common
>   Lisp.  That is, if you recursively search for all called functions or
>   methods and you stop at any function or method defined in the standard,
>   there will be a relatively small number of functions that terminate this
>   search with _all_ standard Common Lisp functions or methods.

I concur that in the code for a CL implementation you will often bottom
out at OS system or library calls; calls to functions that are written in
C or assembler; or magic functions that are open-coded by the compiler,
like the ever-confusing

(defun car (x)
  (car x))

However, I still think of this as Common Lisp, despite inevitable
restrictions: generally control flow, declarations, macros, GC, etc. all
work as expected at this level.  This stands in contrast to other
implementation strategies such as writing everything in C; writing
s-expressions that are essentially assembly macros; or writing in a
"syslisp" which is crippled for easy compilation or translation to C,
missing major Lisp features like garbage collection or typeless 
variables.  I do think that this system code makes instructive reading for
someone learning Common Lisp, even if they "shouldn't try it at home."

Not to mention that large, interesting parts of a CL implmentation may be
mostly written in genuine Common Lisp, such as pretty printing or format;
not to mention also that even if the system isn't written in CL but in one
of the alternatives above, it's still educational to read the source.

Tim
From: Tim Bradshaw
Subject: Re: Where's your Lisp software, Janos Blazi?
Date: 
Message-ID: <ey3ae03o16e.fsf@cley.com>
* Tim Moore wrote:

> Interesting theory, but it seems to have a couple of weaknesses.  First,
> with all that money floating around, you'd think that for-pay software
> would have a great shot too, perhaps even an advantage.  After all, for a
> great many corporate applications, the cost of software is down in the
> noise.

It did, but it wasn't newsworthy, so it didn't get the same hype.
It's not earth-shattering news that Oracle made bucketloads of money
shipping a commercial product for instance.

> Second, I'd like to see an example of *one* piece of software that was
> written by someone who should have actually been doing something else at
> his high-paying, new economy job.  Plenty of free software got written by
> people who were trying to solve a problem and decided to share, but you
> seem to be suggesting a different scenario.

I'm sure there are examples of such, but this is not what I meant.
What I meant was that  because all sorts of companies saw themselves
knee-deep in money it started to look reasonable to simply give things
away, and people were employed to do that, with no real investigation
as to where the profit would come from.  Of course this is far from
the only thing these companies were doing with no investigation as to
where the profit would come from.

Finally, in regard to my original post, please not that I was not
trying to argue about whether free software is good or bad, I was
simply trying to make an observation about the economics of the recent
high-tech bubble and how it might effect free software and people's
attitudes to it.  It is unfortunate that it has become almost
impossible to have rational discussions of free software because many
people are so emotionally involved.  This is the reason why I'm not
going to post further in this thread: I hope I've made the point I
wanted to make, at least.

--tim
From: Daniel Barlow
Subject: Re: On Lisp
Date: 
Message-ID: <87g09zvr30.fsf@noetbook.telent.net>
"Janos Blazi" <······@hotmail.com> writes:

> I have never contributed anything to the CL community but I hope I may speak
> out my mind in spite of that.

I can't decide whether you're trolling or you posted this expecting to
be taken seriously.  I'm also not sure which is worse.  Either way it
makes you look pretty fucking despicable


-dan

-- 

  http://ww.telent.net/cliki/ - Link farm for free CL-on-Unix resources 
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208857865163651@naggum.net>
* "Janos Blazi" <······@hotmail.com>
> I have never contributed anything to the CL community but I hope I may
> speak out my mind in spite of that.

  Sure.  It just does not carry any weight at all.  You are irrelevant,
  remember?

> In my opinion CL is fascinating but I do not use it.

  This makes you even more irrelevant.

> Python is not very fascinating but I use it.  I am even heavily using it
> at the moment.

  So go annoy the Python people.

> Here is my wish list for Lisp.

  In other words, what other people need to do to help you use Lisp, when
  you have not done anything yourself.

[ Irrelevant wish list deleted. ]

> There are so many very knowledgable people in this NG, they could do all
> that in a few months.  If they wanted to.

  What would they get in return?  Having Janos Blazi as a user?  That is
  just such a fantastic incentive!  I for one strongly prefer that you use
  Python and not Common Lisp and post your drivel there instead of here.

> I think of course that Lisp enforces upon the programmer a mor subtle way
> of thinking about his concepts and this will always narrow down the group
> of its potential users.

  Precisely, and that means that the reluctance to give your work away to
  people who are up-front about their unappreciativeness is correspondingly
  reduced because the chance of "hitting" someone out there who might be
  worth by chance it is so much slimmer.

  I believe that the period of luxury that allowed the whole industry to
  cater to the poverty-stricken at the expense of those who wanted to take
  part in the wealth-creation is about to come to an end.  This is not a
  bad thing, except for those who will remain poor no matter what.  There
  is no point in marketing towards that community, either.

  Why do you even hang around here, Janos Blazi?

///
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98d556_7@news.newsgroups.com>
> Sure.  It just does not carry any weight at all.  You are
> irrelevant, remember?

I admit that it does not carry much weight. But you are contradicting
yourself as you are answering my message (which is an honor).

>   This makes you even more irrelevant.

This I do not understand. I am used to not understanding everything.

>   So go annoy the Python people.

I do. I ask questions in c.l.p, though in that NG there are people who do
not felt annoyed ans answer me.

>   In other words, what other people need to do to help
> you use Lisp, when you have not done anything
> yourself.

Yes. You would have to help me for free. On the other hand you may get
several thousand new users this way. But there is a risk in it, I admit.

>   What would they get in return?  Having Janos Blazi as
> a user?

Yes. Maybe. And several other users. Maybe. It is risky.

> That is  just such a fantastic incentive!

Do not see this personally. Of course I understand that after what was going
on between us you would never help me personally. That is all right.

>  I for one strongly prefer that you use
>  Python and not Common Lisp and post your drivel
> there instead of here.

There is a grain of humor in this. Good.

>   Precisely, and that means that the reluctance to give your work away to
>   people who are up-front about their unappreciativeness is
correspondingly
>   reduced because the chance of "hitting" someone out there who might be
>   worth by chance it is so much slimmer.

Yes. Of course you are right.

>   I believe that the period of luxury that allowed the whole industry to
>   cater to the poverty-stricken at the expense of those who wanted to take
>   part in the wealth-creation is about to come to an end.

It would be interesting to be told, how you reach this conclusion.

>  This is not a
>   bad thing, except for those who will remain poor no
> matter what.  There
>   is no point in marketing towards that community,
> either.

This I do not understand. Didn't you pointed out in this thread, how money
can be made this way? I paid 1000 DM for my first C compiler in the
seventies and before Perl and Python you would have never expected to get
something so valuable for free.
With the dawn of free software our  expectations and our attitude towards
the software industry have changed. From the point of view of the users this
is a good thing .

>   Why do you even hang around here, Janos Blazi?

This is a good question. I cannot answer it myself. I have decided to give
up Lisp completely (one of those driven away by Erik N. :) )and I am still
around.

May I point out to you, however, that your last sentence is not very polite?
You can either say Janos or Mr Blazi, if I may tell this, ad usum delphini.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9nalrc$due$1@news3.cadvision.com>
> With the dawn of free software our  expectations and our attitude towards
> the software industry have changed. From the point of view of the users
this
> is a good thing .
>

I see your that your request for a "free" CL is a political need and your
request is a recruitment drive.   It is highly unlikely that you actually
write software for any useful purpose.

No it is not a good thing.  It now implies that people who create software
for others to use are not worth paying.  To write really good software takes
time and effort.  I never used to believe that others would take what others
produced without compensation and with no feelings of indebteness.  But it
is obvious that others will take from others until there is no more to take.
Just use people up for their own gain under the name of "Free Software".

> >   Why do you even hang around here, Janos Blazi?
>
> This is a good question. I cannot answer it myself. I have decided to give
> up Lisp completely (one of those driven away by Erik N. :) )and I am still
> around.
>

Of all the messages to respond to you chose Erik's.  Why do you respond to
one who "has driven you away?" (which is obviously not true).

Blaming Erik for not using a great programming language?  You are not really
interested in CL but having others give you an economic niche and power.

Wade
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98e151_1@news.newsgroups.com>
> No it is not a good thing.

From the point of view of the users it is good. Is it really bad from the
point of view of the developers? I doubt it.
Though I did not pay for Perl I bought the Camel book and later I bought the
book Perl/Tk. I also have purchased three books on Python. I'll also buy the
new edition of the O'Reilly book on Qt. And, as I pointed out already, I am
making this sort of software popular among my pupils.

> Blaming Erik for not using a great programming
> language?

No, I am not blaming good old Erik. This is why I appended a smiley on this
sentence. It was meant to be a joke.


>  You are not really
> interested in CL but having others give you an economic niche and power.

What kind of power? Which niche are you talking about? I should never use CL
professionally! I am a teacher at a secondary school!

Janos Blazi




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9naog5$er2$1@news3.cadvision.com>
> What kind of power? Which niche are you talking about? I should never use
CL
> professionally! I am a teacher at a secondary school!

Then WHY are you posting here????  Why are you asking for free CL tools
(when they already exist)?  Do you expect to teach your students CL?  What
is it?  You are making lots of demands with no openess.

Wade
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98e925_4@news.newsgroups.com>
> Then WHY are you posting here????  Why are you asking for free CL tools
> (when they already exist)?  Do you expect to teach
> your students CL?

Yes. I know that they usually use Scheme for this but I should prefer CL.
(Scheme is being used on some secondary schools in Germany.) Of course, if I
wanted to use software professionally, I should buy it. I mean, my company
would buy it for me if I could convince the manager.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcv8zfqwzvq.fsf@famine.OCF.Berkeley.EDU>
"Janos Blazi" <······@hotmail.com> writes:

> > Then WHY are you posting here????  Why are you asking for free CL tools
> > (when they already exist)?  Do you expect to teach
> > your students CL?
> 
> Yes. I know that they usually use Scheme for this but I should prefer CL.
> (Scheme is being used on some secondary schools in Germany.) Of course, if I
> wanted to use software professionally, I should buy it. I mean, my company
> would buy it for me if I could convince the manager.

Flies, honey, vinegar: if the reason for your posting was that you
wanted to teach school children CL, what on earth possesed you to post
a rant filled with demands that would need to be satisfied for *you*
to use CL???  People give a damn about the welfare of school children
and how they're being taught.  Maybe you should try again:

  Hi, I'm a secondary school teacher, I want to teach my students in
  Common Lisp, however the following things are preventing me from
  doing so:
    ...
  Could anyone help me here?
From: Kent M Pitman
Subject: Re: On Lisp
Date: 
Message-ID: <sfwn146oh8n.fsf@world.std.com>
···@famine.OCF.Berkeley.EDU (Thomas F. Burdick) writes:

> "Janos Blazi" <······@hotmail.com> writes:
> 
> > > Then WHY are you posting here????  Why are you asking for free CL tools
> > > (when they already exist)?  Do you expect to teach
> > > your students CL?
> > 
> > Yes. I know that they usually use Scheme for this but I should prefer CL.
> > (Scheme is being used on some secondary schools in Germany.) Of course, if I
> > wanted to use software professionally, I should buy it. I mean, my company
> > would buy it for me if I could convince the manager.
> 
> Flies, honey, vinegar: if the reason for your posting was that you
> wanted to teach school children CL, what on earth possesed you to post
> a rant filled with demands that would need to be satisfied for *you*
> to use CL???  People give a damn about the welfare of school children
> and how they're being taught.  Maybe you should try again:
> 
>   Hi, I'm a secondary school teacher, I want to teach my students in
>   Common Lisp, however the following things are preventing me from
>   doing so:
>     ...
>   Could anyone help me here?

I agree completely this approach would not only get better responses in terms
of tone, but would get more constructive responses in practice.

For example, both Franz Allegro CL 6.0 Trial Edition and 
Xanalys LispWorks 4.1.0 Personal Edition may be suitable 
for use in a class, even though they are not "free software".
Both of these are available by network download from these
companies' web sites, www.franz.com and www.xanalys.com.
They ARE commercial proprietary code but are available for no cost
for some purposes and I believe teaching is one of them.  Check
the license in each case to be sure.

I personally think LispWorks has the easiest and most consistent
coding environment UNLESS you plan to teach GUI development; then
Franz's environment is definitely the best.  People who only like
GNU-brand Emacs-like environments and will accept no substitutes will
surely disagree with me on the question of which development
environment feels better.  Franz is generally agreed, I think, to have
tighter GNU-Emacs integration.  But overall, for me, that's exactly
what makes it feel less consistent: LispWorks, by contrast, uses a
built-in editor that is consistently available throughout and a single
set of GUI widgets that are easier to learn because you aren't
constantly tossed back and forth between windows whose look and feel
is maintained by different vendors.  Instead you get a single
corporate look and feel, and that feels better to me.  

[I don't know if MCL has a teaching version/price.]

None of this is intended to disparage the other environments like Corman
and CLISP already mentioned.  But I think people have not been pushing
the commercial vendors thinking that the request for free software meant
non-proprietary software.
From: Friedrich Dominicus
Subject: Re: On Lisp
Date: 
Message-ID: <8766av9ep3.fsf@frown.here>
"Janos Blazi" <······@hotmail.com> writes:

> > Then WHY are you posting here????  Why are you asking for free CL tools
> > (when they already exist)?  Do you expect to teach
> > your students CL?
> 
> Yes. I know that they usually use Scheme for this but I should
>prefer CL.
So what's the problem with using CMUCL, CLisp or even Corman Lisp?

Friedrich
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98f695_4@news.newsgroups.com>
> So what's the problem with using CMUCL, CLisp or even Corman Lisp?

(1)
As far as i know is CMUCL not available under Win2K.

(2)
*My* main problem with CLisp and Corman Lisp is, hoever wonderful these
products are, that the do not have a GUI toolkit binding as I pointed out in
my original mail.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Jochen Schmidt
Subject: Re: On Lisp
Date: 
Message-ID: <9nauhg$rje$1@rznews2.rrze.uni-erlangen.de>
Janos Blazi wrote:

>> So what's the problem with using CMUCL, CLisp or even Corman Lisp?
> 
> (1)
> As far as i know is CMUCL not available under Win2K.
> 
> (2)
> *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
> products are, that the do not have a GUI toolkit binding as I pointed out
> in my original mail.

Why not simply using Xanalys LispWorks for Windows?
The personal version is free and should be _definitely_ enough for the
purpose of teaching CL on secondary school.
LispWorks has a nice IDE and has with CAPI an easy to use GUI toolkit.

ciao,
Jochen


--
http://www.dataheaven.de
From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9nb38o$id7$1@news3.cadvision.com>
In this vein I have posted a CAPI program that you can use to base some of
your teaching on.

http://www.cadvision.com/humeniuw/ybbil-capi.zip

It s a little LOGO like program to move images (in this case ladybugs)
around a screen.  You will have to modify ybbil-capi.lisp to point to the
proper pathname for the images.

Load then run test in package ybbil.

Wade

"Jochen Schmidt" <···@dataheaven.de> wrote in message
·················@rznews2.rrze.uni-erlangen.de...
> Janos Blazi wrote:
>
> >> So what's the problem with using CMUCL, CLisp or even Corman Lisp?
> >
> > (1)
> > As far as i know is CMUCL not available under Win2K.
> >
> > (2)
> > *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
> > products are, that the do not have a GUI toolkit binding as I pointed
out
> > in my original mail.
>
> Why not simply using Xanalys LispWorks for Windows?
> The personal version is free and should be _definitely_ enough for the
> purpose of teaching CL on secondary school.
> LispWorks has a nice IDE and has with CAPI an easy to use GUI toolkit.
>
> ciao,
> Jochen
>
>
> --
> http://www.dataheaven.de
From: Hartmann Schaffer
Subject: Re: On Lisp
Date: 
Message-ID: <3b997b78@news.sentex.net>
In article <··········@news.newsgroups.com>,
	"Janos Blazi" <······@hotmail.com> writes:
>> So what's the problem with using CMUCL, CLisp or even Corman Lisp?
> 
> (1)
> As far as i know is CMUCL not available under Win2K.
> 
> (2)
> *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
> products are, that the do not have a GUI toolkit binding as I pointed out in
> my original mail.

isn't garnet running with clisp?  clx definitely does.

hs

-- 

Lbh unir whfg ivbyngrq gur Qvtvgny Zvyraavhz Pbclevtug Npg ol oernxvat
gur cebgrpgvba bs pbclevtugrq zngrevny.  Vs lbh ner abg n pvgvmra be
erfvqrag bs gur HFN, lbh evfx orvat vzcevfbarq naq uryq jvgubhg onvy
sbe hc gb gjb jrrxf hcba ragel gb gur HFN

(c) Copyright 2001 by Hartmann Schaffer (signature only)
From: Aleksandr Skobelev
Subject: Re: On Lisp
Date: 
Message-ID: <s3bbn9.8e7.ln@hermit.athome>
Janos Blazi <······@hotmail.com> wrote:
>> So what's the problem with using CMUCL, CLisp or even Corman Lisp?
> 
> (1)
> As far as i know is CMUCL not available under Win2K.

If you prefer free software why don't you use Linux? It helps to learn.

> 
> (2)
> *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
> products are, that the do not have a GUI toolkit binding as I pointed out in
> my original mail.

There is Motif GUI toolkit under Linux.

So it looks like all your problems have been inspired by Win2k but not Lisp.
Just use Linux. ;)

-- 
    Aleksandr Skobelev
From: Hartmann Schaffer
Subject: Re: On Lisp
Date: 
Message-ID: <3b997c02@news.sentex.net>
In article <·············@hermit.athome>,
	Aleksandr Skobelev <····@mail.ru> writes:
> Janos Blazi <······@hotmail.com> wrote:
>>> So what's the problem with using CMUCL, CLisp or even Corman Lisp?
>> 
>> (1)
>> As far as i know is CMUCL not available under Win2K.
> 
> If you prefer free software why don't you use Linux? It helps to learn.
> 
>> 
>> (2)
>> *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
>> products are, that the do not have a GUI toolkit binding as I pointed out in
>> my original mail.
> 
> There is Motif GUI toolkit under Linux.
> 
> So it looks like all your problems have been inspired by Win2k but not Lisp.
> Just use Linux. ;)

good advice, but it's probably the schoolboard that decided to run
win2k

hs

-- 

Lbh unir whfg ivbyngrq gur Qvtvgny Zvyraavhz Pbclevtug Npg ol oernxvat
gur cebgrpgvba bs pbclevtugrq zngrevny.  Vs lbh ner abg n pvgvmra be
erfvqrag bs gur HFN, lbh evfx orvat vzcevfbarq naq uryq jvgubhg onvy
sbe hc gb gjb jrrxf hcba ragel gb gur HFN

(c) Copyright 2001 by Hartmann Schaffer (signature only)
From: Friedrich Dominicus
Subject: Re: On Lisp
Date: 
Message-ID: <87lmjqupgi.fsf@frown.here>
"Janos Blazi" <······@hotmail.com> writes:

> > So what's the problem with using CMUCL, CLisp or even Corman Lisp?
> 
> (1)
> As far as i know is CMUCL not available under Win2K.
Well could it be that one has to spend some time getting it running
there? If that does not work I do think that CLisp run on W2K too.
> 
> (2)
> *My* main problem with CLisp and Corman Lisp is, hoever wonderful these
> products are, that the do not have a GUI toolkit binding as I pointed out in
> my original mail.
This is not true for Corman Lisp. The use the Windows API and if you
would have looked into the sources you would have seen that.

It was pointed out by Jochen that Xanyaly has a personal edition. And
you even get you "so beloved" GUI-Toolkit too.

Well there are so many options that I can't see any reason not to
teach Common Lisp. And if you don't thing so you may check out
DrScheme. It's not Common Lisp but it's anyway a good piece of
software.

Friedrich
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208862450196826@naggum.net>
* "Janos Blazi" <······@hotmail.com>
> I admit that it does not carry much weight. But you are contradicting
> yourself as you are answering my message (which is an honor).

  Please quit sucking up to me.

> Of course I understand that after what was going on between us you would
> never help me personally.

  I would if you showed promise of actually getting anywhere on your own
  after you got help.  I see no such promise, have never seen it.

> May I point out to you, however, that your last sentence is not very polite?

  No.

///
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98e1d1_1@news.newsgroups.com>
>   Please quit sucking up to me.

I do not understand this phrase. It means probably something bad.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Geoff Summerhayes
Subject: Re: On Lisp
Date: 
Message-ID: <tphp1rcjbpl3a4@corp.supernews.com>
"Janos Blazi" <······@hotmail.com> wrote in message
···············@news.newsgroups.com...
> >   Please quit sucking up to me.
>
> I do not understand this phrase. It means probably something bad.
>

Trying to impress him with the use of superfluous flattery.
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b98f6b9_5@news.newsgroups.com>
>   Please quit sucking up to me.

You are an idiot. ( :) )
J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Peter Wood
Subject: Re: On Lisp
Date: 
Message-ID: <80wv3bkrdb.fsf@localhost.localdomain>
"Janos Blazi" <······@hotmail.com> writes:

> >   Why do you even hang around here, Janos Blazi?
> 
> This is a good question. I cannot answer it myself. I have decided to give
> up Lisp completely (one of those driven away by Erik N. :) )and I am still
> around.

Please don't give up Lisp.  Please stick around and read cll and post.
Be aware though, that there are a couple of things that can get this
group buzzing like a swarm of wasps.

1) Suggesting that software should be Free/free.
2) Criticising the standard / suggesting changes to it.

You should remember that there are lots of folk in this group who
think that you are a communist terrorist if you give your children
pocket money.  

> 
> May I point out to you, however, that your last sentence is not very polite?
> You can either say Janos or Mr Blazi, if I may tell this, ad usum delphini.
> 
 
He was probably trying to be rude.

Regards,
Peter
From: Takehiko Abe
Subject: Re: On Lisp
Date: 
Message-ID: <keke-0809010108140001@solg4.keke.org>
In article <··············@localhost.localdomain>, Peter Wood <··········@worldonline.dk> wrote:

> Be aware though, that there are a couple of things that can get this
> group buzzing like a swarm of wasps.
> 
> 1) Suggesting that software should be Free/free.
> 2) Criticising the standard / suggesting changes to it.

I don't remember any serious criticism of Common Lisp standard being
put on this group.

abe

-- 
<keke at mac com>
From: Daniel Barlow
Subject: Re: On Lisp
Date: 
Message-ID: <873d5zuim8.fsf@noetbook.telent.net>
Peter Wood <··········@worldonline.dk> writes:

> "Janos Blazi" <······@hotmail.com> writes:
> 
> > >   Why do you even hang around here, Janos Blazi?
> > 
> > This is a good question. I cannot answer it myself. I have decided to give
> > up Lisp completely (one of those driven away by Erik N. :) )and I am still
> > around.
> 
> Please don't give up Lisp.  Please stick around and read cll and post.

How _can_ he give it up?  He'd need to start using it first. 

I don't think this is a situation we need worry about.

-dan

-- 

  http://ww.telent.net/cliki/ - Link farm for free CL-on-Unix resources 
From: Eric Moss
Subject: Re: On Lisp
Date: 
Message-ID: <3B991771.4AFA443A@alltel.net>
Hey everyone, is it the recent full moon, or what? c.l.l has always been
a more amiable group than, say, comp.lang.objective-c, but now I'm
starting to wonder...

Mr. Blazi only stated what he and, I believe, most of the mainstream
world, wants. We may not be in a position to do it for him/them, but
don't bite his head off for asking. Aside from aesthetes like us, I know
of noone willing to change how they think, put themselves on "the other
side" of every design/implementation debate and then live without the
cute GUI tools and huge libraries and such that the mainstream world
accepts--and rightly or wrongly demands--as a matter of course.

Yes, it's unlikely a small group like us could provide all he's asking
for, especially for free, but it's NOT his fault for wanting it. He sees
the C++ world get GNOME and KDE and all sorts of freebie stuff, but
keeps hearing that lisp isn't about GUIs and other glory-boy stuff, at
least not for free. Yes, the C++ world gets subsidies we can only dream
of, but that's not his fault--it's life for minorities like us.

To make it more unpleasant, Mr. Blazi also gets called a troll and
worse, and is not even given the benefit of the doubt in cases of
highly-nuanced English. Yikes!

Your anger with how (badly) the world works is justified, but the bad
vibes are off-putting and spiritually draining.

Eric
From: Jeff Sandys
Subject: Re: On Lisp
Date: 
Message-ID: <3B98DD70.4A84AB83@asme.org>
Janos Blazi wrote:
> 
> It <Lisp> should be free.
> It should work under Windows2000.

You will pay for your Operating System 
(something that can't make money with)
but not your application development tools
(something that _can_ make money with).
Maybe it should be the other way around?
From: Friedrich Dominicus
Subject: Re: On Lisp
Date: 
Message-ID: <871ylj9ejt.fsf@frown.here>
Jeff Sandys <·······@asme.org> writes:

> Janos Blazi wrote:
> > 
> > It <Lisp> should be free.
> > It should work under Windows2000.
> 
> You will pay for your Operating System 
> (something that can't make money with)
From what does Microsoft live than? Or Sun or IBM or RedHat or Suse
or... ? What prevents him to offer his "persoinal" Linux version and
charge for it?

> but not your application development tools
> (something that _can_ make money with).
> Maybe it should be the other way around?
Well I suppose if you want to use it you better be prepared paying for
it. I can't see alternatives.

Till then
Friedrich
From: Paolo Amoroso
Subject: Re: On Lisp
Date: 
Message-ID: <AAKZO=1kj=bs=RdfKxs7OE1k4gSf@4ax.com>
On Thu, 6 Sep 2001 21:37:20 +0200, "Janos Blazi" <······@hotmail.com>
wrote:

> Here is my wish list for Lisp.
[...]
>  It should have big standard libraries like C or Python.

Which existing Lisp libraries did you try? Can you elaborate on specific
problems of those libraries that made you reject them as not adequate for
your needs? What kind of libraries do you need?


Paolo
-- 
EncyCMUCLopedia * Extensive collection of CMU Common Lisp documentation
http://web.mclink.it/amoroso/ency/README
[http://cvs2.cons.org:8000/cmucl/doc/EncyCMUCLopedia/]
From: Mark Hulme-Jones
Subject: Re: On Lisp
Date: 
Message-ID: <slrn9pi78i.pul.mjones@ipx.frottage.org>
In article <····························@4ax.com>, Paolo Amoroso wrote:
>On Thu, 6 Sep 2001 21:37:20 +0200, "Janos Blazi" <······@hotmail.com>
>wrote:
>
>> Here is my wish list for Lisp.
>[...]
>>  It should have big standard libraries like C or Python.
>
>Which existing Lisp libraries did you try? Can you elaborate on specific
>problems of those libraries that made you reject them as not adequate for
>your needs? What kind of libraries do you need?

I suspect the kinds of libraries he misses are those for threading,
sockets, shared memory, regular expressions and maybe a GUI.  Those are
the sorts of things that are 'standard' (In a fairly loose sense of the
word) in the Perl and Python worlds.

It would certainly be useful to me to have standardised regexp and
socket libraries (perhaps something in the same vein as the CLIM spec).
Of the small amount of CL code I've written so far, I've been bothered
by the lack of regexps in the core language (I come from a very much
Perl background, I'm afraid) and, since I haven't yet settled on any
particular implementation, getting socket code working on various
different Common Lisps has proved do be rather daunting.  

I've also heard it argued that in the so-called internet age, languages
now need to support network programming at the core level in order to
compete.  In addition to sockets this would presumably mean built-in
support for the most popular internet protocols, ie. HTTP, as well as
providing datatypes for things like URIs.  Whilst I'm not sure I agree
with this, you can be certain that in the eyes of many people, the lack
of a standard in this area might make CL look a little dated.

-- 
Mark Hulme-Jones <······@frottage.org>
From: Bulent Murtezaoglu
Subject: Re: On Lisp
Date: 
Message-ID: <8766aun5vv.fsf@nkapi.internal>
>>>>> "MHJ" == Mark Hulme-Jones <······@ipx.frottage.org> writes:
[...]

    MHJ> [...] since I haven't yet settled on any
    MHJ> particular implementation, getting socket code working on
    MHJ> various different Common Lisps has proved do be rather
    MHJ> daunting. [...]

Could you tell us what problems you ran into and what you think would 
have helped make it less daunting?  This is an honest question. If we
don't know what's throwing people off, we (vendors and volunteers) 
cannot improve things by writing FAQ's or tutorial documentation/code.

Saying it is daunting to do perly things in CL is pretty useless as
far as improving things goes.  How do I do such and so common thing
that I can do easily in perl is a better FAQ, which might get you flamed
for say a regexp that is more permissive than you thought or a race
condition that makes people quote 'worse is better" or somesuch BUT it
might also help people help others like yourself.  The best would be
to tell us what seemed daunting and what you can tell us in retrospect
after you figured out how to do it.  

As for the regexp comments I deleted, I just remembered that Jochen 
Schmidt did a beautiful job of doing a regexpy thing for Bagley's 
benchmark page, which as a bonus, runs faster than perl, python, C (with 
pcre) etc.  See:

http://www.bagley.org/~doug/shootout/bench/regexmatch/regexmatch.cmucl

    MHJ> I've also heard it argued that in the so-called internet age,
    MHJ> languages now need to support network programming at the core
    MHJ> level in order to compete.  [...]

This has always been a library issue, I think.  ANSI C does not 
standardize this, C++ with STL does not standardize this (AFAIK), why 
is it a problem with ANSI CL?  

cheers,

BM
From: Dorai Sitaram
Subject: Re: On Lisp
Date: 
Message-ID: <9nb9pe$ct7$1@news.gte.com>
In article <·····················@ipx.frottage.org>,
Mark Hulme-Jones <······@ipx.frottage.org> wrote:
>
>It would certainly be useful to me to have standardised regexp and
>socket libraries (perhaps something in the same vein as the CLIM spec).
>Of the small amount of CL code I've written so far, I've been bothered
>by the lack of regexps in the core language (I come from a very much
>Perl background, I'm afraid) and, since I haven't yet settled on any
>particular implementation, getting socket code working on various
>different Common Lisps has proved do be rather daunting.  

Dunno about the rest, but there _is_ a full-fledged
regexp matcher a la Perl 5.x for Common Lisp:
http://www.cs.rice.edu/~dorai/pregexp/pregexp.html .
(It is Perl-like to the extent that it even does
recherche things like positive and negative lookahead
and lookbehind.  I consulted the 3rd edition of the
camel book for the spec.) 

The downside for some (well, one, so far) is that the
source looks ugly but that's because it really isn't
the "source" -- <duck>I machine-converted it from my
Scheme original</duck>.   

--d
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208888882103256@naggum.net>
* Mark Hulme-Jones
> I suspect the kinds of libraries he misses are those for threading,
> sockets, shared memory, regular expressions and maybe a GUI.  Those are
> the sorts of things that are 'standard' (In a fairly loose sense of the
> word) in the Perl and Python worlds.

  The problem with this "analogy", if that is what it is, is that Perl and
  Python are single-implementation languages and you buy into whatever they
  give you, qua languages-and-implementation.  This is no different from
  using a single Common Lisp environment.  Can you use the regexp library
  from Perl in Python?  Why do you want to use the regexp library from one
  Lisp in another?  (I know the answer, but I would like you think about
  the reasons you think "it is the same language, damnit" is sufficient to
  gripe when you do not gripe about single-implementation languages.)

> I've also heard it argued that in the so-called internet age, languages
> now need to support network programming at the core level in order to
> compete.  In addition to sockets this would presumably mean built-in
> support for the most popular internet protocols, ie. HTTP, as well as
> providing datatypes for things like URIs.  Whilst I'm not sure I agree
> with this, you can be certain that in the eyes of many people, the lack
> of a standard in this area might make CL look a little dated.

  Which other languages have a _standard_ specification for this?  Why is
  Common Lisp held to a different standard (pardon the pun) than languages
  that have only a single implementation or who survive wih libraries that
  require significant system-dependent customization like that provided by
  autoconf?

///
From: Tim Moore
Subject: Re: On Lisp
Date: 
Message-ID: <9nbhas$l8m$0@216.39.145.192>
On Fri, 7 Sep 2001, Erik Naggum wrote:

> * Mark Hulme-Jones
> > I suspect the kinds of libraries he misses are those for threading,
> > sockets, shared memory, regular expressions and maybe a GUI.  Those are
> > the sorts of things that are 'standard' (In a fairly loose sense of the
> > word) in the Perl and Python worlds.
> 
>   The problem with this "analogy", if that is what it is, is that Perl and
>   Python are single-implementation languages and you buy into whatever they
>   give you, qua languages-and-implementation.  This is no different from
>   using a single Common Lisp environment.  Can you use the regexp library
>   from Perl in Python?  Why do you want to use the regexp library from one
>   Lisp in another?  (I know the answer, but I would like you think about
>   the reasons you think "it is the same language, damnit" is sufficient to
>   gripe when you do not gripe about single-implementation languages.)

Perhaps "standard" has been co-opted to mean "works the same everywhere I
want to use it?"  That property is true of Java, mostly true of Perl,
dunno if it's true of Python, and for sexy new functionality, not true of
Common Lisp.

Tim
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208895725377460@naggum.net>
* Tim Moore
> Perhaps "standard" has been co-opted to mean "works the same everywhere I
> want to use it?"  That property is true of Java, mostly true of Perl,
> dunno if it's true of Python, and for sexy new functionality, not true of
> Common Lisp.

  But it is true of each vendor's Common Lisp implementation.  For single-
  implementation languages, this is so trivial to accomplish that it has no
  value at all to point to such examples.  But if you think it is great for
  Perl, why, you _should_ think it is great for Allegro CL.  If you do not,
  it is because you have higher standards for Common Lisp than for other
  languages -- which is probably not a bad thing in itself, but it means
  you are setting yourself up to feel bad about something that is great.

  This is not to imply that we should not work together to find a common
  socket interface, etc, for Common Lisp, it just means that some people
  have to do the work, and that means both using the existing interfaces
  and suggesting to each vendor how to proceed towards standardization.
  As long as people are waiting for somebody else to do tings for them,
  nothing will happen.

///
From: Tim Moore
Subject: Re: On Lisp
Date: 
Message-ID: <9nbpmo$qgs$0@216.39.145.192>
On Fri, 7 Sep 2001, Erik Naggum wrote:
> * Tim Moore
> > Perhaps "standard" has been co-opted to mean "works the same everywhere I
> > want to use it?"  That property is true of Java, mostly true of Perl,
> > dunno if it's true of Python, and for sexy new functionality, not true of
> > Common Lisp.
> 
>   But it is true of each vendor's Common Lisp implementation.  For single-
>   implementation languages, this is so trivial to accomplish that it has no
>   value at all to point to such examples.  But if you think it is great for
>   Perl, why, you _should_ think it is great for Allegro CL.  If you do not,

It's true as far as it goes, but it's a stretch along many axes to say
that Allegro CL "works everywhere" in the same sense that Java or Perl
"work everywhere" (and I'm talking about perceptions as much as anything,
so I feel comfortable in not being percise about "work" and "everywhere"
in the latter case).  AFAIK Allegro is the most portable of the commercial
implementations, yet it doesn't have a Macintosh implementation, doesn't
run on IBM mainframes (does it?), etc.  Furthermore I suspect that it's
not practical cost-wise to deploy an application to every box in an
enterprise using Allegro CL in the way you could using Perl or Java; I've
never asked and could be wrong, but even the fact that I would have to ask
is a barrier to it running everywhere.

Personally I'm very pleased about Allegro's portability, but it's the
Mercedes of Lisp implementations in many ways.  As you move down the cost
spectrum, the Lisp implementations that "work everywhere" are lacking in
sexy features.

>   it is because you have higher standards for Common Lisp than for other
>   languages -- which is probably not a bad thing in itself, but it means
>   you are setting yourself up to feel bad about something that is great.
> 
>   This is not to imply that we should not work together to find a common
>   socket interface, etc, for Common Lisp, it just means that some people
>   have to do the work, and that means both using the existing interfaces
>   and suggesting to each vendor how to proceed towards standardization.
>   As long as people are waiting for somebody else to do tings for them,
>   nothing will happen.

I agree absolutely with that.  It's been mentioned in other threads that
"it should be standard" is often code for "I want someone else to have to
do the work."

Tim
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208932656381560@naggum.net>
* Tim Moore <·····@herschel.bricoworks.com>
> It's true as far as it goes, but it's a stretch along many axes to say
> that Allegro CL "works everywhere" in the same sense that Java or Perl
> "work everywhere" (and I'm talking about perceptions as much as anything,
> so I feel comfortable in not being percise about "work" and "everywhere"
> in the latter case).  AFAIK Allegro is the most portable of the commercial
> implementations, yet it doesn't have a Macintosh implementation, doesn't
> run on IBM mainframes (does it?), etc.  Furthermore I suspect that it's
> not practical cost-wise to deploy an application to every box in an
> enterprise using Allegro CL in the way you could using Perl or Java; I've
> never asked and could be wrong, but even the fact that I would have to ask
> is a barrier to it running everywhere.

  The "have to ask" part is naturally a marketing problem.  There are many
  open issues in how to market Common Lisp better to more people.  I am in
  general no fan of marketing practices anywhere.  (Mostly I think it is a
  dishonest and disgraceful business, even while dating a copy writer for a
  large Madison Avenue company. :)  Marketing to engineers generally fails,
  too, because they want information that is so much more cost-efficient to
  wait for them to ask for and employ somebody to answer than to write up
  everything up front.  If they do not want to ask, we get a deadlock.  I
  have no idea how to break that deadlock, but it is clearly too expensive
  for, say, Franz Inc., to write and publish the kind of material that you
  would find published as regular books about, say, Zope.  The whole Common
  Lisp business is predicated on a much closer relationship between vendor
  and developer than most other languages and development tools.  Some do
  not want to contact the vendor to solve their problems, but I think this
  is silly of them.  I have had so many issues resolved by Franz Inc. folks
  over the past few years.  (Although I have gotten seriously miffed at the
  reluctance to listen to "because it is in the specification", and "I do
  not want a work-around when it is clearly non-conforming", so clearly
  they have sufficient success with prioritizing other customers needs.)

> Personally I'm very pleased about Allegro's portability, but it's the
> Mercedes of Lisp implementations in many ways.  As you move down the cost
> spectrum, the Lisp implementations that "work everywhere" are lacking in
> sexy features.

  Mostly because they are not requested and hard to get anybody to build.
  (This is the flip side of free software in small communities.  In effect,
  it works somewhat like taxation.  If you think that you will get less in
  return than you pay, you spend more time avoiding paying taxes than it
  would cost you do what you want and just pay it, which would lower taxes
  for all parties involved or at least get more in return for that paid.)

///
From: Mark Hulme-Jones
Subject: Re: On Lisp
Date: 
Message-ID: <slrn9piq42.pul.mjones@ipx.frottage.org>
In article <················@naggum.net>, Erik Naggum wrote:
>* Mark Hulme-Jones
>> I suspect the kinds of libraries he misses are those for threading,
>> sockets, shared memory, regular expressions and maybe a GUI.  Those are
>> the sorts of things that are 'standard' (In a fairly loose sense of the
>> word) in the Perl and Python worlds.
>
>  The problem with this "analogy", if that is what it is, is that Perl and
>  Python are single-implementation languages and you buy into whatever they
>  give you, qua languages-and-implementation.  This is no different from
>  using a single Common Lisp environment.

Surely part of the point of having a standardised Common Lisp is that I
can reasonably expect to change my vendor without having to change too
much of my source code?  This is exactly what sets a standardised
language like CL apart from something like Perl or Python. A standard
should mean that I differentiate between different vendors
implementations based on factors like efficiency, the usability or the
development environment or the quality of their customer service.  With
Perl or Python I'd have to settle for what I get.  For widely-used
features like sockets and perhaps regexps, a standard is going to do
much more good than harm, much as the CLIM does for user interfaces.
Non-adherence to such standards would make or break my choice of
implementation, giving vendors an added incentive to co-operate.  It's
just a question of which features you consider 'commoditised' enough to
require a definition that vendors should follow.  For CL this means
things like hash tables, vectors, structs and classes.  All I'm saying
is that it would be even better if Regexps and Sockets were included
too.

>> I've also heard it argued that in the so-called internet age, languages
>> now need to support network programming at the core level in order to
>> compete.  In addition to sockets this would presumably mean built-in
>> support for the most popular internet protocols, ie. HTTP, as well as
>> providing datatypes for things like URIs.  Whilst I'm not sure I agree
>> with this, you can be certain that in the eyes of many people, the lack
>> of a standard in this area might make CL look a little dated.
>
> Which other languages have a _standard_ specification for this?  

If by 'standard' you mean a written standard like that for ANSI CL, then
basically none, and I consider this to be a problem (though when and if
Microsoft's submission of C# and it's libraries gets standardised by the
ECMA there might be one).  If on the other hand you mean a de-facto
standard, like that dictated by Sun for Java or the implementors of
languages like Rebol, Ruby and Python, then quite a few.  Personally, I
think that having something like the ANSI standard for CL is an
important thing.  Unfortunately many, many others do not agree with me,
and are prepared to settle for de-facto standards like Java instead.
Creating a written standard for APIs/implementation of important new
features could conceivably boost the attractiveness of CL in many
people's eyes.  Provided that attracting more users of the language is
what one is trying to achieve, of course.

> Why is Common Lisp held to a different standard (pardon the pun) than
> languages that have only a single implementation or who survive wih
> libraries that require significant system-dependent customization like
> that provided by autoconf?

I'm not trying to hold Common Lisp to a different standard.  Perhaps
what I'm really saying is that if you want to make sure that people
realise how much better a standardised CL is than a de-facto standard
like Java, you'd better make sure that CL includes standardised ways of
doing the things that people want to do.

-- 
Mark Hulme-Jones <······@frottage.org>
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3208936964863906@naggum.net>
* Mark Hulme-Jones
> Surely part of the point of having a standardised Common Lisp is that I
> can reasonably expect to change my vendor without having to change too
> much of my source code?

  Yes, of course, but only that which has been standardized!  This is why I
  want standardized features to be implemented fully everywhere, with no
  stupid exceptions and reluctance and bugs -- we iron out the standard
  part and then we move on to new things.  As long as vendors and othes
  retard the common acceptance of the standard and the common trust in its
  implementation, it is so incredibly hard to move on.  As long as someone
  can sit in a corner and whine about his pet conditional, that means that
  the bloody _conditionals_ are still an open issue and common agreement on
  sockets will have to put in a bid for resources along with such stupid
  and petty issues.

  The parts are _not_ standardized will have to just as implementation-
  dependent as people are willing to _accept_ elsewhere.  In fact, the
  reason C and C++ have grown to such successes is that there are lot of
  implementation-dependent features that come with all systems that use
  those languages.  C and Unix is a veritable treasure trove of special
  implementation details.  C++ and Windows have the same relationship.  If
  people had been whining "this is not in the ANSI standad", neither of
  these languages would have succeeded at all.

> A standard should mean that I differentiate between different vendors
> implementations based on factors like efficiency, the usability or the
> development environment or the quality of their customer service.

  Yes, of course, but only for the standardized language.  The rest of the
  environment you need to build real applications cannot actually be fully
  standardized.  Just look around for the other language standards, to see
  how _little_ they actully standardize.  Common Lisp standardizes so much
  more than most other languages.  I refuse to consider the possibility
  that its high quality has turned Common Lisp programmers into spoiled,
  demanding brats, but some people make it so damn hard to stand fast on
  this refusal.

> With Perl or Python I'd have to settle for what I get.

  In practice, you have to settle for what you get in the Common Lisp
  implementations, too, but for some reason, it is acceptable to be unhappy
  about it.  The only part we have good reason _not_ to be satisfied with,
  is lack of conformance.  If somebody wants to sell me a Common Lisp
  system, they had better live up to their claims, but I _choose_ them
  because of the extra-standard features.  That is the point of having a
  standard -- both the specification and conformance should become a
  non-issue.

> For widely-used features like sockets and perhaps regexps, a standard is
> going to do much more good than harm, much as the CLIM does for user
> interfaces.

  Well, if you think so, why have you not submitted a specification to the
  committee?

> Non-adherence to such standards would make or break my choice of
> implementation, giving vendors an added incentive to co-operate.

  Real standards turn an issue into a non-issue.  You just use whatever is
  standardized.  The fewer questions are asked about the legitimacy of a
  standard, the more successful it is.  If you get a socket implementation
  that you have to fight when you need system-dependent socket options,
  have you really gained anything?  (Java sockets are fairly crippled in
  this regard.)

> It's just a question of which features you consider 'commoditised' enough
> to require a definition that vendors should follow.  For CL this means
> things like hash tables, vectors, structs and classes.  All I'm saying is
> that it would be even better if Regexps and Sockets were included too.

  I hate regular expressions.  Not because they are not powerful tools, but
  because they are too powerful tools, and everybody who makes a regular
  expression matcher has a different idea what kind of weird features
  should go in the regular expression syntax, with no way for users to
  extend this functionality without switching to a different regular
  expression package.  I want to stop this cramming of features into the
  syntax and get a real pattern-matching _language_ that I can deal with at
  a much higher level than this character-by-character limitation that all
  regular expression packackes I have seen enforce.  If regular expressions
  are such a boon to mankind why are they not built for sequences of all
  sorts of objects?  I mean, the standard function search does that.

> If by 'standard' you mean a written standard like that for ANSI CL, then
> basically none, and I consider this to be a problem (though when and if
> Microsoft's submission of C# and it's libraries gets standardised by the
> ECMA there might be one).  If on the other hand you mean a de-facto
> standard, like that dictated by Sun for Java or the implementors of
> languages like Rebol, Ruby and Python, then quite a few.

  By "standard" I mean a document that implementations are required to
  adhere to and which people other than the implementors have a say in
  developing.  If that document is documentation for an implementation, it
  is just that, not a standard.  There are many kinds of standards, but
  they have _one_ important thing in common: they are _specifications_.

  If a "de facto standard" has no specification that it can be held up to,
  I think it is a misuse of the term.

> Unfortunately many, many others do not agree with me, and are prepared to
> settle for de-facto standards like Java instead.  Creating a written
> standard for APIs/implementation of important new features could
> conceivably boost the attractiveness of CL in many people's eyes.
> Provided that attracting more users of the language is what one is trying
> to achieve, of course.

  Yes, standards are marketing tools, too, but if they become too much of
  that, they are generally quite horrible as specifications for people who
  are supposed to implement them faithfully.

  However, nothing stops you from implementing a Common Sockets library
  that takes care of presenting a common interface to the various ways
  people have implemented these things.  If you want this, build it.

> I'm not trying to hold Common Lisp to a different standard.  Perhaps what
> I'm really saying is that if you want to make sure that people realise
> how much better a standardised CL is than a de-facto standard like Java,
> you'd better make sure that CL includes standardised ways of doing the
> things that people want to do.

  You need an authority that people are willing to respect in order to get
  to this point.  When vocal forces in the community cannot even respect an
  authority on the conditionals, arguably the most important part of the
  language, forget any chance of respecting an authority on sockets.

  When some people stick to their legacy ways in numerous trivial areas
  when they could not get them into the standard and refuse to accept the
  standard and change their ways in the community interest, there is no
  reason to expect them to respect something as complex as a socket
  interface.  This is the insidiously infectious effect of quarreling over
  features in the standard.  Psychologically, whoever wants to spend any
  time and money standardizing new things when grumpy and bitter old farts
  at the vendors express a very strong disdain for the work you do even
  before you have started?

///
From: Mark Hulme-Jones
Subject: Re: On Lisp
Date: 
Message-ID: <slrn9pkafe.j26.mjones@ipx.frottage.org>
In article <················@naggum.net>, Erik Naggum wrote:
>* Mark Hulme-Jones
>> Surely part of the point of having a standardised Common Lisp is that I
>> can reasonably expect to change my vendor without having to change too
>> much of my source code?

[...]

>  The parts are _not_ standardized will have to just as implementation-
>  dependent as people are willing to _accept_ elsewhere.  In fact, the
>  reason C and C++ have grown to such successes is that there are lot of
>  implementation-dependent features that come with all systems that use
>  those languages.  C and Unix is a veritable treasure trove of special
>  implementation details.  C++ and Windows have the same relationship.  If
>  people had been whining "this is not in the ANSI standad", neither of
>  these languages would have succeeded at all.

This is, unfortunately, true.  In fact it's probably worse, especially
on Windows.  Once you get locked into using the non-standard,
MS-dictated APIs, there's almost nothing short of throwing your code in
the dustbin that you can do to disentangle yourself from them.  This in
turn drives you to code *more* C++ and hire *more* C++ programmers...

>> A standard should mean that I differentiate between different vendors
>> implementations based on factors like efficiency, the usability or the
>> development environment or the quality of their customer service.
>
>  Yes, of course, but only for the standardized language.  The rest of the
>  environment you need to build real applications cannot actually be fully
>  standardized.  

I'm not advocating standardising everything, just certain features that
I, personally, find almost as essential as things like hash tables,
streams and vectors.  (I can see that, since other people's ideas on
what is 'essential' will probably wildly differ from mine, deciding what
to include and what not to include in the standard is not an easy
thing).

>  Just look around for the other language standards, to see how
>  _little_ they actully standardize.

The trend seems to be toward bigger and bigger standards.  The ECMA
standard for C# will probably end up being huge, and I've already read
Bjarne Stroustrup talking a little about what will go into the next
version of the ANSI C++ standard (hash tables and garbage collection for
a start).

>  Common Lisp standardizes so much more than most other languages.  I
>  refuse to consider the possibility that its high quality has turned
>  Common Lisp programmers into spoiled, demanding brats, but some
>  people make it so damn hard to stand fast on this refusal.

I hope I don't sound *too* much like a spoilt brat.  The main reason I'd
like to see a couple of extra things standardised is not so much for my
own benefit, but to make it easier for Lisp programmers in general to
convince others that Common Lisp is a viable alternative.  The case of
sockets is the best example I can think of off-hand, since socket code
in C is (these days) portable between all the major operating systems.

>> For widely-used features like sockets and perhaps regexps, a standard is
>> going to do much more good than harm, much as the CLIM does for user
>> interfaces.
>
>  Well, if you think so, why have you not submitted a specification to the
>  committee?

You'll have to forgive me for this, but until now this had not occurred
to me as a possibility.

>  If you get a socket implementation that you have to fight when you
>  need system-dependent socket options, have you really gained
>  anything?  (Java sockets are fairly crippled in this regard.)

To be fair on Sun, this is actually being worked on for JDK1.4, but I do
see what you mean.  In fact the inadequate socket implementation in Java
is one of the reasons I don't use the language any more.

[...]

>  If a "de facto standard" has no specification that it can be held up to,
>  I think it is a misuse of the term.

I'm just appropriating it from elsewhere, but FWIW I agree with you
here.

>> Unfortunately many, many others do not agree with me, and are prepared to
>> settle for de-facto standards like Java instead.  Creating a written
>> standard for APIs/implementation of important new features could
>> conceivably boost the attractiveness of CL in many people's eyes.
>> Provided that attracting more users of the language is what one is trying
>> to achieve, of course.
>
>  Yes, standards are marketing tools, too, but if they become too much of
>  that, they are generally quite horrible as specifications for people who
>  are supposed to implement them faithfully.

I suppose there are some who would argue that this is already the case
with Common Lisp, without adding anything more...

>  However, nothing stops you from implementing a Common Sockets library
>  that takes care of presenting a common interface to the various ways
>  people have implemented these things.  If you want this, build it.

As I've more recently discovered, someone (Sam Steingold) has actually
saved me the bother of doing this.  

-- 
Mark Hulme-Jones <······@frottage.org>
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcvlmjpf3ds.fsf@famine.OCF.Berkeley.EDU>
······@ipx.frottage.org (Mark Hulme-Jones) writes:

> For CL this means things like hash tables, vectors, structs and
> classes.  All I'm saying is that it would be even better if Regexps
> and Sockets were included too.

Do regular expressions really need a separate Lisp specification?
They're already standardized (by POSIX).  Now, most RE implementations
ignore this standard completely, but there's always the implementation
in the C library (on unix, anyhow).  This is actually quite nice when
writing in C or C++.  Sure, CL would want a different interface to the
RE language, but the variety of reasonable possibilities should be
small enough to make porting between them trivial.
From: Mark Hulme-Jones
Subject: Re: On Lisp
Date: 
Message-ID: <slrn9pp0t2.j26.mjones@ipx.frottage.org>
In article <···············@famine.OCF.Berkeley.EDU>, Thomas F. Burdick wrote:
>······@ipx.frottage.org (Mark Hulme-Jones) writes:
>
>> For CL this means things like hash tables, vectors, structs and
>> classes.  All I'm saying is that it would be even better if Regexps
>> and Sockets were included too.
>
>Do regular expressions really need a separate Lisp specification?
>They're already standardized (by POSIX).  Now, most RE implementations
>ignore this standard completely, but there's always the implementation
>in the C library (on unix, anyhow).  This is actually quite nice when
>writing in C or C++.  Sure, CL would want a different interface to the
>RE language, but the variety of reasonable possibilities should be
>small enough to make porting between them trivial.

The reason I thought it's worth specifying is not so much to ensure the
same interface from vendors (though this would be an obvious bonus), but
to make sure that they provided regexps at all.  It'd be nice to wave
the CL spec at people and say, "See, it supports regexps, so tell me
again what it is Perl can offer me over CL?"

-- 
Mark Hulme-Jones <······@frottage.org>
From: Erik Naggum
Subject: Re: On Lisp
Date: 
Message-ID: <3209116573841422@naggum.net>
* Mark Hulme-Jones
> The reason I thought it's worth specifying is not so much to ensure the
> same interface from vendors (though this would be an obvious bonus), but
> to make sure that they provided regexps at all.  It'd be nice to wave
> the CL spec at people and say, "See, it supports regexps, so tell me
> again what it is Perl can offer me over CL?"

  What is the problem with using a widely available regular expression
  package written in Common Lisp?  (I am actually really curious, and do
  not ask this rhetorically.)

  Incidentally, Perl can offer a million morons who are willing to do
  stupid chores that no thinking person would ever consider worthwhile.
  This keeps all kinds of progress in the software industry back, because
  instead of improving the ways software produces logs (to produce log
  entries with sufficiently good keys that they could be considered to be
  in some normal form, suitable for database-like access paradigms), or
  configuration file formats (to perhaps arrive at a common language, even
  a _rationalized_ XML would suffice), everyone knows that they do not have
  to think about any of these things -- some Perl programmer with a very
  narrow focus and little clue will always glue things together for you.
  Common Lisp cannot compete in that market.

///
From: Steven M. Haflich
Subject: Re: On Lisp
Date: 
Message-ID: <3B9CED81.17D1264C@pacbell.net>
Erik Naggum wrote:

> > The reason I thought it's worth specifying is not so much to ensure the
> > same interface from vendors (though this would be an obvious bonus), but
> > to make sure that they provided regexps at all.  It'd be nice to wave
> > the CL spec at people and say, "See, it supports regexps, so tell me
> > again what it is Perl can offer me over CL?"

> What is the problem with using a widely available regular expression
> package written in Common Lisp?  (I am actually really curious, and do
> not ask this rhetorically.)

The reason I don't like the lisp regexp packages available to me is that
they are, IMO, poorly designed as natural extensions to the Lisp language.
This isn't merely an aesthetic complaint; the fit is so poor that the
regexp packages are extremely difficult to use in nontrivial ways.

Everyone who has used regexps (in Emacs, shells, Perl, or wherever) knows
that nontrivial regexps are hard to write.  This is because a regexp
string contains a very high concentration of syntax characters, and because
those syntax characters must usually be escaped, and because those escape
characters are so often also appear as literal characters of the regexp.

Recently I had to write a html screen scraper and used regexps to extract
the fragments in which I was interested.  It wasn't pretty.  Here are two
examples from that program:

(match-regexp
  (format nil
          "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
          #\newline #\newline #\newline)
  ...)

(match-regexp
  "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
  ...)

These are nearly write-only code.  They are hard to write, and even
harder for a human to scan.  (The #\newline business is relevant only
to the extent that I needed to reconcile the differences between
newline treatment in regexp expressionss, in html, and in lisp source.
Even without the newline crocks, the regexps are unreadable as Lisp code.)
It seems so odd that sophisticated programmers can argue in favor of
regexp while simultaneously participating in the LOOP and IF* religious
syntax wars.

Most of this mess arises IMO because regexps are specified as strings.
The logically first thing a regexp implementation must do is parse that
string into some sort of semantic tree (which is later transformed to
generate pseudocode for a regexp engine, or perhaps real Lisp code).
That tree is (or could be) much clearer for humans both to write and to
read.  It is almost logically necessary for the implementation to have
such a tree internally, but usually it is not documented, externally
available, or designed in a clean enough syntax for expernal use.

So why do Lisp regexp implementations code regexps as strings?

I suspect the reason is that most programmers first encountered regexps
in Unix land, where the common languages (shell, grep, etc.) had no
viable alternatives.  Indeed, one regexp imlpementer with whom I privately
discussed this said something to the effect "But regexps _are_ strings."
(Elisp had other alternatives, but I suspect the retention of strings was
cultural.)  Since a regexp is fundamentally a tree (often extended to
allow variable unification, i.e., "whatever matches this node here must be
the same as what matched that earlier node there") it is otherwise
incomprehensible that the regexp binding in a language where trees were
the first datatype would not use trees!

(Anyone who doesn't understand that a "regular expression" is essentially
a representation of a Finite State Machine state transition diagram should
consult a useful resource such as

  http://www.lib.uchicago.edu/keith/tcl-course/topics/regexp.html

but you might as well stop reading when you come to the section "Regular
Expressions in Unix" which begins the descent into Hell.)

In detail, it would be no big deal also to provide a front end that
parses string-form regexps into the tree (and maybe also the other
direction).  But IMO it is first and foremost that some tree expression
be the primary form of regexp expression in Lisp.

I don't mean to slew this thread into a design of regexp, so I'll close
by explaining what this has to do with Erik's question:

>   What is the problem with using a widely available regular expression
>   package written in Common Lisp?  (I am actually really curious, and do
>   not ask this rhetorically.)

Now, it is (to me) compelling that a standard Lisp regexp api should use
some tree form expression rather than regexp strings.  Others may disagree,
and some appropriate standards body could deliberate the question and form
a decision.  However, the current way the community adds things like
regexps and *ml tools is for one hacker is just to code something and make
it available.  It is both the blessing and curse of Lisp that one person
can so easily do so much.  There is no guarantee that a group of people
will make better choices than a single person, but there is greater chance
that more issues will be considered, because each issue is more likely
to occur to at least one member of a group than to a single individual.
Indeed, the refinement that the standardization process can bring could
prevent regexp adding fodder for years more religious wars such as we have
from time to time over LOOP and IF*.
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcvelpex1we.fsf@apocalypse.OCF.Berkeley.EDU>
"Steven M. Haflich" <·······@pacbell.net> writes:

> Erik Naggum wrote:
>
> >   What is the problem with using a widely available regular expression
> >   package written in Common Lisp?  (I am actually really curious, and do
> >   not ask this rhetorically.)

Are there any?  When I've looked, I've found buggy implementations,
and "Perl-compatible" implementations, etc., but nothing I'd want to
use.  Since I only use unix, I just wrap up the POSIX api.

> Now, it is (to me) compelling that a standard Lisp regexp api should use
> some tree form expression rather than regexp strings.  Others may disagree,
> and some appropriate standards body could deliberate the question and form
> a decision.  However, the current way the community adds things like
> regexps and *ml tools is for one hacker is just to code something and make
> it available.  It is both the blessing and curse of Lisp that one person
> can so easily do so much.  There is no guarantee that a group of people
> will make better choices than a single person, but there is greater chance
> that more issues will be considered, because each issue is more likely
> to occur to at least one member of a group than to a single individual.
> Indeed, the refinement that the standardization process can bring could
> prevent regexp adding fodder for years more religious wars such as we have
> from time to time over LOOP and IF*.

Lisp regexs should follow the POSIX standard.  There are 1001
different, non-conforming regex implementations, and the extra effort
that goes into learning their weird extensions are IMO not justified
by what they add.

Now, that said, I would like to see regexs specified to follow the
POSIX standard, including representation as a string -- however, I see
no reason why we shouldn't also make a macro system that produces
these strings from a nice, readable symbolic representation.  I have a
partially done implementation of this, and to the extent that it
works, it's nice to use.  It's RE's are massively verbose, but then
again, there's a lot going on, so they should be.  If I don't want
them wasting screen space, I'll asign them to a constant or global
variable.  The best thing, though, is that I can modify them several
months later.
From: Sam Steingold
Subject: Re: On Lisp
Date: 
Message-ID: <ulmjm7o8f.fsf@xchange.com>
> * In message <···············@apocalypse.OCF.Berkeley.EDU>
> * On the subject of "Re: On Lisp"
> * Sent on 10 Sep 2001 12:48:49 -0700
> * Honorable ···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
>
> Are there any?  When I've looked, I've found buggy implementations,
> and "Perl-compatible" implementations, etc., but nothing I'd want to
> use.  Since I only use unix, I just wrap up the POSIX api.

http://clisp.cons.org/impnotes.html#modules
http://clisp.cons.org/impnotes.html#regexp

-- 
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
Computer are like air conditioners: they don't work with open windows!
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcv4rqaffrr.fsf@conquest.OCF.Berkeley.EDU>
Sam Steingold <···@gnu.org> writes:

> > * In message <···············@apocalypse.OCF.Berkeley.EDU>
> > * On the subject of "Re: On Lisp"
> > * Sent on 10 Sep 2001 12:48:49 -0700
> > * Honorable ···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> >
> > Are there any?  When I've looked, I've found buggy implementations,
> > and "Perl-compatible" implementations, etc., but nothing I'd want to
> > use.  Since I only use unix, I just wrap up the POSIX api.
> 
> http://clisp.cons.org/impnotes.html#modules
> http://clisp.cons.org/impnotes.html#regexp

Is this module anything more than a wrapper over the POSIX stuff in
the C library?  That's what I'd assumed it was.  Is it documented
anywhere?
From: Sam Steingold
Subject: Re: On Lisp
Date: 
Message-ID: <uk7z56c0y.fsf@xchange.com>
> * In message <···············@conquest.OCF.Berkeley.EDU>
> * On the subject of "Re: On Lisp"
> * Sent on 10 Sep 2001 22:38:48 -0700
> * Honorable ···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
>
> Sam Steingold <···@gnu.org> writes:
> > > * Honorable ···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> > >
> > > Are there any?  When I've looked, I've found buggy implementations,
> > > and "Perl-compatible" implementations, etc., but nothing I'd want to
> > > use.  Since I only use unix, I just wrap up the POSIX api.
> > 
> > http://clisp.cons.org/impnotes.html#modules
> > http://clisp.cons.org/impnotes.html#regexp
> 
> Is this module anything more than a wrapper over the POSIX stuff in
> the C library?  That's what I'd assumed it was.  Is it documented
> anywhere?

yes. here: 
http://clisp.cons.org/impnotes.html#regexp
and
http://clisp.cons.org/impnotes.html#modules
please RTFM before asking.

-- 
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
If it has syntax, it isn't user friendly.
From: Fred Gilham
Subject: Re: On Lisp
Date: 
Message-ID: <u7n1401fme.fsf@snapdragon.csl.sri.com>
Sam Steingold <···@gnu.org> writes:
> > * Honorable ···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> > 
> > Is this module anything more than a wrapper over the POSIX stuff in
> > the C library?  That's what I'd assumed it was.  Is it documented
> > anywhere?
> 
> yes. here: 
> http://clisp.cons.org/impnotes.html#regexp
> and
> http://clisp.cons.org/impnotes.html#modules
> please RTFM before asking.

The sum total of the regexp documentation on that page seems to
consist of the following example:

----------------------------------------
regexp 

     The POSIX Regular Expressions matching, compiling, executing.

     The following code computes the number of people who use a particular shell:

     (use-package :regexp)
     (sexp ((h (make-hash-table :test #'equal :size 10)) (n 0))
       (with-open-file (f "/etc/passwd")
         (with-loop-split (s f ":")
           (let ((sh (seventh s)))
             (if (gethash sh h)
                 (incf (gethash sh h))
                 (setf (gethash sh h) 1)))))
       (with-hash-table-iterator (i h)
         (loop (multiple-value-bind (r k v) (i)
                 (unless r (return))
                 (format t "[~d] ~s~30t== ~5:d~%" (incf n) k v)))))



     The same is done by the following Perl:

     #!/usr/local/bin/perl -w

     use diagnostics;
     use strict;

     my $IN = $ARGV[0];
     open(INF,"< $IN") || die "$0: cannot read file [$IN]: $!\n;";
     my %hash;
     while (<INF>) {
       chop;
       my @all = split($ARGV[1]);
       my $shell = ($#all >= 6 ? $all[6] : "");
       if ($hash{$shell}) { $hash{$shell} ++; }
       else { $hash{$shell} = 1; }
     }
     my $ii = 0;
     for my $kk (keys(%hash)) {
       print "[",++$ii,"] \"",$kk,"\"  --  ",$hash{$kk},"\n";
     }
----------------------------------------

Am I missing something?

-- 
Fred Gilham                                   ······@csl.sri.com
I was storing data in every conceivable way, including keeping a chain
of sound waves running between the speaker and the microphone. There
was no more memory left to be had....
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcvk7z4nulc.fsf@conquest.OCF.Berkeley.EDU>
Sam Steingold <···@gnu.org> writes:

> > * In message <···············@conquest.OCF.Berkeley.EDU>
> > * On the subject of "Re: On Lisp"
> > * Sent on 10 Sep 2001 22:38:48 -0700
> > * Honorable ···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> >
> > Sam Steingold <···@gnu.org> writes:
> > > > * Honorable ···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> > > >
> > > > Are there any?  When I've looked, I've found buggy implementations,
> > > > and "Perl-compatible" implementations, etc., but nothing I'd want to
> > > > use.  Since I only use unix, I just wrap up the POSIX api.
> > > 
> > > http://clisp.cons.org/impnotes.html#modules
> > > http://clisp.cons.org/impnotes.html#regexp
> > 
> > Is this module anything more than a wrapper over the POSIX stuff in
> > the C library?  That's what I'd assumed it was.  Is it documented
> > anywhere?
> 
> yes. here: 
> http://clisp.cons.org/impnotes.html#regexp
> and
> http://clisp.cons.org/impnotes.html#modules
> please RTFM before asking.

Please RTFPost before posting a rude response.  I don't consider an
example that doesn't even contain a regular expression to be
"documentation".  Hell, I hardly consider it an example.  If the
answer was "no", you could just say so.
From: Sam Steingold
Subject: Re: On Lisp
Date: 
Message-ID: <uvgioulr0.fsf@xchange.com>
> * In message <···············@conquest.OCF.Berkeley.EDU>
> * On the subject of "Re: On Lisp"
> * Sent on 12 Sep 2001 11:15:59 -0700
> * Honorable ···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
>
> > http://clisp.cons.org/impnotes.html#regexp
> 
> I don't consider an example that doesn't even contain a regular
> expression to be "documentation".  Hell, I hardly consider it an
> example.  If the answer was "no", you could just say so.

I believe http://clisp.cons.org/impnotes.html#regexp
links to http://clisp.cons.org/regexp.html
doesn't it?

-- 
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
Type louder, please.
From: Fred Gilham
Subject: Re: On Lisp
Date: 
Message-ID: <u7lmjjyru8.fsf@snapdragon.csl.sri.com>
Sam Steingold writes:
> I believe http://clisp.cons.org/impnotes.html#regexp links to
> http://clisp.cons.org/regexp.html doesn't it?

Hmn, it seems to now.  It didn't seem to yesterday....

-- 
Fred Gilham                                        ······@csl.sri.com
``This is mere entertainment featuring fictional characters. No real
human relationships were shattered in the making of this TV series.''
From: Peter Wood
Subject: Re: On Lisp
Date: 
Message-ID: <80lmjjkwkd.fsf@localhost.localdomain>
···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:

> Please RTFPost before posting a rude response.  I don't consider an
> example that doesn't even contain a regular expression to be
> "documentation".  Hell, I hardly consider it an example.  If the
> answer was "no", you could just say so.

Please RTFM before you mouth off.  There is ample documentation for
regexp.  Of course if you don't know how to follow hyperlinks, you
might experience difficulty.

Peter
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcvsndqlt17.fsf@apocalypse.OCF.Berkeley.EDU>
Peter Wood <··········@worldonline.dk> writes:

> ···@conquest.OCF.Berkeley.EDU (Thomas F. Burdick) writes:
> 
> > Please RTFPost before posting a rude response.  I don't consider an
> > example that doesn't even contain a regular expression to be
> > "documentation".  Hell, I hardly consider it an example.  If the
> > answer was "no", you could just say so.
> 
> Please RTFM before you mouth off.  There is ample documentation for
> regexp.  Of course if you don't know how to follow hyperlinks, you
> might experience difficulty.

I really don't understand the insanely hostile response I've been
getting here.  Sam Steingold mentioned the CLISP regex package, I
asked if it was just a wrapper over the POSIX API, and if it was
documented.  He points me to the implementation notes, which give an
example, but not any documentation and tells me RTFM.  Not exactly a
reasonable response, especially since the regex documentation is NEW.
It sure as hell didn't USED to be there.  It's pretty understandable
how someone could miss that ONE SINGLE WORD of something he'd read
before had been turned to a hyperlink.  And then you respond with
this.

Now, as for you, Peter Wood, was I talking to you?  Or did you just
feel the need to butt in and be an asshole for no good reason?  Did
you add anything useful to this conversation?  If I had noticed that
ONE NEW WORD had turned into a link, I would not have asked if there
was documentation.  I hardly consider a slightly rude followup to a
VERY rude response to be "mouthing off".  As for your uncalled-for,
insulting, utterly useless post, that's a nicer term that what I'd
use.
From: Peter Wood
Subject: Re: On Lisp
Date: 
Message-ID: <80zo7wpfl0.fsf@localhost.localdomain>
···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:

> Now, as for you, Peter Wood, was I talking to you? 

Its a public forum, Thomas F. Burdick.  Perhaps some of the rudeness
you perceive can be attributed to posing Clisp specific questions on
CLL.  There is a Clisp mailing list, which you should use for Clisp
specific questions and criticisms.

Anyway, my post was over the top, I admit, and apologise.

Regards,
Peter
From: Tim Bradshaw
Subject: Re: On Lisp
Date: 
Message-ID: <ey3ofojm1mw.fsf@cley.com>
* Steven M Haflich wrote:

> So why do Lisp regexp implementations code regexps as strings?

There was some discussion here a while back (a year or so?) on a
regexp syntax for Lisp which was sexp based, not string-based.  I
think Will Deakin did some work on this.  It relates somehow to scsh
as well, which has at least one sexp-based syntax for regexps.  I
don't know if there's an actual implementation of anything like this
for CL - there probably is...

--tim
From: Arthur Lemmens
Subject: Re: On Lisp
Date: 
Message-ID: <3B9D2198.68AC26C9@xs4all.nl>
Tim Bradshaw wrote:

> There was some discussion here a while back (a year or so?) on a
> regexp syntax for Lisp which was sexp based, not string-based.  I
> think Will Deakin did some work on this.  It relates somehow to scsh
> as well, which has at least one sexp-based syntax for regexps.  

You probably mean http://www.ai.mit.edu/~shivers/sre.txt.
From: Arthur Lemmens
Subject: Re: On Lisp
Date: 
Message-ID: <3B9D22F5.87E6FC4C@xs4all.nl>
Tim Bradshaw wrote:

> There was some discussion here a while back (a year or so?) on a
> regexp syntax for Lisp which was sexp based, not string-based.  I
> think Will Deakin did some work on this.  It relates somehow to scsh
> as well, which has at least one sexp-based syntax for regexps.  

You probably mean http://www.ai.mit.edu/~shivers/sre.txt.
Here's a small quote from the introduction:
  This document describes the regular-expression system used in scsh.
  The system is composed of several pieces:
  - An s-expression notation for writing down general regular 
    expressions. In most systems, regexps are encoded as string 
    literals. In scsh, they are written using s-expressions. 

> I don't know if there's an actual implementation of anything like 
> this for CL - there probably is...

Not that I know of (but I'd love to be proven wrong).

Arthur Lemmens
From: Tim Bradshaw
Subject: Re: On Lisp
Date: 
Message-ID: <ey3k7z6m65k.fsf@cley.com>
* Arthur Lemmens wrote:

> You probably mean http://www.ai.mit.edu/~shivers/sre.txt.

I think it was influenced by that but perhaps not the same (as I
remember SRE has a couple of things which would make it not work
really well in CL, possibly `|' as a symbol name or something).

Someone's also pointed out in private mail that there are at least
several other SRE-style regexp packages for CL...

--tim
From: Lieven Marchand
Subject: Re: On Lisp
Date: 
Message-ID: <m3d74y3fiq.fsf@localhost.localdomain>
Tim Bradshaw <···@cley.com> writes:

> * Steven M Haflich wrote:
> 
> > So why do Lisp regexp implementations code regexps as strings?
> 
> There was some discussion here a while back (a year or so?) on a
> regexp syntax for Lisp which was sexp based, not string-based.  I
> think Will Deakin did some work on this.  It relates somehow to scsh
> as well, which has at least one sexp-based syntax for regexps.  I
> don't know if there's an actual implementation of anything like this
> for CL - there probably is...

I think you mean Olin Shivers' SRE proposal. 

I've implemented it (with a few changes in names since Olins spec was
for Scheme so there were a few clashes with already used names in CL
and I didn't like the terse style of some of his identifiers) using a
C library called PCRE (Perl compatible regular expressions).

That said, I've found that regular expressions are so rarely the
correct answer to a problem that I've hardly used it. 

If someone wants the code, drop me a mail and I'll dig it up. The FFI
part is done for Lispworks/Linux and is 20 some lines. The rest is
portable.

-- 
Lieven Marchand <···@wyrd.be>
She says, "Honey, you're a Bastard of great proportion."
He says, "Darling, I plead guilty to that sin."
Cowboy Junkies -- A few simple words
From: Will Deakin
Subject: Re: On Lisp
Date: 
Message-ID: <3B9DDB22.4030304@hotmail.com>
Tim Bradshaw wrote:
 > There was some discussion here a while back (a year or so?) on a
 > regexp syntax for Lisp which was sexp based, not string-based.
This was in October(ish) 1999 when I attempted to kick off a 
standardisation of cl regexp syntax.  I wrote up the some thoughts that I 
pretensiously called 'proposed specification for Lisp REGEXP' (try google) 
and if anybody would like I can tidy this up and post it. However, since 
this overlapped with the birth of my son, I have spent far more time on 
cleaning up milky spew and less on sorting this out than I might have 
liked. Or not.

I was also know of and was kindly supplied with a number trial 
implementations of CL regexp implementations. Again, if there is any 
interest, I would gladly attempt to make this available -- having, of 
course, obtained permission from the people involved about this.

 > It relates somehow to scsh as well, which has at least one sexp-based
 > syntax for regexps.
I had a good look a scsh, which was excellent. However, IIRC it is based on 
a C regexp library that is linked into scsh when it is built. There would 
be a problem with integrating this with a cl implementation. Which is why I 
started looking at a regexp implementation written in cl but without the 
wit, skill or time to do anything about this.

:)will
From: Friedrich Dominicus
Subject: Re: On Lisp
Date: 
Message-ID: <877kv75679.fsf@frown.here>
"Steven M. Haflich" <·······@pacbell.net> writes:

> 
> (match-regexp
>   (format nil
>           "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
>           #\newline #\newline #\newline)
>   ...)
> 
> (match-regexp
>   "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
>   ...)

Well I agree it does not look nice. So if it is allowed I suggest you
check out SCSH (Scheme Shell) please read the handbook (page 112) You
might find that nicer. To me it seems to fit nicely into Scheme, so
maybe this time the Common Lisper can learn from Scheme ;-)

Regards
Friedrich
From: Paolo Amoroso
Subject: Re: On Lisp
Date: 
Message-ID: <A9CdO8clswFa158ECILZeDtpKbUs@4ax.com>
On 10 Sep 2001 19:03:22 +0200, Friedrich Dominicus
<·····@q-software-solutions.com> wrote:

> Well I agree it does not look nice. So if it is allowed I suggest you
> check out SCSH (Scheme Shell) please read the handbook (page 112) You
> might find that nicer. To me it seems to fit nicely into Scheme, so
> maybe this time the Common Lisper can learn from Scheme ;-)

Olin Shivers designed--intentionally, I think--the SRE notation so that it
can be used with both Scheme and Common Lisp.


Paolo
-- 
EncyCMUCLopedia * Extensive collection of CMU Common Lisp documentation
http://web.mclink.it/amoroso/ency/README
[http://cvs2.cons.org:8000/cmucl/doc/EncyCMUCLopedia/]
From: Simon Andr�s
Subject: Re: On Lisp
Date: 
Message-ID: <vcdwv37ndf7.fsf@russell.math.bme.hu>
"Steven M. Haflich" <·······@pacbell.net> writes:


> The reason I don't like the lisp regexp packages available to me is that
> they are, IMO, poorly designed as natural extensions to the Lisp language.
> This isn't merely an aesthetic complaint; the fit is so poor that the
> regexp packages are extremely difficult to use in nontrivial ways.
> 
> Everyone who has used regexps (in Emacs, shells, Perl, or wherever) knows
> that nontrivial regexps are hard to write.  This is because a regexp
> string contains a very high concentration of syntax characters, and because
> those syntax characters must usually be escaped, and because those escape
> characters are so often also appear as literal characters of the regexp.
> 
> Recently I had to write a html screen scraper and used regexps to extract
> the fragments in which I was interested.  It wasn't pretty.  Here are two
> examples from that program:
> 
> (match-regexp
>   (format nil
>           "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
>           #\newline #\newline #\newline)
>   ...)
> 
> (match-regexp
>   "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
>   ...)
> 
> These are nearly write-only code.  They are hard to write, and even
> harder for a human to scan.  (The #\newline business is relevant only
> to the extent that I needed to reconcile the differences between
> newline treatment in regexp expressionss, in html, and in lisp source.
> Even without the newline crocks, the regexps are unreadable as Lisp code.)
> It seems so odd that sophisticated programmers can argue in favor of
> regexp while simultaneously participating in the LOOP and IF* religious
> syntax wars.
> 
> Most of this mess arises IMO because regexps are specified as strings.
> The logically first thing a regexp implementation must do is parse that
> string into some sort of semantic tree (which is later transformed to
> generate pseudocode for a regexp engine, or perhaps real Lisp code).
> That tree is (or could be) much clearer for humans both to write and to
> read.  It is almost logically necessary for the implementation to have
> such a tree internally, but usually it is not documented, externally
> available, or designed in a clean enough syntax for expernal use.
> 
> So why do Lisp regexp implementations code regexps as strings?
> 

Dorai Sitaram's pregexp (Portable Regular Expressions for Scheme and
Common Lisp) package allows you to write both strings and trees. Your
examples become

CLASS(389): (pregexp (format nil
          "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
          #\newline #\newline #\newline))
(:SUB
 (:OR
  (:SEQ #\< #\a #\Space #\h #\r #\e #\f #\= #\" #\(
   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\" #\Linefeed))) #\R
          #\T #\=
   #\T #\E (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\"
          #\Linefeed))) #\)
   #\" #\> #\( (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS
          #\Linefeed))) #\)
   #\< #\/ #\a #\>)))

CLASS(390): (pregexp
"href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>")
(:SUB
 (:OR
  (:SEQ #\h #\r #\e #\f #\= #\" #\(
   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\"))) #\J #\_ #\_
#\P #\I #\N
   #\D #\E #\X (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\")))
#\) #\"
   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\>))) #\> #\< #\B
#\> #\(
   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\<))) #\) #\< #\/
#\B #\> #\<
   #\/ #\a #\>)))

This is just for illustration. The point is that you can forget about
strings altogether. It's quite nice, if one can say this of regexps in
*any* form :-).

Andras
From: Dorai Sitaram
Subject: Re: On Lisp
Date: 
Message-ID: <9nja8j$h48$1@news.gte.com>
In article <···············@russell.math.bme.hu>,
Simon Andr�s <······@math.bme.hu> wrote:
>"Steven M. Haflich" <·······@pacbell.net> writes:
>
>> 
>> Recently I had to write a html screen scraper and used regexps to extract
>> the fragments in which I was interested.  It wasn't pretty.  Here are two
>> examples from that program:
>> 
>> (match-regexp
>>   (format nil
>>           "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
>>           #\newline #\newline #\newline)
>>   ...)
>> 
>> (match-regexp
>>   "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
>>   ...)
>> 
>> ...
>> Most of this mess arises IMO because regexps are specified as strings.
>> The logically first thing a regexp implementation must do is parse that
>> string into some sort of semantic tree (which is later transformed to
>> generate pseudocode for a regexp engine, or perhaps real Lisp code).
>> That tree is (or could be) much clearer for humans both to write and to
>> read.  It is almost logically necessary for the implementation to have
>> such a tree internally, but usually it is not documented, externally
>> available, or designed in a clean enough syntax for expernal use.
>> 
>> So why do Lisp regexp implementations code regexps as strings?
>> 
>
>Dorai Sitaram's pregexp (Portable Regular Expressions for Scheme and
>Common Lisp) package allows you to write both strings and trees. Your
>examples become
>
>CLASS(389): (pregexp (format nil
>          "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
>          #\newline #\newline #\newline))
>(:SUB
> (:OR
>  (:SEQ #\< #\a #\Space #\h #\r #\e #\f #\= #\" #\(
>   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\" #\Linefeed))) #\R
>..etc...
>
>This is just for illustration. The point is that you can forget about
>strings altogether. It's quite nice, if one can say this of regexps in
>*any* form :-).

Your expansions are not quite right, because he
(Haflich) is using escaped characters as
metacharacters, and of course representing them in a
Lisp string needs another escape.  Perl-type regexps
use metacharacters without escape, and such characters
need escaping (twice, in a Lisp string) only when they
must be treated literally.  I find this approach
greatly cuts down on the "row of toothpicks"
nature of a Lisp regexp string.   I don't mind
double-escaping the odd metacharacter-as-literal
because it doesn't impede the reading of the "control
words" in the regexp language.

In this case, Perl-compatibility actually makes for
more readable regexps in Lisp.  IMCO. 

--d

ps: C = current!
From: Simon Andr�s
Subject: Re: On Lisp
Date: 
Message-ID: <vcdu1y9mu61.fsf@russell.math.bme.hu>
····@goldshoe.gte.com (Dorai Sitaram) writes:

> In article <···············@russell.math.bme.hu>,
> Simon Andr�s <······@math.bme.hu> wrote:
> >
> >Dorai Sitaram's pregexp (Portable Regular Expressions for Scheme and
> >Common Lisp) package allows you to write both strings and trees. Your
> >examples become
> >
> >CLASS(389): (pregexp (format nil
> >          "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
> >          #\newline #\newline #\newline))
> >(:SUB
> > (:OR
> >  (:SEQ #\< #\a #\Space #\h #\r #\e #\f #\= #\" #\(
> >   (:BETWEEN NIL 0 NIL (:NEG-CHAR (:ONE-OF-CHARS #\" #\Linefeed))) #\R
> >..etc...
> >
> >This is just for illustration. The point is that you can forget about
> >strings altogether. It's quite nice, if one can say this of regexps in
> >*any* form :-).
> 
> Your expansions are not quite right, because he
> (Haflich) is using escaped characters as
> metacharacters, and of course representing them in a
> Lisp string needs another escape.  Perl-type regexps
> use metacharacters without escape, and such characters
> need escaping (twice, in a Lisp string) only when they
> must be treated literally.  I find this approach
> greatly cuts down on the "row of toothpicks"
> nature of a Lisp regexp string.   I don't mind
> double-escaping the odd metacharacter-as-literal
> because it doesn't impede the reading of the "control
> words" in the regexp language.
> 
> In this case, Perl-compatibility actually makes for
> more readable regexps in Lisp.  IMCO. 
> 
> --d

Thanks for the correction.

My point was only that there does exist a CL regexp package with lispy
syntax and to show an example or two of how regexps look like in
it. That's why I wrote that this was just an illustration. But I
should've been more explicit.

Andras
From: Frode Vatvedt Fjeld
Subject: Re: On Lisp
Date: 
Message-ID: <2hzo824w08.fsf@dslab7.cs.uit.no>
"Steven M. Haflich" <·······@pacbell.net> writes:

> (match-regexp
>   (format nil
>           "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
>           #\newline #\newline #\newline)
>   ...)
> 
> (match-regexp
>   "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
>   ...)
> 
> These are nearly write-only code.  They are hard to write, and even
> harder for a human to scan.

Maybe some special syntax (a reader macro) for string literals where
one wouldn't have to escape so many regexp-esque characters would be
helpful? At least you should be able to get the same level of read-
and writability as other regexp interfaces.

-- 
Frode Vatvedt Fjeld
From: Tim Moore
Subject: Re: On Lisp
Date: 
Message-ID: <9nj9vg$qpv$0@216.39.145.192>
On 10 Sep 2001, Frode Vatvedt Fjeld wrote:

> "Steven M. Haflich" <·······@pacbell.net> writes:
> 
> > (match-regexp
> >   (format nil
> >           "<a href=\"\\([^\"~c]*RT=TE[^\"~c]*\\)\">\\([^~c]*\\)</a>"
> >           #\newline #\newline #\newline)
> >   ...)
> > 
> > (match-regexp
> >   "href=\"\\([^\"]*J__PINDEX[^\"]*\\)\"[^>]*><B>\\([^<]*\\)</B></a>"
> >   ...)
> > 
> > These are nearly write-only code.  They are hard to write, and even
> > harder for a human to scan.
> 
> Maybe some special syntax (a reader macro) for string literals where
> one wouldn't have to escape so many regexp-esque characters would be
> helpful? At least you should be able to get the same level of read-
> and writability as other regexp interfaces.

Or just use another character as the escape/command. #\~ has some
precedent in that role...

Tim
From: Hannu Koivisto
Subject: Re: On Lisp
Date: 
Message-ID: <87n142sqfo.fsf@lynx.ionific.com>
"Steven M. Haflich" <·······@pacbell.net> writes:

| Most of this mess arises IMO because regexps are specified as strings.
| The logically first thing a regexp implementation must do is parse that
| string into some sort of semantic tree (which is later transformed to
| generate pseudocode for a regexp engine, or perhaps real Lisp code).
| That tree is (or could be) much clearer for humans both to write and to
| read.  It is almost logically necessary for the implementation to have
| such a tree internally, but usually it is not documented, externally
| available, or designed in a clean enough syntax for expernal use.
...
| In detail, it would be no big deal also to provide a front end that
| parses string-form regexps into the tree (and maybe also the other
| direction).  But IMO it is first and foremost that some tree expression

Such a package isn't exactly a little deal either.  Based on a
design by Olin Shivers and his Scheme implementation of it, I wrote
a package during 1999--2000 that does pretty much what you
describe.  Not counting my generic library of misc. macros and
utility functions, it is ~165kB of code and that doesn't include
the actual matching engine (I use PCRE via FFI because writing such
an optimized engine would take two more years of my spare time) and
few features that should be there.

There is s-expression surface syntax (it can subsume POSIX regexp
strings too) which gets transformed into a tree of regexp objects
which is the representation used internally (it can also be used
from outside).  During this transformation some simple
optimizations are done.  There is also a more complex optimizer.
The interface includes a macro takes an s-expression regexp,
converts it into an internal format, runs the optimizer on it and
compiles it (by first applying an internal representation -> POSIX
regexp transformation and then compiling the result with PCRE) if
the regexp is static (i.e. it doesn't include code that constructs
parts of the regexp at run-time) or if not, transforms the
partially optimized regexp into code that constructs and compiles
the final regexp at run-time.

I thought I would test it personally for a year or two before
releasing it and at the same time write the missing features but it
turned out I haven't had much need for it lately so the missing
features remain unimplemented and there are two known bugs that I
haven't bothered to fix.  It also doesn't handle anything else but
characters, which seems to be of a concern to some.  It doesn't
support Unicode --- something I would certainly like to add,
although that may be rather hard at the moment as CMUCL, the CL
implementation that I use, doesn't support Unicode.  The syntax has
some LOOPish problems (due to package's Scheme-heritage) that also
need to be fixed.

Even just this remaining work feels quite a big deal to me :)
Especially Unicode support seemed somewhat involved when I last
took a look at it.  Sadly there's not much I can do about it at the
moment.

One of the things that have kept me away from finishing that code
is that I'd really like to implement something along the lines of
parser combinators.  I've noticed that some people still get
excited about the META parsing technique.  It would be nice to show
them that Common Lisp can do even better than that.

-- 
Hannu
From: Jochen Schmidt
Subject: Re: On Lisp
Date: 
Message-ID: <9njcgf$jj4$1@rznews2.rrze.uni-erlangen.de>
Hannu Koivisto wrote:

> One of the things that have kept me away from finishing that code
> is that I'd really like to implement something along the lines of
> parser combinators.  I've noticed that some people still get
> excited about the META parsing technique.  It would be nice to show
> them that Common Lisp can do even better than that.

Depends on what you mean by "better".
META is extremely simple and is by far easier to implement than regexps.
I still think that regexps are a really bad parsing technique but for
very simple things (like URI parsing) they are ok.
But why do I need a 165k regex library with FFI bindings to a C-lib to
parse simple things like URIs if you get essentially the same in less
than 100 lines?

The problem nowadays is that people use regexps (which are nice for editors
shells and very simply grammars) for rather complex tasks and create 
incredible bad and slow code. This is probably the price we had to pay for
the millions of perl drones we supported...


ciao,
Jochen

--
http://www.dataheaven.de
From: Hannu Koivisto
Subject: Re: On Lisp
Date: 
Message-ID: <87iteqrsle.fsf@lynx.ionific.com>
Jochen Schmidt <···@dataheaven.de> writes:

| Hannu Koivisto wrote:
| 
| > parser combinators.  I've noticed that some people still get
| > excited about the META parsing technique.  It would be nice to show
| > them that Common Lisp can do even better than that.
| 
| Depends on what you mean by "better".

I should have said "...show them a somewhat similar but IMO even
more elegant method".

| META is extremely simple and is by far easier to implement than regexps.

It sure is.  And it also makes it easy to move on from lexing
characters to parsing lists etc.  But I just don't feel like using
it for anything more complex than perhaps parsing URIs just like I
don't feel like using Scheme for any real work, even though it is
simple too.  This doesn't mean I prefer regexps; I don't, and
that's exactly why I'd like to implement a production-level parser
combinator library -- a refined META parsing system in a way.  META
doesn't support error reporting and correction, requires manual
left factoring, the parsers get easily convoluted with SETQs/PUSHs
(combined with the reader macros proposed by Baker, I don't find
the example parsers in his paper very readable) and it is quite
limited to LL(1) grammars.

-- 
Hannu
From: Jochen Schmidt
Subject: Re: On Lisp
Date: 
Message-ID: <9nkm7m$b39$1@rznews2.rrze.uni-erlangen.de>
Hannu Koivisto wrote:

> Jochen Schmidt <···@dataheaven.de> writes:
> 
> | Hannu Koivisto wrote:
> | 
> | > parser combinators.  I've noticed that some people still get
> | > excited about the META parsing technique.  It would be nice to show
> | > them that Common Lisp can do even better than that.
> | 
> | Depends on what you mean by "better".
> 
> I should have said "...show them a somewhat similar but IMO even
> more elegant method".

Probably - but META actually _is_ elegant by it's minimalistic approach.
I personally use META where regexps are ok and write my own parsers for
more complicated stuff.
So what I would wish for CL is not a regexp package (for which META is 
perfectly ok) but a more complete (but not too complex) parsing system.

> 
> | META is extremely simple and is by far easier to implement than regexps.
> 
> It sure is.  And it also makes it easy to move on from lexing
> characters to parsing lists etc.  But I just don't feel like using
> it for anything more complex than perhaps parsing URIs just like I
> don't feel like using Scheme for any real work, even though it is
> simple too.  This doesn't mean I prefer regexps; I don't, and
> that's exactly why I'd like to implement a production-level parser
> combinator library -- a refined META parsing system in a way.  META
> doesn't support error reporting and correction, requires manual
> left factoring, the parsers get easily convoluted with SETQs/PUSHs
> (combined with the reader macros proposed by Baker, I don't find
> the example parsers in his paper very readable) and it is quite
> limited to LL(1) grammars.

I think we have quite the same opinion - I agree that a good 
production-level parser combinator library is a nice thing to have (have 
you looked at Xanalys DEFPARSER?)
It would be a good idea make the interface similar or the same to Xanalys
DEFPARSER.

ciao,
Jochen

--
http://www.dataheaven.de
From: Mark Hulme-Jones
Subject: Re: On Lisp
Date: 
Message-ID: <slrn9ppheo.ve.mjones@ipx.frottage.org>
In article <················@naggum.net>, Erik Naggum wrote:
>* Mark Hulme-Jones
>> The reason I thought it's worth specifying is not so much to ensure the
>> same interface from vendors (though this would be an obvious bonus), but
>> to make sure that they provided regexps at all.  It'd be nice to wave
>> the CL spec at people and say, "See, it supports regexps, so tell me
>> again what it is Perl can offer me over CL?"
>
>  What is the problem with using a widely available regular expression
>  package written in Common Lisp?  (I am actually really curious, and do
>  not ask this rhetorically.)

I don't have a problem using a library, but when you're trying to
convince people of the virtues of Common Lisp and they say things like
"Does it support regexps?", and you answer, "Yes, with a library", I
find you often get a negative reaction (regexps are actually one of the
poorer examples, sockets and threading are better ones).  I don't know
what people's problem with libraries is.  It reminds me of the 'Paradox
of the Active User' paper [1] that talked about users who flatly refuse
to learn to use their software properly (eg. not installing easily
available editor macros, or downloading and installing 3rd party
libraries). 

>  Incidentally, Perl can offer a million morons who are willing to do
>  stupid chores that no thinking person would ever consider worthwhile.
>  This keeps all kinds of progress in the software industry back, because
>  instead of improving the ways software produces logs (to produce log
>  entries with sufficiently good keys that they could be considered to be
>  in some normal form, suitable for database-like access paradigms), or
>  configuration file formats (to perhaps arrive at a common language, even
>  a _rationalized_ XML would suffice), everyone knows that they do not have
>  to think about any of these things -- some Perl programmer with a very
>  narrow focus and little clue will always glue things together for you.
>  Common Lisp cannot compete in that market.

There have been a few efforts to create more sensible, unified
configuration file formats (didn't NeXT have some kind of property list
format for their applications?) but they mostly seem to have failed.
Whether this is because of some inherent shortcoming in the idea, or
because the systems administrators who realise it would put them out of
a job resist the idea is another matter entirely.

[1] http://www.useit.com/alertbox/activeuserparadox.html is what google
comes up with.

-- 
Mark Hulme-Jones <······@frottage.org>
From: Thomas F. Burdick
Subject: Re: On Lisp
Date: 
Message-ID: <xcvheuax2fv.fsf@apocalypse.OCF.Berkeley.EDU>
······@ipx.frottage.org (Mark Hulme-Jones) writes:

> There have been a few efforts to create more sensible, unified
> configuration file formats (didn't NeXT have some kind of property list
> format for their applications?) but they mostly seem to have failed.
> Whether this is because of some inherent shortcoming in the idea, or
> because the systems administrators who realise it would put them out of
> a job resist the idea is another matter entirely.

I don't think that NeXT's effort failed.  They made a configuration
API that you were supposed to use, rather than messing with the file
directly, though they did, I believe, document the file format.
GNUStep still uses it (WindowMaker is probably the only GNUStep app
people have, though), and I believe Mac OS X does.  I'm not sure about
that, but if it does, that's a pretty good case against it being dead.
From: Espen Vestre
Subject: Re: On Lisp
Date: 
Message-ID: <w6ofoii005.fsf@wallace.ws.nextra.no>
···@apocalypse.OCF.Berkeley.EDU (Thomas F. Burdick) writes:

> GNUStep still uses it (WindowMaker is probably the only GNUStep app
> people have, though), and I believe Mac OS X does.  I'm not sure about

Mac OS X does, but has xmlified it. (oh, XML plists *really* hurt my
eyes!)

-- 
  (espen)
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b991707_2@news.newsgroups.com>
> Which existing Lisp libraries did you try? Can you
> elaborate on specific
> problems of those libraries that made you reject them as not adequate for
> your needs? What kind of libraries do you need?

Actually I did not know that there are any such libraries. When I started
with Lisp, more than a year ago, maybe two years ago, I asked in this group,
if there was a function that is given a string (typically a line I read from
a text file) and that returns a list of substrings the given string consist
of. Substrings in the given strings are typically separated by whitespaces.
Something like
y=string.split(s)
in Python. At that time somebody told me that there was no such function and
showed me, how to program it myself.
Also at that time somebody told me that of course the Lisp libraries could
not measure up to the C- or Python libraries and anybody else added that the
functions in those libraries were not of much worth as they were not
reentrant. And that it was not sensible to make such libraries as long as it
is not known, how those routines are properly made.

But the point with the standard libraries is a minor problem compared with
the GUI toolkit problem. If I can use one of the three toolkits I mentioned
i can be sure that my investition pays sooner or later. CAPI or CLIM on the
other hand can only be used with Lisp.


J.B.







-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9nb72g$jmh$1@news3.cadvision.com>
>
> But the point with the standard libraries is a minor problem compared with
> the GUI toolkit problem. If I can use one of the three toolkits I
mentioned
> i can be sure that my investition pays sooner or later. CAPI or CLIM on
the
> other hand can only be used with Lisp.


But you are willing to have GTK+ or Tk.  I am assuming here that you are
talking about the time it takes you to learn the toolkit so you can teach
your students.  Are you teaching how to use a specific GUI toolkit or are
you teaching how to use a GUI toolkit in general?

You also mentioned that using the Windows API for a GUI is not appropriate.
In itself the winapi is a toolkit and provides all the functionality for
writing a GUI on Windows that you could possibly need.  There are plenty of
books on the subject and an investment in learning it would eventually
payoff (as Windows is not going away ANY time soon).  The Windows API can be
used from C, C++, VB, Lisp, Python, Perl ,... the list goes on and on.  All
GUI toolkits on Windows use the underlying winapi.

Could you please clarify what you really want?

Are you teaching your students programming, _or_, programming in a specific
language (with specific tools, for a specific job, for a specific platform)?
Do you have some goals that you want your students to achieve?  If so, what
are they?

Wade
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b992817_8@news.newsgroups.com>
I should have to write an essay to answer all your questions. To make it
short, it is more a question of my reponsibility as a teacher. The less
exotic the stuff I teach is, the better. Sometimes it is even difficult to
use language different from VB or Turbo Pascal. Believe it or not, it is
true, but I cannot go into this,excuse me. I thank you for you responses.
As the GUI toolkits I have mentioned have become very popular I am sure that
one of those bindings would not do any harm to Lisp. But it is up to you to
decide.

J.B.




-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Wade Humeniuk
Subject: Re: On Lisp
Date: 
Message-ID: <9nbm9c$p4s$1@news3.cadvision.com>
"Janos Blazi" <······@hotmail.com> wrote in message
···············@news.newsgroups.com...
> I should have to write an essay to answer all your questions. To make it
> short, it is more a question of my reponsibility as a teacher. The less
> exotic the stuff I teach is, the better. Sometimes it is even difficult to
> use language different from VB or Turbo Pascal. Believe it or not, it is
> true, but I cannot go into this,excuse me. I thank you for you responses.
> As the GUI toolkits I have mentioned have become very popular I am sure
that
> one of those bindings would not do any harm to Lisp. But it is up to you
to
> decide.'

The Lisp GUI toolkits are the way they are for a REASON.  They are effective
ways of tackling GUIs in general and other GUIs (like Java's) have borrowed
concepts from them.

For a teacher you seem to know more about programming than you let on.
Turbo Pascal certainly dates you.  Hmm....

How about this.

Have a programming contest among your students.  Give a list of acceptable
languages/tools including some Common Lisp ones.  Post information where
they can advice and pointers for their various tools,

comp.lang.lisp for CL
comp.lang.scheme for Scheme
comp.lang.python for Python
...

You know the rest.

If you need some ideas for a competition subject I am sure people could come
up with something appropriate.  It would be a great experience for the
students to see solutions is various languages and the effort each language
inflicts on the coder.

Let them go and see what happens.  Tell whoever chooses Lisp to tell us that
you sent them.  I promise to be very hospitable.  Perhaps it will help
educate a few young minds and help change yours. :)

Wade
From: Hartmann Schaffer
Subject: Re: On Lisp
Date: 
Message-ID: <3b997e92@news.sentex.net>
In article <··········@news.newsgroups.com>,
	"Janos Blazi" <······@hotmail.com> writes:
> I should have to write an essay to answer all your questions. To make it
> short, it is more a question of my reponsibility as a teacher. The less
> exotic the stuff I teach is, the better. Sometimes it is even difficult to
> use language different from VB or Turbo Pascal. Believe it or not, it is
> true, but I cannot go into this,excuse me. I thank you for you responses.
> As the GUI toolkits I have mentioned have become very popular I am sure that
> one of those bindings would not do any harm to Lisp. But it is up to you to
> decide.

do you have any ideas about your teaching aims?  if you intend to
teach gui concepts, you should be able to use any toolkit that is
available, e.g. garnet.  also, does the schoolsystem you are workng in
insist that the systems run win2k?  there are such concepts as dual
boot, boot managers etc which let you install other systems like linux
or any of the bsd systems where you have more options

hs

-- 

Lbh unir whfg ivbyngrq gur Qvtvgny Zvyraavhz Pbclevtug Npg ol oernxvat
gur cebgrpgvba bs pbclevtugrq zngrevny.  Vs lbh ner abg n pvgvmra be
erfvqrag bs gur HFN, lbh evfx orvat vzcevfbarq naq uryq jvgubhg onvy
sbe hc gb gjb jrrxf hcba ragel gb gur HFN

(c) Copyright 2001 by Hartmann Schaffer (signature only)
From: Janos Blazi
Subject: Re: On Lisp
Date: 
Message-ID: <3b99d18e$1_6@news.newsgroups.com>
>
> do you have any ideas about your teaching aims?  if you intend to
> teach gui concepts, you should be able to use any toolkit that is
> available, e.g. garnet.  also, does the schoolsystem you are workng in
> insist that the systems run win2k?  there are such concepts as dual
> boot, boot managers etc which let you install other systems like linux
> or any of the bsd systems where you have more options

I have tried almost everything I was told in this thread. I downloaded all
those software, especially from Franz and Xanalysis. They have my name and
my address in their files (you have to fill in a form before you can
download). I also downloaded DrScheme. I invested some work into this and I
am still monitoring those web pages.
My teaching policy at the moment will be to tell my pupils about Lisp and to
tell them that Lisp's infix notation has big advanteges and is a natural and
clever way of expressing programming concepts in many cases (putting
mathematical formulae being the only example where I should prefer the usual
infix notation).

J.B.





-----=  Posted via Newsfeeds.Com, Uncensored Usenet News  =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
 Check out our new Unlimited Server. No Download or Time Limits!
-----==  Over 80,000 Newsgroups - 19 Different Servers!  ==-----
From: Bulent Murtezaoglu
Subject: Re: On Lisp
Date: 
Message-ID: <878zfqn74h.fsf@nkapi.internal>
>>>>> "JB" == Janos Blazi <······@hotmail.com> writes:

    JB> ... When I started with Lisp, more than a year ago,
    JB> maybe two years ago, I asked in this group, if there was a
    JB> function that is given a string (typically a line I read from
    JB> a text file) and that returns a list of substrings the given
    JB> string consist of. 

A google/deja search on this would have been sufficient (I just
checked).  It is not that tough to write your own either (as you found
out).  There is now cl-partition also that got heavily discussed.  If
this was truly your problem, then you need more practice doing
searches not new libraries.

    JB> [...] C- or Python
    JB> libraries and anybody else added that the functions in those
    JB> libraries were not of much worth as they were not
    JB> reentrant. 

Somobody must have thought of strtok and friends if reentrancy came
into the picture.  Are you sure this conversation was here?

    JB> But the point with the standard libraries is a minor problem
    JB> compared with the GUI toolkit problem. If I can use one of the
    JB> three toolkits I mentioned i can be sure that my investition
    JB> pays sooner or later. 

Huh?  If you mean pay in the literal sense, the thing that'll most likely
pay is knowledge of the Windows API, which you can access through Corman 
Lisp as you noted.  

    JB> CAPI or CLIM on the other hand can only
    JB> be used with Lisp.

CAPI is available only with LispWorks.  CLIM is available with 
Allegro, MCL, LW, OpenGenera and in evoving form with McCLIM (free).
Availability across Lisp platfroms, IMHO, is more important to
most of us than the presumed side benefit of learning a C-based (GTk),
Tcl-based (Tk) or a C++-based (QT) toolkits through a Lisp binding which
ends up not being too lispy.

The safe bet for learning those toolkits would be to do it with 
their "native" language.  If you want to learn Lisp, by all means do 
so.  If you want to learn some toolkit and you see learning Lisp as
an incidental benefit, re-think your approach.  

cheers,

BM
From: Steve Long
Subject: Re: On Lisp
Date: 
Message-ID: <3B9A6742.EF1E09B8@isomedia.com>
Anything worth doing is worth doing for money.

SL

Janos Blazi wrote:

<snipped>

> Here is my wish list for Lisp.
>
> (1)
> It should be free.