Subject: Re: Parallelism (superior(?) programming languages
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 1996/12/10
Newsgroups: comp.arch,comp.sys.super,comp.lang.lisp
Message-ID: <58ivka$949@tokyo.engr.sgi.com>

Tony Griffiths  <tonyg@OntheNet.com.au> wrote:
+---------------
| The reason people use C is the same reason Basic became so popular in
| the PC world...  there is a zero learning curve needed to write your
| first 'working' program.  Eg.
| 
| Basic:	10	print "Hello world"
| 	20	end
| 
| C:	#include <stdio.h>
| 	main() {
| 		printf("Hello world\n");
| 	}
+---------------

Scheme:

	(display "Hello world")
	(newline)

Common Lisp:

	(format t "Hello world~%")

So... Explain to me again how that "#include <stdio.h>" and "main(){}" stuff
represents a *ZERO* learning curve???


-Rob

-----
Rob Warnock, 7L-551		rpw3@sgi.com
Silicon Graphics, Inc.		http://reality.sgi.com/rpw3/
2011 N. Shoreline Blvd.		Phone: 415-933-1673  FAX: 415-933-0979
Mountain View, CA  94043	PP-ASEL-IA