Where can I find a free and safe download of BASIC for Windows 7?

  • Thread starter Thread starter snoopies622
  • Start date Start date
AI Thread Summary
For those seeking a free, downloadable version of BASIC for Windows 7, options include FreeBASIC and QB64, both of which are suitable for 64-bit platforms. Additionally, VB .NET is suggested as a more modern alternative. For users interested in scripting languages, Python is highly recommended due to its ease of learning, cross-platform compatibility, extensive libraries, and supportive community. Python offers a straightforward syntax and can be used for a wide range of programming tasks, making it suitable for both beginners and experienced programmers. The Eclipse IDE with the PyDev plugin is also mentioned as a useful tool for debugging Python code.
snoopies622
Messages
852
Reaction score
29
So where can I find a nice, safe, free, downloadable version of BASIC for Windows 7?
 
Technology news on Phys.org
Thanks guys, I'll check them both out.
 
BTW if all you're looking for is a really nice scripting language, you might consider python. All free, redistributable, very easy to learn like JavaScript or VB, runs on any of the main operating systems, very popular with tons of libraries, tons of examples and docs on the web, busy support forums, and excellent simple self-documenting syntax (yet similar to other standard languages). You can write anything from a simple clean script to a complicated object oriented program. I highly recommend it for novices and experts, alike. Its not at all wordy like java, nor is its style weird like scala (those are good languages but they aren't for the faint at heart). Once you get interested you can get the Eclipse IDE with the PyDev plugin to debug, etc.
 
Last edited:
snoopies622 said:
So where can I find a nice, safe, free, downloadable version of BASIC for Windows 7?

You can use QB64 for a 64 bit platform running windows:

http://www.qb64.net/
 
Thanks. Sorry I'm not responding more quickly. For some reason I'm not getting notices for this thread.
 
Back
Top