Christopher B. Browne wrote: > On 11 Jul 1999 10:11:19 GMT, Rob Warnock <r...@rigden.engr.sgi.com > posted: > >Andi Kleen <ak...@muc.de> wrote: > >+--------------- > >| I would guess there are more Forths than Schemes. > >+--------------- > >Really??? There are dozens & dozens of Schemes[*] that *I* know of... > >How many Forths are there? Even a dozen? > There were a half-dozen Forths for Atari 8 bit, and about a half-dozen > for Atari ST. > I count 28 distinct implementations at > <http://www.forth.org/compilers.html>, and that list is decidedly not > comprehensive.
There are roughly a hundred versions of Forth that you can get copies of. If you have a need for a special version of Forth, mention it on comp.lang.forth, and somebody will offer to send you a copy of his unpublished version that he never got around to finishing. Counting versions is not the way to tell the health of a computer language. Count the number of textbooks on the shelves of bookstores intead. I conclude that Lisp and Scheme are still alive with about half to one third as many books as Fortran, while Fortran has about one tenth as many books as the big guys like C, Java, Visual Basic and C++. Forth comes out at zero.
When I meet people who tell me they want to learn all about computing, including programming, I want to say learn Forth. But I know that woun't work since they can't even go to the bookstore and buy a book about it. Well at least they can still get some nice books about Logo to get then started.
-- Michael Coughlin m-cough...@ne.mediaone.net Cambridge, MA USA
Michael Coughlin wrote: > There are roughly a hundred versions of Forth that you can > get copies of. If you have a need for a special version of > Forth, > mention it on comp.lang.forth, and somebody will offer to send > you a copy of his unpublished version that he never got around > to > finishing. Counting versions is not the way to tell the health
What would be cool would be an Open Sourced OpenFirmware.
> Jerry Avins <jyav...@erols.com> wrote: > +--------------- > | I have Forth for the AIM-65 in ROM, SYM-1 on tape, and FOCAL (a sort-of > | Forth) for KIM-1... > +---------------
> Uh... Having ported Doug Wrege's version of PDP-8 FOCAL/F to the PDP-10 > Spring 1971, I can say with some confidence that FOCAL isn't even *vaguely* > Forth-like -- it's much closer to JOSS & MUMPS, and in fact, was developed > by Richey Lary following his participation in the first installation of > MUMPS at Mass Gen. While (old, original) MUMPS had "string" as it's only > data type (like Tcl), FOCAL had "floating point" as its only data type. > (In fact, mutable "strings" were emulated with arrays of floating-point > numbers, each array element representing one character.)
> Like JOSS & MUMPS & BASIC & FORTRAN -- but unlike Forth -- FOCAL has > traditional infix arithmetic with "the usual" operator priorities, > that is, the assignment "SET A=B+C*4.35-D/2.468" is interpreted as > "SET A=((B+(C*4.35))-(D/2.468))".
> -Rob
> p.s. My FOCAL-10 port involved some serious rewriting of the internal > FOCAL lexical subroutines SORTC & SORTJ to become two-instruction macros > that made heavy use of the PDP-10 byte pointer stuff and "byte strips" > to encode enumerated character equivalence classes. (Hey, it made it > run 25 times faster!) It used some really hairy "MACRO-10" (the PDP-10 > assembler) macros to build those tables at compile time. Imagine my > immense delight when I was exposed to Common Lisp and learned that:
> 1. The style of table-building I'd been writing in PDP-10 assembler > could be done *much* more naturally -- almost trivially, in fact -- > with Lisp macros; and
> 2. That Common Lisp had preserved at least a little of the flavor of > the PDP-10 variable-sized byte operations... with the same names, > even: LDB, DPB, BYTE, BYTE-SIZE, BYTE-POSITION. Way cool!
> I just wish I'd gotten into Lisp 20 years earlier than I did... (*sigh*)
> ----- > Rob Warnock, 8L-855 r...@sgi.com > Applied Networking http://reality.sgi.com/rpw3/ > Silicon Graphics, Inc. Phone: 650-933-1673 > 1600 Amphitheatre Pkwy. FAX: 650-933-0511 > Mountain View, CA 94043 PP-ASEL-IA
Rob,
I remember a Forth-like program I ran on the KIM, sitting at the teletype in my kid's room working out algorithms to move an NC machine in arbitrary circular arcs. I remember being annoyed because it seemed that the major difference from Forth was the renaming of words just to be different. My recollection that it was called Focal is evidently faulty. Does anyone know what it might have been? (I had a video RAM on that KIM, connected to a small TV monitor so I could plot the trajectories. It was a better machine for my purpose than the mainframe at work.)
Jerry -- Engineering is the art | Let's talk about what of making what you want | you need; you may see from things you can get. | how to do without it. ---------------------------------------------------------
Bart Lateur wrote: >I thought I had read that one of the peculiarities of MUMPS is that the >was NO operator precedence? That everything was just executed from left >to right? That, therefore,
> SET A=B+C*4.35-D/2.468
>would be interpreted as
> SET A=(((B+C)*4.35)-D)/2.468
>?
Somebody suggested (by e-mail) that I must have been thinking about another language. Well, I looked it up. Here it is:
Michael Coughlin wrote in message <378B405C.C89AD...@ne.mediaone.net>... >... Counting versions is not the way to tell the health >of >a computer language. Count the number of textbooks on the >shelves >of bookstores intead. I conclude that Lisp and Scheme are still >alive with about half to one third as many books as Fortran, >while Fortran has about one tenth as many books as the big guys >like C, Java, Visual Basic and C++. Forth comes out at zero.
> When I meet people who tell me they want to learn all >about computing, including programming, I want to say learn >Forth. But I know that woun't work since they can't even go >to the bookstore and buy a book about it. Well at least they >can still get some nice books about Logo to get then started.
Michael Coughlin <m-cough...@ne.mediaone.net> wrote: > I conclude that Lisp and Scheme are still > alive with about half to one third as many books as Fortran, > while Fortran has about one tenth as many books as the big guys > like C, Java, Visual Basic and C++. Forth comes out at zero.
So, can you recommend any of those "zero" books? I've never used Forth and I'm not sure I ever will. I'm much more attracted to languages from the Lisp family -- nonetheless, my curiousity has slowly grown over the years.
+--------------- | M[UMPS] evaluates strictly from left to right, so that 1+1*2 | yields 4 and not 3. +---------------
Well, what can I say?!? FOCAL *was* inspired directly by MUMPS, yet it *did* have operator precedence, for arithmetic exprs at least -- I remember coding that part of FOCAL-10 as direct transliteration of the FOCAL/F code. There was a separate small data stack for intermediate results. (And a FOCAL-in-C snarfed off the net some time ago agrees, too.)
Oh, well...
-Rob
----- Rob Warnock, 8L-855 r...@sgi.com Applied Networking http://reality.sgi.com/rpw3/ Silicon Graphics, Inc. Phone: 650-933-1673 1600 Amphitheatre Pkwy. FAX: 650-933-0511 Mountain View, CA 94043 PP-ASEL-IA
+--------------- | M[UMPS] evaluates strictly from left to right, so that 1+1*2 | yields 4 and not 3. +---------------
Well, what can I say?!? FOCAL *was* inspired directly by MUMPS, yet it *did* have operator precedence, for arithmetic exprs at least -- I remember coding that part of FOCAL-10 as direct transliteration of the FOCAL/F code. There was a separate small data stack for intermediate results. (And a FOCAL-in-C snarfed off the net some time ago agrees, too.)
Oh, well...
-Rob
----- Rob Warnock, 8L-855 r...@sgi.com Applied Networking http://reality.sgi.com/rpw3/ Silicon Graphics, Inc. Phone: 650-933-1673 1600 Amphitheatre Pkwy. FAX: 650-933-0511 Mountain View, CA 94043 PP-ASEL-IA
Michael Schuerig wrote: > Michael Coughlin <m-cough...@ne.mediaone.net> wrote: > > I conclude that Lisp and Scheme are still > > alive with about half to one third as many books as Fortran, > > while Fortran has about one tenth as many books as the > > big guys like C, Java, Visual Basic and C++. Forth comes > > out at zero. > So, can you recommend any of those "zero" books? I've never > used Forth and I'm not sure I ever will. I'm much more > attracted to languages from the Lisp family -- nonetheless, > my curiousity has slowly grown over the years.
There are many sources of knowledge about Forth for an experienced computer user and net surfer. The problem I'm always complaining about is the lack of Forth instructional material for complete computer novices. I think this lack of interest in providing new beginners material lowers the quality and quantity of tutorial material for all levels of Forth.
The best book I've ever seen on programming for any language was written for Forth -- "Starting Forth" by Leo Brodie. Unfortunately this is out of print and available only thru special order; its not on the shelf of bookstores like it was for over ten years. There is one new book on Forth for experienced programmers available from Amazon.com (not bookstores) and also Forth Inc (http://www.forth.com). Of the very roughly 100 versions of Forth available for various computers and operating systems, 10 or 20 have some documentation that will show how to use Forth for someone who already knows how to program. The other systems assume that you have read a book like "Starting Forth" or have learned another version of Forth and can reverse engineer uncommented Forth source code. There are several tutorials and articles on the web that are very good and the amount of material is slowly growing. See the FAQ for comp.lang.forth for a list. Actually there are too many web pages for Forth and it is hard to sort thru all of them to find the ones that tell you exactly what you want to know. If you don't find what you need, post a message to comp.lang.forth stating your favorite operating system, cpu and applications and someone point you to the right place.
-- Michael Coughlin m-cough...@ne.mediaone.net Cambridge, MA USA
Elizabeth D Rather wrote: > Michael Coughlin wrote in message <378B405C.C89AD...@ne.mediaone.net>... > >... Counting versions is not the way to tell the health > >of a computer language. Count the number of textbooks on > >the shelves of bookstores intead. I conclude that Lisp > >and Scheme are still alive with about half to one third > >as many books as Fortran, while Fortran has about one tenth > >as many books as the big guys like C, Java, Visual Basic > >and C++. Forth comes out at zero. > > When I meet people who tell me they want to learn all > >about computing, including programming, I want to say learn > >Forth. But I know that woun't work since they can't even go > >to the bookstore and buy a book about it. Well at least they > >can still get some nice books about Logo to get then > >started. > Is Amazon a bookstore? Several Forth books there.
Amazon is not a bookstore. You can't drop in and browse. If you don't know what Forth is, or think that Forth isn't used anymore, you woun't notice a book about it by accident when you're looking for some other topic on programming. You can't just buy a book because you have it in your hot little hand and it looks interesting. You can't wrap it up and take it right home. People who don't even have an account to access amazon.com and the web are the easiest to influence to at least take a look at Forth. They have not learned the bad habits of other programming languages and can immediately appreciate the advantages of Forth.
I just looked for Forth books on amazon.com. Yes there are several listings. There is only one listed as being in print, and they say expect delivery within 4 to 6 weeks. There are also listings for books by Leo Brodie. When I clicked on "Thinking Forth" I got nothing but a system error. There are five separate listings for Leo Brodie's book -- "Starting Forth". That's reasonable since it is at least five times better than the average book on programming. But its out of print. Its available only by a special search. It will take them weeks to find it or tell you if its not available. They don't tell you to get it faster from the Forth Interest Group in California, http://www.fig.org/ (at least until their special printing runs out). Relying on amazon.com to sell Forth textbooks is not a good thing. It would be better to have a publisher promoting the book and getting it into bookstores.
Elizabeth Rather is much too shy and modest. She failed to mention her own book the "Forth Programmers' Handbook". So I'll tell everyone that it is the one Forth textbook that is in print and for sale at amazon.com. When I go to my local technical bookstores to see if it has finally arrived on the shelves (it hasn't), I find instead books on the equally neglected computer languages Lisp, Scheme and Logo. I think that Lisp and its relatives are much more lively than Forth since they still have recently revised textbooks for sale. Since Forth is still being used, I can deduce that Lisp is still being used, even tho I don't know where. But how long will Forth last without at least a few easily found textbooks? I wish old Forth programmers would become inspired by Lisp programmers to write textbooks so they would be able to train their replacements.
-- Michael Coughlin m-cough...@ne.mediaone.com Cambridge, MA USA
> Michael Coughlin <m-cough...@ne.mediaone.net> wrote:
> > I conclude that Lisp and Scheme are still > > alive with about half to one third as many books as Fortran, > > while Fortran has about one tenth as many books as the big guys > > like C, Java, Visual Basic and C++. Forth comes out at zero.
> So, can you recommend any of those "zero" books? I've never used Forth > and I'm not sure I ever will. I'm much more attracted to languages from > the Lisp family -- nonetheless, my curiousity has slowly grown over the > years.
Jerry -- Engineering is the art | Let's talk about what of making what you want | you need; you may see from things you can get. | how to do without it. ---------------------------------------------------------
> > Michael Coughlin wrote in message <378B405C.C89AD...@ne.mediaone.net>... > > >... Counting versions is not the way to tell the health > > >of a computer language. ...
> > Is Amazon a bookstore? Several Forth books there.
> Amazon is not a bookstore. You can't drop in and > browse. ... > I just looked for Forth books on amazon.com. Yes there > are several listings. There is only one listed as being in > print, and they say expect delivery within 4 to 6 weeks.
Amazon always says "4 to 6 weeks", even if they know that the shipment will arrive tomorrow. Does it take them that long to reprogram their computer?
...
> -- > Michael Coughlin m-cough...@ne.mediaone.com Cambridge, MA USA
Jerry -- Engineering is the art | Let's talk about what of making what you want | you need; you may see from things you can get. | how to do without it. ---------------------------------------------------------
On Wed, 14 Jul 1999 13:31, Michael Coughlin <m-cough...@ne.mediaone.net> wrote: > [...] >get it faster from the Forth Interest Group in California, >http://www.fig.org/ (at least until their special printing runs > [...]
* Andrew Cooke <and...@andrewcooke.free-online.co.uk> | I get the impression that Lisp is on the way out.
something important happens when a previously privileged position in society suddenly sees incredibly demand that needs to be filled, using enormous quantities of manpower. that happened to programming computers about a decade ago, or maybe two. first, the people will no longer be super dedicated people, and they won't be as skilled or even as smart -- what was once dedication is replaced by greed and sometimes sheer need as the motivation to enter the field. second, an unskilled labor force will want job security more than intellectual challenges (to some the very antithesis of job security). third, managing an unskilled labor force means easy access to people who are skilled in whatever is needed right now, not an investment in people -- which leads to the conclusion that a programmer is only as valuable as his ability to get another job fast. fourth, when mass markets develop, pluralism suffers the most -- there is no longer a concept of healthy participants: people become concerned with the individual "winner", and instead of people being good at whatever they are doing and proud of that, they will want to flock around the winner to share some of the glory.
Lisp is not the kind of language that insecure losers would use. people do not want to learn Lisp because they stand a better chance of beating another unskilled fool in the job race. fact is: you don't get a job by lying about your Lisp skills. all of this means that there is very little activity at the front gate, where all the journalists and the media are. there are no people struggling like mad to get into the Lisp world. they don't have to. if you want to learn Lisp, you go learn Lisp and talk to nice people who probably have time for you, and you make yourself good at it. then you go do complex stuff that insecure losers who lie about their Java skills can't even imagine, and therefore do not consider part of the competition.
neurosurgery is another field that requires an actual investment and lots of dedication to get into, is really rewarding to those who get good at it, but whose jobs are not advertised in regular newspapers. there is a shortage of neurosurgeons, but very little advertising in the media that the patients read. programming is both similar and different. whether you are a user or a programmer these days is often hard to tell (this has good qualities to it, too), but some programming tasks are still reserved to highly skilled people who are not afraid to take huge risks. ignoring for a moment the power of the American Medical Association, we still wouldn't see a huge amount of books on neurosurgery for dummies in 21 days or whatever. it's just plain inappropriate, and it's intentionally out of people's reach. Lisp is somewhat like that. people can get lots of medicines at the drugstore, but they can't be trusted to carve out a malignant tumor in their child's brain. all sorts of users can do lots of customization and cool stuff in their "apps", but they really can't be trusted to run actual flight control systems, configure the telephone network, write software for video-synchronized magnetic-resonance imaging for brain surgery, or write automated stock-trading systems. at some point, the risk of letting unskilled people do the task becomes too high. that's when you can't trust more than 1% of the programmers out there, and a surprisingly large number of them know and use Lisp and tools that are can be trusted. (consider an ATM that gets one of those frequent Windows crashes, or a naval warfare vessel that has to cold-boot because a certain display suddenly goes all blue, or any other story in comp.risks that would have been hilarious if it had been a joke.)
another way to look at this is to see that software in today's society has a number of diseased elements, to consider that maggots eat only diseased or dead tissue, that dead or dying software projects lie around all over the place, like a horrible war zone between ignorant users and frightened managers, and pretend that you're a maggot. you wouldn't care about the living and the healthy who prosper outside the war zone, you'd rush to the war zone to join the feeding frenzy, right? so, to complete the grim picture, software in our society is diseased, the activity you read about are all about cleaning up the disasters and surviving the equivalent of plagues, and it just takes a tremendous amount of people and work to keep the whole system from dying, like the incredibly stupid year-2000 problem.
to take but one simple example: suppose you thought of the new millennium when you wrote your application back in 1972 -- not only wouldn't you be invited to the party, those who knew you had done it right from the start and who probably laughed at you at the time would positively hate you now, and they sure as hell wouldn't tell people about you. and the more stupid they are, the more important it would be to pretend that nobody was smart enough to see the next millennium coming.
Lisp is a little too much out of the reach of the masses, and this needs fixing, but the professional markets are not into language-of-the-week contests and feeping creaturism in whatever won last week. when your application takes longer to create than three versions of the JDK, you don't use Java. the same applies to other long-term stuff. when you write manuals for naval or air force vessels, you don't use MS Word and hope Microsoft doesn't come out with yet another incompatible disservice pack and/or upgrade, you use CALS and enterprise-wide publishing systems.
put yet another way, even though aviation has become a commodity and ever more people fly around the country for the fun of it (well, maybe not, but it's certainly not for the food), you don't see people complaining that business class is in the decline. instead, you notice that there is fierce competition in the cheaper tickets, but routes are set up mainly to accomodate business travelers, and if you're willing to pay for it, all sorts of amenities are available and life in the air is a lot better.
Lisp is not only object-oriented, it's the business class programming language. (it really is the first-class programming language, but let's talk about that when you have enough mileage.)
now, since you're worried about Lisp "dying", consider this: Lisp is used a lot of places where all else has failed. some people are smart enough (or have been burned enough) to use Lisp from the start, but just as you can't expect people to pay for insurance until they have a reasonable idea about the risks that exist around them, most people have to get burned before they understand the value of investing in not failing.
#:Erik -- @1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century
On Sun, 11 Jul 1999 17:10:15 GMT, cbbro...@news.brownes.org
(Christopher B. Browne) wrote: >On 11 Jul 1999 10:11:19 GMT, Rob Warnock <r...@rigden.engr.sgi.com> posted: >>Andi Kleen <ak...@muc.de> wrote: >>Really??? There are dozens & dozens of Schemes[*] that *I* know of... >>How many Forths are there? Even a dozen? >I count 28 distinct implementations at ><http://www.forth.org/compilers.html>, and that list is decidedly not >comprehensive. >-- >Lisp Users: >Due to the holiday next Monday, there will be no garbage collection. >cbbro...@ntlug.org- <http://www.ntlug.org/~cbbrowne/lsf.html>
Is there a "Forth in LISP" or a "LISP in FORTH"? I know only of a Forth native code compiler written in PROLOG (recursion is natural in PROLOG so the backtracking lends itself to compiling primitives first and succeeding hilevel words). Andreas
Andreas Kochenburger wrote in message <378d8c6d.2184...@news.kwu.erl.siemens.de>...
[..]
>Is there a "Forth in LISP" or a "LISP in FORTH"?
[..]
LISP in Forth exists. Well, it doesn't try to emulate LISP but it adds a LISP-like vocabulary to Forth, mainly list building words with garbage collection. The original F-PC code for it is on Taygeta, it even has some documentation.
The GC stinks, I never got it to reliably work in a 32-bit flat model Forth (iForth) after I converted it from its segment-based origin.
I've added some Prolog code to it published in JFAR (Feuerbacher?). The demo is a rule-based AI program to determine animals :-)
In article <378CD11F.2...@ieee.org>, Jerry Avins <jyav...@erols.com> wrote: (snip)
>Amazon always says "4 to 6 weeks", even if they know that the shipment >will arrive tomorrow. Does it take them that long to reprogram their >computer?
(snip)
Nonsense - that's been by far the minority of books I've ordered from them - for instance, the first language book that I could think of, "C: A Reference Manual", is claimed to ship in two to three days.
Certainly, number of in-print books and their expected delivery time is not a bad way of getting a first estimate for the 'health' of a language! Counting the number of currently-supported compilers you could use to produce marketable software isn't a bad one either.
In article <378d8c6d.2184...@news.kwu.erl.siemens.de>, Kochenbur...@gmx.de (Andreas Kochenburger) wrote:
> Is there a "Forth in LISP" or a "LISP in FORTH"?
Ullrich Hoffmann wrote a Lisp in Forth, but IIRC, like many Forth projects, he didn't really finish it. Alex Burger wrote and uses a Lisp/Forth crossing (everything is list/symbol/number, but syntax is Forth, or at least very Forth-like), called Lifo and Teatime (same, but implemented in Java, with Java objects as first class data types).
IMHO Forth and Lisp are much closer to each other than to the rest of the language space (Algol, Fortran, Cobol and derivatives).
> In article <378CD11F.2...@ieee.org>, Jerry Avins <jyav...@erols.com> wrote: > (snip) > >Amazon always says "4 to 6 weeks", even if they know that the shipment > >will arrive tomorrow. Does it take them that long to reprogram their > >computer? > (snip)
> Nonsense - that's been by far the minority of books I've ordered from > them - for instance, the first language book that I could think of, > "C: A Reference Manual", is claimed to ship in two to three days.
> Certainly, number of in-print books and their expected delivery time > is not a bad way of getting a first estimate for the 'health' of a > language! Counting the number of currently-supported compilers you > could use to produce marketable software isn't a bad one either.
> [ followups trimmed ]
> -- Mark
"Four to six weeks" seems to mean "out of stock but delivery scheduled". "Two to three days" seems to mean "In stock somewhere, but not at this site". Elizabeth Rather can throw some light on this.
Jerry -- Engineering is the art | Let's talk about what of making what you want | you need; you may see from things you can get. | how to do without it. ---------------------------------------------------------
In article <378B405C.C89AD...@ne.mediaone.net>, Michael Coughlin <m-cough...@ne.mediaone.net> writes:
> Counting versions is not the way to tell the health > of > a computer language. Count the number of textbooks on the > shelves > of bookstores intead. I conclude that Lisp and Scheme are still > alive with about half to one third as many books as Fortran, > while Fortran has about one tenth as many books as the big guys > like C, Java, Visual Basic and C++. Forth comes out at zero.
Your result may be biased by your selection of bookstores. They'll probably have to close MIT before LISP and Scheme books will vanish from the Cambridge (MA) bookstores.
I was just at two bookstores near TU Wien. I did not see LISP, Scheme, or Forth books. Interestingly, I did not even see a Prolog book, although we have an obligatory Prolog course in our curriculum; apparently the course notes are good enough. I saw books for some not so popular languages: Ada, Haskell, Icon, Miranda, ML, Modula-2, Oberon.
Concerning the metric you use to evaluate the health of a language: I think we have now enough experience to conclude that it is wrong. You whined about the lack of Forth books five years ago, but I see no indication that Forth is any worse off than then, on the contrary, other indicators are usually positive: clf traffic has grown, there are fewer "Forth is dying" postings, implementations for new platforms (e.g., PalmPilot, Lego Mindstorms) are demanded and supplied quickly, participation at EuroForth is stable...
> When I meet people who tell me they want to learn all > about computing, including programming, I want to say learn > Forth. But I know that woun't work since they can't even go > to the bookstore and buy a book about it.
And later you claim that Amazon.com is not a book store for this purpose. Why? Sure, they cannot browse, but they have your recommendation, and in the case of the Forth Programmer's Handbook AFAIK they can even download an evaluation copy.
Moreover, there are several on-line Forth courses, so why would they need to buy a book in a bookstore to learn Forth?
Using my metric of postings in comp.lang groups, here are the postings present on news.tuwien.ac.at on July 11, 1997 and July 16, 1999. You will notice that a lot of newsgroups have vanished, that's because this newsserver has dropped groups that nobody here reads:
Mark Carroll wrote in message ... >In article <378CD11F.2...@ieee.org>, Jerry Avins <jyav...@erols.com> wrote: >(snip) >>Amazon always says "4 to 6 weeks", even if they know that the shipment >>will arrive tomorrow. Does it take them that long to reprogram their >>computer? >(snip)
>Nonsense - that's been by far the minority of books I've ordered from >them - for instance, the first language book that I could think of, >"C: A Reference Manual", is claimed to ship in two to three days.
>Certainly, number of in-print books and their expected delivery time >is not a bad way of getting a first estimate for the 'health' of a >language! Counting the number of currently-supported compilers you >could use to produce marketable software isn't a bad one either.
Here's the way it works with Amazon. They avoid inventory like the plague, and so only order a quantity they know they will ship within days. Sometimes they order single copies of Handbook from us, sometimes 2, occasionally as many as 8. They never know when _we_ might be out of stock and reprinting, so they can't count on our delivery. That's why they say 4-6 weeks on all books they don't stock in volume or are getting from a large publisher whom they know will always have stock. In fact, in all but one case we shipped within one working day, and they probably delivered within one week. The exception was when we ran out following very high volume of sales of SwiftForth last winter, and were awaiting a new batch from the printer. That time it took us 2 weeks to deliver an order of 8 books.
& According to these numbers, both clf and cll traffic has grown a lot & in these two years, so I doubt that these languages are dying.
The true question is, is the growth rate of comp.lang.forth greater than or less than the growth rate of Usenet traffic in general? I wouldn't say that more articles in, for example, talk.bizarre means that the world is necessarily getting more bizarre. I'd say rather that more bizarre people are posting more. What's the average increase in posts in *lang* groups, and where does comp.lang.forth stand on the curve?
-- U. Z. Puckett replace "sendnospam" with "puckett"
For what it's worth I ordered The Forth Programmer's Handbook directly from Forth. Inc (www.forth.inc) on Wednesday and it's been sitting on my desk since this morning. (Friday). So it's available and it looks pretty good so far.
Barry
Michael Coughlin <m-cough...@ne.mediaone.net> wrote in message
> > Michael Coughlin wrote in message <378B405C.C89AD...@ne.mediaone.net>... > > >... Counting versions is not the way to tell the health > > >of a computer language. Count the number of textbooks on > > >the shelves of bookstores intead. I conclude that Lisp > > >and Scheme are still alive with about half to one third > > >as many books as Fortran, while Fortran has about one tenth > > >as many books as the big guys like C, Java, Visual Basic > > >and C++. Forth comes out at zero.
> > > When I meet people who tell me they want to learn all > > >about computing, including programming, I want to say learn > > >Forth. But I know that woun't work since they can't even go > > >to the bookstore and buy a book about it. Well at least they > > >can still get some nice books about Logo to get then > > >started.
> > Is Amazon a bookstore? Several Forth books there.
> Amazon is not a bookstore. You can't drop in and > browse. If you don't know what Forth is, or think that Forth > isn't used anymore, you woun't notice a book about it by > accident when you're looking for some other topic on > programming. You can't just buy a book because you have it > in your hot little hand and it looks interesting. You can't > wrap it up and take it right home. People who don't even have an > account to access amazon.com and the web are the easiest to > influence to at least take a look at Forth. They have not > learned the bad habits of other programming languages and can > immediately appreciate the advantages of Forth.
> I just looked for Forth books on amazon.com. Yes there > are several listings. There is only one listed as being in > print, and they say expect delivery within 4 to 6 weeks. There > are also listings for books by Leo Brodie. When I clicked on > "Thinking Forth" I got nothing but a system error. There are > five separate listings for Leo Brodie's book -- "Starting > Forth". That's reasonable since it is at least five times better > than the average book on programming. But its out of print. Its > available only by a special search. It will take them weeks to > find it or tell you if its not available. They don't tell you to > get it faster from the Forth Interest Group in California, > http://www.fig.org/ (at least until their special printing runs > out). Relying on amazon.com to sell Forth textbooks is not a > good thing. It would be better to have a publisher promoting the > book and getting it into bookstores.
> Elizabeth Rather is much too shy and modest. She failed to > mention her own book the "Forth Programmers' Handbook". So I'll > tell everyone that it is the one Forth textbook that is in print > and for sale at amazon.com. When I go to my local technical > bookstores to see if it has finally arrived on the shelves (it > hasn't), I find instead books on the equally neglected computer > languages Lisp, Scheme and Logo. I think that Lisp and its > relatives are much more lively than Forth since they still have > recently revised textbooks for sale. Since Forth is still being > used, I can deduce that Lisp is still being used, even tho I > don't know where. But how long will Forth last without at least > a few easily found textbooks? > I wish old Forth programmers would become inspired by Lisp > programmers to write textbooks so they would be able to train > their replacements.
> -- > Michael Coughlin m-cough...@ne.mediaone.com Cambridge, MA USA
* Johan Kullstam <kulls...@ne.mediaone.net> | I've tried CMUCL, clisp and ACL5. I find that they are all awkward at | producing a "hello world" application.
of course they are. however, have you ever seen how much work it takes to boot a modern Unix machine and run a C program just to have it print "hello world" in an xterm running under MOTIF? man, it sucks. and it's even more work if it tries to run NT. the machine should be doing a very limited amount of work for this very simple task, but instead it spends minutes booting and preparing itself to be useful, not to mention all the crap necessary to get a program in C able to produce that output. yea, verily, it sucks.
unfair comparison? not at all. why do you think they chose that phrase? because they were developing Unix and the C compiler. it's appropriate to make a machine print "hello world" to verify that everything works after all the mind-boggling nonsense has interfered with the real purpose of a computer, and you never know which part of booting up will fail due to a minor bug. the delight in a C programmer's eyes when his machine thus booted typed "hello world" back at him would probably parallel that of a Common Lisp programmer when the satellite communications subsystem he designed beams back "hello world" after an almost-aborted launch, a navigation jet which misfired, and the solar panels sustained some damage by space debris. normally, it's unnecessary to have confirmations of basic operations, but it makes perfect sense under C.
there are other simple tasks that require a tremendous infrastructure to make a trivial task come back with a positive result. e.g., you need DNS to be set up right, routers and firewalls must to do their job, the local network and telecommunications links must let stuff through, etc, before you can type "ping elvis" and have the system type "elvis is alive" back at you. this is actually so delighting that there is a disproportionate number of machines called "elvis" for this particular reason. (I think it would be much more fun to have machines called "thelma" and "louise".)
who, these days, would pick up a telephone and consider "hello" to be a landmark event in human history? while there's nothing wrong with a strong sense of fascination with "all that which just _works_ around us", getting excited about "hello world" programs appears to me to be a sure sign of insanity, or at least a fairly constant case of missing the boat.
| it's just that unix and windows are set up to support C and C++. e.g., C | has a largish libc these days.
these two statements are pretty much contradictory. the problem is that neither Unix nor Windows _actually_ support either C or C++, but they manage to make them work, with downright incredible effort. if you look inside the libraries and see how a system call actually works and how much it differs from the C calling convention and usage, you'd be a fool not to revise your opinion. and _does_ an operating system that forces the programmer to check to see whether the operating system did what it was asked to do every damn time you ask it to do anything actually give any relevant form of support to anyone?
in my view, Unix and Windows support Common Lisp better than they support C because C is designed for a 70's style machine and operating system, which modern machines and operating systems have to mimic with all their flaws and misdesigns, while Common Lisp is a modern language that is well suited to be hosted on modern systems, and it just happens to be, too.
the irony here is that Common Lisp has been what these machines and operating systems have aspired to support for all these years and now that they have finally grown to the task, people have so many problems with the software written while they were growing up that day-to-day survival has obscured everything to the point where people who are too young to know that computers were designed to help people think better, not just do the same old menial labor faster, believe there is nothing more to it than luring lots and lots of people to perform menial tasks by mouse instead of by lever.
anyone remember how the fear that machines would take over the world quieted down as Bill Gates started to peddle his limpware? the computers sure did take over the world, but whoever is afraid of toothless little poodles who all wag their tails when they expected monsters? imagine a little icon that said "My Scary Monster" or "My Scary Neighborhood" and a browser that said "abandon all hope ye who click here". wouldn't sell much, would it? and that's why they are called "confidence games".
I remember someone saying that if it hadn't been for automatic switches in the telephone network, the entire population of planet earth would have had to be telephone operators to handle the load of telephone usage in 1993 or thereabout. I get the eerie feeling that because modern computer systems are so incredibly braindamaged in their design and in the tools used to program them, the entire population of planet earth will be programming these idiotic boxes pretty soon if managers don't wise up to the fact that the equivalent of automatic switches already exist and have done so for at least 20 years. yet if Y2K doesn't light up most manager's view of the world of programming, there isn't hope for mankind at all.
so, yeah, Lisp is dying because we all have to program in C++ to Bill Gates' tune, so we don't have time to think about making a better world with better languages and less menial nonsense in programming computers. the same thing happened in the last revolution, but fears in those times caused labor unions and a strong sentiment against all business in some quarters. user unions these days can't even stop the U.S. Congress from enacting more laws to protect the software companies from Y2K lawsuits.
but of course, Lisp isn't dying -- it's just that if you think in terms of the imminent end of the world, _everything_ is soon food for the great garbage collector in the sky and whoever is not scrambling in panic looks like they aren't moving and have been passed by or are dying.
the problem I see is not that Bill Gates has shaped the world of useless trinkets in software, but has also managed to spread his competitiveness and his personal fear of losing to imaginary competitors to businesses and homes everywhere, so now everybody is _afraid_ of losing some battle which isn't happening, instead of getting about their own lives. like, if you aren't using today's fad language in the very latest version of the IDE, you'll be left behind. aaaugh! but it's good that some people run like they are scared out of their wits. if they suddenly disappear over the edge of a cliff, a good number of people will notice in time and _not_ follow them. those are the ones that matter.
you can scare most people most of the time, but you can't scare all of the people all of the time -- some will always use Common Lisp.
#:Erik, who'll stop cross-posting to comp.lang.misc now -- @1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century