Replies: 2 comments 4 replies
-
I love the idea of a BMF forth system! Looking at your examples, I would think you'd want the tagging/inter-process messaging support to be FIFO, not LIFO. |
Beta Was this translation helpful? Give feedback.
3 replies
-
You might have a look at the "Mouse" programming language. Its stack has complex objects, so I think it could support "tagged" messages. http://techref.massmind.org/Techref/language/mouse/interpreter-c.htm |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, has anybody implemented a tags on a stack?
https://godbolt.org/z/P6rMev397
I'm trying to build a bare metal forth, ( which seemed allot easier at first than develop a new OS ) for a high availability set of use cases on x86 and AArch64 .
More can be read here:
https://github.com/jemo07/TolerantFORTH
Beta Was this translation helpful? Give feedback.
All reactions