bjForth Java Interop

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

Hey all.

First off, bjForth is a Forth written from the ground up with modern Java and its execution model is largely influenced by that of JONESFORTH.

Currently I'm working on Java inter-op and would like to ask for your opinions/experience on semantics and syntax.

The relevant GitHub issue.

Thanks in advance.

1 points · 1 comments · view on lemmy.world

1 Comments

BlueBockser@programming.dev · 2 pts · 1y

For anyone as confused as me about what a "Forth" is: Forth is a rather old stack-oriented programming language.