bjForth Java Interop
from bahmanm@lemmy.ml to programming@programming.dev on 18 Dec 04:59
https://lemmy.ml/post/23703755

cross-posted from: 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.

#programming

threaded - newest

BlueBockser@programming.dev on 18 Dec 13:59 collapse

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