glcc: Simple forth interpreter

Using, learning, programming and modding the Gigatron and anything related.
Forum rules
Be nice. No drama.
Post Reply
petersieg
Posts: 111
Joined: 28 Jun 2023, 09:06

glcc: Simple forth interpreter

Post by petersieg »

Hi.

Original Source: https://gist.github.com/lbruder
License: Public Domain
Beside memory reduction, no changes were required to compile it with glcc.
Please wait until 'OK' prompt appears. It needs minutes to run the builtin InitScript!

May the forth be with you ;-)

best, Peter
Attachments
Bildschirmfoto 2023-08-15 um 16.38.10.png
Bildschirmfoto 2023-08-15 um 16.38.10.png (45.6 KiB) Viewed 562 times
lbforth.zip
(35.88 KiB) Downloaded 72 times
lb3361
Posts: 367
Joined: 17 Feb 2021, 23:07

Re: glcc: Simple forth interpreter

Post by lb3361 »

I wonder what makes it so slow. On the other hand, it is nice that it ran unmodified. Thanks.

See also the excellent gtforth
https://github.com/kervinck/gigatron-ro ... es/GtForth
Post Reply