The Fundamental Concept of Programming language X

Johan Vromans jv at mh.nl
Tue Jan 2 10:25:20 AEST 1990


In article <1470 at mdbs.UUCP> wsmith at mdbs.UUCP (Bill Smith) writes:
> C		pointers + dynamic allocation
Allocation is static.

> SNOBOL		Strings
Pattern matching + "fail" concept. Snobol4 has lots of datatypes.
Datatypes are dynamic (variables are not fixed to a specific type).
No distinction between programs and data ("EVAL" and "CODE"
functions). This property is shared with lisp.

Add:

ICON		Goal-oriented evaluation. Dynamic datatypes.
Pattern matching and "fail" concept from SNOBOL.


Please resume once in a while, this will be an interesting topic.

Johan
--
Johan Vromans				       jv at mh.nl via internet backbones
Multihouse Automatisering bv		       uucp: ..!{uunet,hp4nl}!mh.nl!jv
Doesburgweg 7, 2803 PL Gouda, The Netherlands  phone/fax: +31 1820 62944/62500
------------------------ "Arms are made for hugging" -------------------------



More information about the Comp.lang.c mailing list