Subject: Re: Comparison of LISP Compilers and translators
From: Erik Naggum <erik@naggum.no>
Date: 2000/01/08
Newsgroups: comp.lang.lisp
Message-ID: <3156359331778161@naggum.no>

* lisp_lover@my-deja.com
| I am interested in asking the opinion of the readership of this newsgroup
| on the subject of this post.

  this goes without saying, really.

| Is a converter to C better than a compiler?

  no.

| I am looking for a free OR commercial product that runs on linux and has
| source code.  It should interface with X if it is gui.

  how much source code?  all of it?  if so, why?  I have all the source
  code to the Linux kernel and almost all the Linux tools, and yet I find
  it nearly unreadable and almost completely useless.  investing the time
  it takes to understand a piece of source code in order to modify a tool
  is a decision that should be made after investigating the needs and the
  options very closely.  the probability that the effort will be worth it
  is very slim, indeed.  having the _option_ to do so in a particular case,
  is, however, priceless.  this means you would want the source to specific
  fragments of the entire system as you encounter specific problems.  this
  will be easy to come by if you're a paying customer.

| AT EVERY STAGE, IF THE PREPARATION IS CORRECT, ONE CAN READILY PERCEIVE
| THE NEXT STAGE OF KNOWLEDGE.  THIS IS MY EXPERIENCE WITH LEARNING
| RELATIVITY, AND QUANTUM MECHANICS.  I SAW INTELLECTUALLY PERVERTED,
| MASOCHISTIC, TRECHEROUS AND HIGHLY COMPETETIVE PROFS AT MIT AND CALTECH
| WHO WOULD WRITE BOOKS FOR _IMPRESSING THEIR COLLEGUES_ AND AT THE SAME
| TIME MAKING MONEY.  READING THE REVIEWS ON STRUCTURE AND INTERPRETATION
| OF COMPUTER PROGRAMS AT AMAZON, IT SEEMS THAT THE BOOK WAS WRITTEN BY
| THESE POMPOUS PEOPLE FROM SNOBISH MIT TO IMPRESS THEIR COLLEAGUES.  THUS
| I WANT PEOPLE NOT TO MISGUIDE ME TOWARDS SUCH BOOKS AND PAPERS. ANYWAY
| COMING BACK TO THE SUBJECT, A FEW QUESTIONS.

1 writing in capital letters is reserved for lawyers and retards.

2 judgmental attitudes are severely incompatible with learning.

3 SICP is intended to teach _programming_ to fairly intelligent people.  it
  is very good at that.  less intelligent people struggle, but love it if
  they have indeed struggled.  most people who want to learn "programming"
  these days are fairly stupid and are mainly interested in making quick
  bucks through an activity whose similarity to programming is restricted
  to looking at a computer monitor.

4 you're the only person so far who comes across as pompous.

| Where can we get this and other MIT memo's for free?  I have enough money
| for compiler but these publicly funded reports should be available free.

  MIT was a private institution last time I checked.  has that changed?

| I wish I could remember the honeywell reference, but I will inform the
| readership of cll as soon as I find it.

  most people here know about this reference, already.  just like Alexander
  Graham Bell didn't invent the telephone and Thomas Alva Edison didn't
  invent the light bulb, Richard Stallman didn't first use Lisp in Emacs.
  he did, however, invent Emacs (based on TECO), and took great advantage
  of the few first steps towards a Lisp-based Emacs made elsewhere and made
  it what it is today.

  it's actually quite arrogant of you to believe that you are the first
  person to have come across a report that you think is "damaging" to Lisp
  because you know so little.

  I suggest the following:

1 tune down the attitude to approximately zero

2 read SICP for yourself -- it's a widely acclaimed book

3 hold the judgment until you know of what you speak

4 check your facts and references before you post them

5 re-examine your needs -- and make them practical if they are political

#:Erik