Program in Forth on an Android 2.2 Tablet.
This project uses the J2EE Forth SourceForge Project
for its functionality delivered in its Jar file
If you are having problems trying to download this App from an Android Browser please download it from our web site:
http://www.ptaisp.co.za/androidforth/
Follow Android Forth
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks for updates ;)
-
there is a bug : try: 1 2 3 rot .s and 1 2 3 over .s i think the over word was referenced to rot word and there are no word like 2dup , i just : 2dup ( n1 n2 -- n1 n2 n1 n2 ) swap dup rot dup rot swap ;