
SmallBASIC
SmallBASIC är en snabb och lätt att lära sig grundläggande programmering tolk.
Appinformation
Advertisement
Appbeskrivning
Android -Appanalys Och Granskning: SmallBASIC, Utvecklad Av Chris Warren-Smith. Listad I Utbildning -Kategorin. Den Nuvarande Versionen Är 12.29, Uppdaterad 25/06/2025 . Enligt Användare Recensioner På Google Play: SmallBASIC. Uppnått Över 49 Tusen Installationer. SmallBASIC Har För Närvarande 337 Recensioner, Genomsnittlig Betyg 3.3 Stjärnor
SmallBASIC är en snabb och lättlärd BASIC programmeringsspråkstolk idealisk för vardagliga beräkningar, skript och prototyper. SmallBASIC innehåller trigonometriska, matriser och algebrafunktioner, ett kraftfullt strängbibliotek, system- och grafiska kommandon tillsammans med strukturerad programmeringssyntax.OBS: Detta är *inte* "Small Basic" från Microsoft. Detta är den GPL version 3 licensierade SmallBASIC med öppen källkod som ursprungligen gjordes för Palm Pilot och senare portades till Franklin eBookman- och Nokia 770-enheterna.
SmallBASIC fungerar bra med "Hacker's Keyboard" tillgängligt separat.
Några av SmallBASICs funktioner är:
- SmallBASIC är ett BASIC-språk för flera plattformar: För närvarande stöds Linux, Windows och Android.
- Språket är ganska kompakt: Debianinstallationsprogrammet för Linux, till exempel, kommer som en enda 340 kb-fil.
- SmallBASIC har en mycket omfattande uppsättning matematiska funktioner.
– Det är ett tolkat språk utan att det krävs några sammanställningskörningar.
- SmallBASIC stöder strukturerad programmering, användardefinierade strukturer och modulariserade källfiler. Det är dock inte objektorienterat.
- Det visar också mycket spelrum i frågor om syntax: För många kommandon finns det alternativ, och för många konstruktioner finns det olika synonymer tillgängliga.
- SmallBASIC kommer med sin egen lilla IDE.
- Grafiska primitiver (som linjer, cirklar, etc.) tillhandahålls, såväl som ljud och enkla GUI-funktioner.
SmallBASIC, som ursprungligen skapades för Palm Pilots personliga digitala assistent i slutet av 1990-talet av Nicholas Christopoulos.
Gå med i diskussionsforumet:
https://smallbasic.discourse.group
Vänligen rapportera eventuella krascher till något av följande. Se till att inkludera ett litet kodavsnitt som orsakar problemet.
- https://github.com/smallbasic/SmallBASIC/issues
- e-post: [email protected]
Vi Erbjuder För Närvarande Version 12.29. Detta Är Vår Senaste, Mest Optimerade Version. Det Är Lämpligt För Många Olika Enheter. Gratis Nedladdning Direkt Apk Från Google Play Store Eller Andra Versioner Vi Är Värd För. Dessutom Kan Du Ladda Ner Utan Registrering Och Ingen Inloggning Krävs.
Vi Har Mer Än 2000+ Tillgängliga Enheter För Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... Med Så Många Alternativ, Det Är Enkelt För Dig Att Välja Spel Eller Programvara Som Passar Din Enhet.
Det Kan Komma Till Nytta Om Det Finns Några Landsbegränsningar Eller Några Begränsningar Från Sidan Av Din Enhet I Google App Store.
Vad Är Nytt
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
Nya 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