Re: Hooking into gforth to make a transpiler instead
"Sean Charles (emacstheviking)" <[email protected]> Thu, 2 Nov 2023 11:21:27 +0000
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
Good luck with that. Many people have tried this to various degrees over the years. There are probably lots of examples out there but they may be quite old now. > On 2 Nov 2023, at 11:11, Olle Härstedt <[email protected]> wrote: > > Hey gforth mailing list! > > I'm interested in the possibility to transpile Forth to a scripting > language, to be able to use both the awesome macro systems inside > Forth, and the big ecosystems of, say, Python, Ruby, PHP, etc. > > Would it be possible to hook into gforth to output a given language > instead of assembly? > > Regards > Olle, Malmö >