gforth - GNU Forth for Android
GNU Forth programmeringssprog
Appinfo
Advertisement
Appbeskrivelse
Android App -Analyse Og Gennemgang: gforth - GNU Forth for Android, Udviklet Af Bernd Paysan. Listet I Biblioteker Og Demoer -Kategori. Nuværende Version Er 0.7.9_20251001, Opdateret På 16/11/2025 . Ifølge Brugere Anmeldelser På Google Play: gforth - GNU Forth for Android. Opnået Over 11 Tusind Installationer. gforth - GNU Forth for Android Har I Øjeblikket 264 Anmeldelser, Gennemsnitlig Vurdering 3.8 Stjerner
Gforth er GNU projekt implementering af programmeringssproget Forth. Dette APK er den binære distribution til Android-platformen, for ARM og x86-processorer. Du kan finde flere oplysninger og links til kildekoden på http://bernd-paysan.de/gforth.html, og mere information om Android-specifikke funktioner på http://www.forth-ev.de/wiki/doku. php / da: projekter: gforth-android: start.For optimal oplevelse ved programmering, brug en blød tastatur lavet til denne opgave, ligesom Hacker tastatur.
Gforth er tilgængelig under GPLv3.
Gforth bruger GCC at kompilere en hurtig direkte eller indirekte gevind Forth; Gforth er fuldt ANS-Forth og Forth-2012-kompatibel. Forfattere af Gforth er Anton Ertl, Bernd Paysan, Jens Wilke, Neal Crook, David Kühling og andre.
Målet med Gforth projektet er at udvikle en standardmodel for ANSI Forth. Dette kan opdeles i flere delmål:
* Gforth bør være i overensstemmelse med ANSI / 200x Forth standard.
* Det bør være en model, dvs. den skal definere alle de implementering afhængige ting.
* Det bør blive standard, dvs. bredt accepteret og anvendt. Dette mål er den vanskeligste.
For at nå disse mål Gforth bør være
* Lighed med tidligere modeller (Fig-Forth, F83)
* Stærk. Den skal sørge for alle de ting, der anses for nødvendige i dag, og endda nogle, der endnu ikke anses for nødvendig.
* Effektiv. Det bør ikke få ry for at være undtagelsesvis langsom.
* Gratis.
* Findes på mange maskiner / let at port.
Den Gforth APK installerer tre ikoner: Den ene er den hurtige motor (Gforth hurtigt), en debug motor (Gforth ITC), hvor enkelt trin debugger fungerer, og backtrace er præcist selv på undtagelser, og det tredje er net2o protokollen demo app, med "Nettie" blæksprutte. Det er en demo nu, så forvent ikke det til at virke fejlfri.
Vi Tilbyder I Øjeblikket Version 0.7.9_20251001. Dette Er Vores Seneste, Mest Optimerede Version. Det Er Velegnet Til Mange Forskellige Enheder. Gratis Download Direkte Apk Fra Google Play Store Eller Andre Versioner, Vi Er Vært For. Desuden Kan Du Downloade Uden Registrering Og Der Ikke Kræves Noget Login.
Vi Har Mere End 2000+ Tilgængelige Enheder Til Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... Med Så Mange Muligheder, Det Er Let For Dig At Vælge Spil Eller Software, Der Passer Til Din Enhed.
Det Kan Komme Godt Med, Hvis Der Er Nogen Landsbegrænsninger Eller Begrænsninger Fra Siden Af Din Enhed I Google App Store.
Hvad Er Nyt
Removed permission request for photos and videos as Google demanded

Seneste Kommentarer
John Cochran
Nice implementation. However, it seems that all output is buffered and nothing will be displayed until execution is finished. Have attempted to flush the output during execution and nothing works. When the main word finally returns, all of the output is immediately displayed. So, everything is stored until execution is finished and then everything (up to thousands of lines) gets displayed as one huge chunk.
dave selby
Great to have gforth on my pixel but does ask for odd permissions, music & audio, and photos & videos ... Won't start without them ... Anybody know why or is it a packaging error ?
Alan Squire
It works. (1) Would be nice to be able to change font size (2) I can't paste anything into the editor using long press... Also, consider adding options like "Use volume down key for CTRL"; that way, we wouldn't have to install outdated keyboards like Hackers Keyboard, which doesn't work well on all systems.
A Google user
Superb, forth is a wacky language came across it back in the 80s on a commodore 64 , yeah I know. :-) The new versions do not start on any of my devices one device has error that there is no space on device . the Criticism that it is bloated is part because of ANSI spec compliance.
N. A. McBee
Developer replies on critical comments, that's helpful! So I found out what went wrong and give it 5 stars now. Nevertheless, you must tame your keyboard app of choice to behave in a way which Gforth can handle. All these automatic things are prone to erratical behavior, esp. automatic punctuation and cousins. Programming on the phone is simply cumbersome. But maybe you have a nice Forth application which you may transfer to the phone and use it. This should work fine.
Amila Praveen
I really enjoy stack languages! We are fortunate to have open source full ANS Forth GForth! 1. The phone is Android 11, why there is no GForth folder anywhere on sdcard, or anywhere i can put files into? After installing i gave storage permission, and Gforth said successfully created the gforth folder, but i see no such folder! 2. Please consider porting GForth 0.7.9 for Termux, the current version there is still 0.7.3 which is rather buggy. GForth works so well on Termux than in a separate app!
Hunar Omar
Can you please give us some more information. I want to know how to use the minos2 gui library (a simple example will do), and how to edit files or load a file from my phone? Thanks :)
Kedru Fubge
Works like a charm on Android 9, but crashes immediately on Android 11. UPD: Thanks, it works now!