
SmallBASIC
SmallBASIC je brz i jednostavan za naučiti osnovni programski jezik tumač.
Podaci O Aplikaciji
Advertisement
Opis Aplikacije
Analiza I Pregled Android Aplikacija: SmallBASIC, Razvijen Od Chris Warren-Smith. Navedeno U Kategoriji Obrazovanje. Trenutna Verzija Je 12.29, Ažurirana Na 25/06/2025 . Prema Recenzijama Korisnika Na Google Playu: SmallBASIC. Postignute Više Od 49 Tisuća Instalacije. SmallBASIC Trenutno Ima 337 Recenzije, Prosječna Ocjena 3.3 Zvijezda
SmallBASIC je brz i jednostavan prevoditelj BASIC programskog jezika idealan za svakodnevne izračune, skripte i prototipove. SmallBASIC uključuje trigonometrijske, matrice i algebarske funkcije, moćnu biblioteku nizova, sustav i grafičke naredbe zajedno sa sintaksom strukturiranog programiranja.NAPOMENA: Ovo *nije* "Small Basic" od Microsofta. Ovo je Open Source GPL verzija 3 licencirana SmallBASIC izvorno napravljena za Palm Pilot i kasnije prenesena na Franklin eBookman i Nokia 770 uređaje.
SmallBASIC dobro radi s "Hacker's Keyboard" koja je dostupna zasebno.
Neke od značajki SmallBASIC-a su:
- SmallBASIC je višeplatformski BASIC jezik: Trenutno su podržani Linux, Windows i Android.
- Jezik je prilično kompaktan: Debian instalacijski program za Linux, na primjer, dolazi kao jedna datoteka od 340 kb.
- SmallBASIC sadrži vrlo opsežan skup matematičkih funkcija.
- To je interpretirani jezik bez potrebe za kompilacijom.
- SmallBASIC podržava strukturirano programiranje, korisnički definirane strukture i modularne izvorne datoteke. Ipak nije objektno orijentiran.
- Također pokazuje mnogo prostora u pitanjima sintakse: za mnoge naredbe postoje alternative, a za mnoge konstrukcije dostupni su različiti sinonimi.
- SmallBASIC dolazi sa svojim malim IDE-om.
- Grafičke primitive (poput linija, krugova, itd.) su dostupne, kao i zvuk i jednostavne GUI funkcije.
SmallBASIC, koji je izvorno kreirao Nicholas Christopoulos za osobnog digitalnog asistenta Palm Pilot kasnih 1990-ih.
Pridružite se forumu za raspravu:
https://smallbasic.discourse.group
Prijavite padove na jedno od sljedećeg. Obavezno uključite mali isječak koda koji uzrokuje problem.
- https://github.com/smallbasic/SmallBASIC/issues
- email: [email protected]
Trenutno Nudimo Verziju 12.29. Ovo Je Naša Najnovija, Najoptimiziranija Verzija. Prikladan Je Za Mnogo Različitih Uređaja. Besplatno Preuzmite Izravno Apk Iz Google Play Store -A Ili Drugih Verzija Koje Ugošćujemo. Štoviše, Možete Preuzeti Bez Registracije I Nije Potrebna Prijava.
Imamo Više Od 2000+ Dostupnih Uređaja Za Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... S Toliko Opcija, Lako Vam Je Odabrati Igre Ili Softver Koji Odgovara Vašem Uređaju.
To Može Biti Korisno Ako Postoje Bilo Kakva Ograničenja Zemlje Ili Bilo Kakva Ograničenja Sa Strane Vašeg Uređaja U Google App Storeu.
Što Je Novo
Implemented Bluetooth support
Updated SOUND to avoid clicks
Updated USB API to allow setting baud rate and timeout
Updated android.speak() to take additional non-string args
Update PEN(3) handling
Updated SOUND to avoid clicks
Updated USB API to allow setting baud rate and timeout
Updated android.speak() to take additional non-string args
Update PEN(3) handling
Nedavni Komentari
Kalman Donath
Super great! Huge range of Basic commands. Help function is great. Speed is great. The interface is not so straightforward but I'm working on getting used to it. If you could improve on the interface, add some graphical elements, like buttons, menus, etc., that would be great. But overall it's fantastic. Thank you. Just keep it!
Byron Eugene
QBasic was my intro to programming, when I stumbled upon it in my middle school computer lab (it was already considered obsolete at that point, but I didn't learn that until after putting many hours into it!). I know this isn't QBasic, but it's similar enough to it that programming in it scratches the nostalgic itch I sometimes get. This is an excellent app, very well made, & while the interface takes getting used to it becomes easy to figure out after a short time. I highly recommend this!
gabmemog at gmail
Works great on ny old phone. Creates a smallbasic folder and saves your programs. Android 5. On my newer phone, no folder. But I found a hack! I copy my program and data files to new files (.bas) when smallbasic is running (click on Files, copy your data, click new). Your program can then access your data files (.bas)!! It works!! Happy now.
Pete JC
First impressions aren't good. I opened the app to find the menu options overwriting each other, and the demonstration program kind of messed up. I have bad eyesight and have '⚙️ > display > font style and size > font size" turned up on my galaxy s23. Is that the problem? Can you please fix the menus so they display properly. Found the help system (👍) and love it, but "autocomplete / code suggestions" would be awesome, thanks. I'll continue exploring now ! Thanks for this!
A Google user
This deserves much higher praise than it gets. Too many download it who haven't enough knowledge of BASIC or programming, or don't have the patience to go to the website or notice the menu icon, or think it's the MS thing with similar name. As BASIC interpreters go, it's very good indeed and being improved. I just tested it on speed with some graphics routines against a couple of others including rfo, and it was about 10 times faster. The IDE is unusual but fine when you get used to its quirks.
Jim Walts
I felt that my original review was unfair to those who created this and maintain it. It does take some effort to figure out the file system but overall it's an amazing program. Someone needs to make a beginners guide to this and put it on YouTube and somehow make it findable. Chris, I saw your response after posting this. My original wasn't me at my best. LoL Thanks to you and your team for what you do.
kiith10
Unlike other apps, the save folder is in a location that can't be accessed either by the cellphone or by a computer linked to it. Data and programs are therefore not accessible to the user. Other apps use a variety of folders (document folder or a user defined path). X11 basic allows it, python allows it, ...
A google user
Please make the auto-save feature optional,so that it can be cancelled. Also matrix-size and transpose for 2D matrices would be useful