BASIC-256 is an easy to use version of BASIC designed to teach anybody how to program. A built-in graphics mode lets them draw pictures on screen in minutes, and a set of easy-to-follow tutorials introduce programming concepts through fun exercises,
2021年08月05日 - Ubuntu and other LINUX users can install the latest version with snap:
sudo snap --beta basic256
Project Samples
License
GNU General Public License version 2.0 (GPLv2)Follow BASIC-256
You Might Also Like
Junie, the AI coding agent by JetBrains Icon
Junie, the AI coding agent by JetBrains
Your smart coding agent
Junie is an AI-powered coding agent developed by JetBrains designed to enhance developer productivity by integrating directly into popular IDEs such as IntelliJ IDEA, PyCharm, and Android Studio. It supports developers by assisting with code completion, testing, and inspections, ensuring code quality and reducing debugging time.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
17
2
0
0
0
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
3 / 5
User Reviews
-
uglymike Posted 2025年02月03日Love the project. Easy to get started
-
aretwo2 Edited 2021年08月19日Having started programming in 1966 I have done a lot of basic, and like it, especially for simple things. I was interested in this product, downloaded it installed it all with a few mouse clicks. The IDE is intuitive and easy to use. Haven't tried "Graphics" yet but look forward to trying it soon. I have scored Features and Support "5" each but as yet have had no reason to use them. To you developer(s), thanks for a great product. :-) After reading other reviews I also would like to produce exe files that run independently of the IDE.
-
deardavid Posted 2021年01月17日Great BASIC for beginners and intermediate programmers!1 user found this review helpful.
-
blader0 Edited 2020年05月01日I am using the version 1.1.4.0(2014年10月25日) - built with QT 5.3.0 how can I upgrade to the latest version without losing my work? and also how can I type in the graphics output?
-
qomplainerz Posted 2020年04月30日Great project. I think it's a good way to get started with programming. It would be great if the Linux version were 2.0.0.1, too though. I am currently working on easy examples of all the things that can be done with Basic-256. For example additions with values, additions with variables and additions where the user is being asked to enter some values that will then be added. Would be cool if there were more examples like this in the official documentation, too. Also it would be cool if there was an easy way to create a GUI that could be exported as executable so the people could write a calculator, a spreadsheet calculation program, a database management tool or or or with Basic-256.