Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llogiq/stos
An introspection- and code-generation-less Java-hosted Forth
https://github.com/llogiq/stos
Last synced: about 1 month ago
JSON representation
An introspection- and code-generation-less Java-hosted Forth
- Host: GitHub
- URL: https://github.com/llogiq/stos
- Owner: llogiq
- License: mit
- Created: 2015-03-21T15:34:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-21T15:41:59.000Z (almost 10 years ago)
- Last Synced: 2024-10-13T13:44:28.097Z (2 months ago)
- Language: Java
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stos
An introspection- and code-generation-less Java-hosted ForthThis is basically a proof-of-concept of a 16-bit forth VM that is running within a Java program without ever using reflection
or byte code generation. There are a few hard coded (internal) words, and some words are built in forth itself.To build, compile, run Internals.java and compile the resulting file.
(I really need to add an ant script :smile:)