
SmallBASIC
SmallBASIC er hurtig og nem at lære BASIC programmeringssprog tolk.
Appinfo
Advertisement
Appbeskrivelse
Android App -Analyse Og Gennemgang: SmallBASIC, Udviklet Af Chris Warren-Smith. Listet I Læring -Kategori. Nuværende Version Er 12.29, Opdateret På 25/06/2025 . Ifølge Brugere Anmeldelser På Google Play: SmallBASIC. Opnået Over 49 Tusind Installationer. SmallBASIC Har I Øjeblikket 337 Anmeldelser, Gennemsnitlig Vurdering 3.3 Stjerner
SmallBASIC er en hurtig og nem at lære BASIC programmeringssprogsfortolker ideel til daglige beregninger, scripts og prototyper. SmallBASIC inkluderer trigonometriske, matricer og algebrafunktioner, et kraftfuldt strengbibliotek, system- og grafiske kommandoer sammen med struktureret programmeringssyntaks.BEMÆRK: Dette er *ikke* "Small Basic" fra Microsoft. Dette er open source GPL version 3 licenseret SmallBASIC oprindeligt lavet til Palm Pilot og senere porteret til Franklin eBookman og Nokia 770 enheder.
SmallBASIC fungerer godt med "Hacker's Keyboard" tilgængelig separat.
Nogle af SmallBASICs funktioner er:
- SmallBASIC er et BASIC-sprog med flere platforme: I øjeblikket understøttes Linux, Windows og Android.
- Sproget er ret kompakt: Debian-installationsprogrammet til Linux kommer for eksempel som en enkelt 340 kb-fil.
- SmallBASIC har et meget omfattende sæt matematiske funktioner.
- Det er et fortolket sprog uden krav om kompilering.
- SmallBASIC understøtter struktureret programmering, brugerdefinerede strukturer og modulariserede kildefiler. Det er dog ikke objektorienteret.
- Det viser også meget spillerum i spørgsmål om syntaks: For mange kommandoer er der alternativer, og for mange konstruktioner er der forskellige synonymer tilgængelige.
- SmallBASIC kommer med sin egen lille IDE.
- Grafiske primitiver (som linjer, cirkler osv.) er tilvejebragt, såvel som lyd og enkle GUI-funktioner.
SmallBASIC, som oprindeligt blev skabt til Palm Pilots personlige digitale assistent i slutningen af 1990'erne af Nicholas Christopoulos.
Deltag i diskussionsforumet:
https://smallbasic.discourse.group
Rapportér venligst eventuelle nedbrud til en af følgende. Sørg for at inkludere et lille kodestykke, der forårsager problemet.
- https://github.com/smallbasic/SmallBASIC/issues
- e-mail: [email protected]
Vi Tilbyder I Øjeblikket Version 12.29. 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
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
Seneste Kommentarer
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