JBasic is a traditional BASIC language intepreter written in Java for command line or embedded use. It supports conventional original DOS and MSBASIC syntax, plus some modern extensions for supporting threads, JDBC, etc. JBasic can be run directly from a shell.
Features
- Traditional BASIC syntax
- Use standalone or as a scripting agent in your Java program
- Uses JDBC to interface with standard databases
- Extensions for threading, structured data types, XML, etc.
Categories
InterpretersLicense
GNU General Public License version 2.0 (GPLv2)Follow JBasic
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
This code is beautiful, it's fire! I have no idea who Tom Cole is, or why's this not on github, but it's nice to know that 14 years ago existed something this simple yet effective.
-
Having been a Java developer for some time (since 1997), and almost now obsessive in functional programming (after dealing with the OO paradigm for so long, and all the failures therein), it is brilliant to see such a well developed piece of code, that not only pays homage to the basic premise of the BASIC language, but attempts to highlight the importance of simplicity over bloat. It is not often also, that I download a Java project and have almost nothing to worry about - the quality of the code itself and the documentation, is top notch. My wishes, of course, would be to add javax.scripting support and maybe move on to a new CLI level (one-liners execution). But great code, and would love to see this adopted more