
D (Programming Language)
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
wxBasic is an Basic interpreter that is: * Free * Open Source (LGPL) * Cross-platform (currently Windows and Linux) wxBasic can create stand-alone...
wxbasic is an basic interpreter that is:
* free * open source (lgpl) * crossplatform (currently windows and linux)
wxbasic can create standalone executables by binding together source code with the interpreter.
wxbasic is written primarily in c, with some c++ linking it to the wxwidgets library. wxwidgets supplies the crossplatform features.
wxbasic runs on windows using native controls, and linux using the gtk library. a macintosh port is being actively investigated.
Discontinued programming programming-language interpreter basic basic-compiler