Forth

37 readers
1 users here now

Discuss everything about the Forth programming language here. Show off your Forth programs and your own Forth implementations. Code snippets, projects, questions and everything related to Forth are welcome here.

founded 2 years ago
MODERATORS
1
 
 

This is a simple example of the level of Java inter-op bjForth currently provides.

2
 
 

cross-posted from: https://lemmy.ml/post/24148184

I'm thrilled to announce the release of bjForth v0.0.3 ๐ŸŽ‰

There's been a a heap of improvements and additions compared to the last release.

What's best is that they are automatically tested every time a change is pushed ๐Ÿ˜Ž

I dare you to Grab the latest tarball and hack yourself some serious Forth ๐Ÿ˜„

3
 
 

After nearly 2 years of work, I'm excited to release the first version of bjForth, featuring partial JONESFORTH compatibility and initial Java interop.

Grab it and start hacking: https://github.com/bahmanm/bjforth/releases/tag/v0.0.2

PS: bjForth is a Forth (indirect threaded) written entirely in Java and its execution model is influenced by that of JONESFORTH.

4
1
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 
 

Some weeks ago I installed ESP 32 Forth to an esp32 using a web page that did the entire installation. Now I can't find that page anymore. I am able to install from the Arduino IDE but I am really curious about that other method.

Any idea where this web page is or was?

5
 
 

Forth, its history and the computer science ideas which form its foundations explained in a light and humorous style sprinkled with links to interesting resources on the web.

6
 
 

If look you look closely, it's a little Forth-like interpreter under the covers...

7
8
1
EuroForth 2023 (euro.theforth.net)
submitted 2 years ago by [email protected] to c/[email protected]
9
 
 

I remember being quite delighted when I discovered that SUN servers had FORTH right there in the firmware. I wrote many a little easter egg in there. I do wonder if anyone ever found any of my strange dictionary words.

Did anyone use any FORTH that was in any of the other OpenFirmware implementations? I only used the SUN one

10