BaCon

BaCon (abbreviation for English BASIC to C converter expression) is an open source BASIC-like programming tool. BaCon itself was written in the form of a Bash script and your BaCon code can be compiled for unix-like systems such as Linux, MacOsX. You can write code with a user interface called BaConGUI and this code can be compiled and tested. BaCon code is converted to C programming language code and compilation process is performed. It is possible to choose between different C compilers for compilation.
GUI Sample
INCLUDE “hug.bac”
window = WINDOW(“Hello!”, 200, 200)
DISPLAY
 
< Prev   Next >