| Related articles |
|---|
| From: | Roger L Costello <costello@mitre.org> |
| Newsgroups: | comp.compilers |
| Date: | Tue, 15 Nov 2022 11:52:00 +0000 |
| Organization: | Compilers Central |
| References: | 22-09-026 22-10-025 <29190_1668508275_63736A72_29190_327_1_22-11-007@comp.compilers> |
| Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="28678"; mail-complaints-to="abuse@iecc.com" |
| Keywords: | design |
| Posted-Date: | 15 Nov 2022 11:51:57 EST |
| In-Reply-To: | <29190_1668508275_63736A72_29190_327_1_22-11-007@comp.compilers> |
minf...@arcor.de wrote:
> use Forth as your toolbox to make your own DSL
> and you can go _very_ far without diving into all
> those dragon books and gigabyte compilers and
> toolsets.
Fascinating!
What is it about the Forth programming language that makes it easy to implement DSL's?
/Roger
[It has small efficient implementations, it generally lets you get close to the hardware,
and the RPN syntax lets you define new operators that work like the built-in ones. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.