Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3083
| Path | csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end |
|---|---|
| From | George Neuner <gneuner2@comcast.net> |
| Newsgroups | comp.compilers |
| Subject | Re: What programming languages are simply abstractions on top of another programming language? |
| Date | Tue, 21 Jun 2022 15:10:42 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 17 |
| Sender | news@iecc.com |
| Approved | comp.compilers@iecc.com |
| Message-ID | <22-06-059@comp.compilers> (permalink) |
| References | <22-06-047@comp.compilers> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="37334"; mail-complaints-to="abuse@iecc.com" |
| Keywords | macros, Lisp |
| Posted-Date | 21 Jun 2022 15:50:03 EDT |
| X-submission-address | compilers@iecc.com |
| X-moderator-address | compilers-request@iecc.com |
| X-FAQ-and-archives | http://compilers.iecc.com |
| Xref | csiph.com comp.compilers:3083 |
Show key headers only | View raw
On Sat, 18 Jun 2022 19:42:55 +0000, Roger L Costello <costello@mitre.org> wrote: >... "What other programming languages are simply >abstractions on top of an existing programming language?" In addition to gah4's excellent list, I would include Lisp in which a significant fraction is implemented as macros which build on a simpler version of Lisp. And of course, Lisp's metalanguage is Lisp. Some amount of Scheme also is macros building on simpler Scheme, however Scheme's metalanguage is not Scheme but a hybrid that includes Scheme. How much is implemented using macros depends on the particular implementation. YMMV, George
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
What programming languages are simply abstractions on top of another programming language? Roger L Costello <costello@mitre.org> - 2022-06-18 19:42 +0000
Re: What programming languages are simply abstractions on top of another programming language? gah4 <gah4@u.washington.edu> - 2022-06-20 15:36 -0700
What programming languages are simply abstractions on top of another programming language? Christopher F Clark <christopher.f.clark@compiler-resources.com> - 2022-06-21 23:34 +0300
Re: What programming languages are simply abstractions on top of another programming language? George Neuner <gneuner2@comcast.net> - 2022-06-21 15:10 -0400
Re: What programming languages are simply abstractions on top of another programming language? Kaz Kylheku <480-992-1380@kylheku.com> - 2022-06-22 01:31 +0000
csiph-web