Hooking into gforth to make a transpiler instead

Olle Härstedt <[email protected]> Thu, 2 Nov 2023 12:11:14 +0100
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <CAJpLVh277eHbfom1_rxXzSi7vmRs54i3=tSjZRpDhvcW_T0RKw@mail.gmail.com>
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ö