home *** CD-ROM | disk | FTP | other *** search
- From: sfk@otter.hpl.hp.com (Steve Knight)
- Date: Thu, 19 Nov 1992 17:55:32 GMT
- Subject: Re: Ok, so pop *pop* may be a valid lang, but where's basic?
- Message-ID: <116670013@otter.hpl.hp.com>
- Organization: Hewlett-Packard Laboratories, Bristol, UK.
- Path: sparky!uunet!wupost!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!otter.hpl.hp.com!otter!sfk
- Newsgroups: comp.lang.pop
- References: <1992Nov12.163410.12678@julian.uwo.ca>
- Lines: 12
-
- Aaron Sloman writes:
- > I don't know of any versions of BASIC that have the full facilities
- > of Pop-11 or Lisp, (all the data-types, garbage collector,
- ^^^^^^^^^^^^^^^^^
- Although Aaron doesn't explicitly say so, BASIC doesn't need a
- garbage collector because it adopts a philosophy of copying on
- assignment. This is a very expensive solution to avoiding GC
- of course. It also doesn't help when you add shareable store
- to the language (e.g. Pascal pointers).
-
- Steve
-
-