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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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 ;