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
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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 ;