[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hooking into gforth to make a transpiler instead
From: |
Sean Charles (emacstheviking) |
Subject: |
Re: Hooking into gforth to make a transpiler instead |
Date: |
Thu, 2 Nov 2023 11:21:27 +0000 |
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 <olleharstedt@gmail.com> 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ö
>