Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3084
| From | Christopher F Clark <christopher.f.clark@compiler-resources.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | What programming languages are simply abstractions on top of another programming language? |
| Date | 2022-06-21 23:34 +0300 |
| Organization | Compilers Central |
| Message-ID | <22-06-061@comp.compilers> (permalink) |
| References | <22-06-047@comp.compilers> <22-06-053@comp.compilers> |
There are more than a few languages which compile to the JVM (Java Virtual Machine). Lombok for Java, presuming you consider it a language fits that example. My impression is that Kotlin is an evolution of that. Scala is another possible example. I'm sure there are more. The lisp/scheme people do that quite often with "hygenic macros" and the "Racket" (or "Dr Racket") parser generator is built using that idea. -- ****************************************************************************** Chris Clark email: christopher.f.clark@compiler-resources.com Compiler Resources, Inc. Web Site: http://world.std.com/~compres 23 Bailey Rd voice: (508) 435-5016 Berlin, MA 01503 USA twitter: @intel_chris ------------------------------------------------------------------------------
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