BaCon
This article's tone or style may not reflect the encyclopedic tone used on Wikipedia. (March 2017) (Learn how and when to remove this template message) |
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 the compilation process is performed. It is possible to choose between different C compilers for compilation.[1]
GUI Sample
INCLUDE “hug.bac”
window = WINDOW(“Hello!”, 200, 200)
DISPLAY
References
- ↑ "BaCon - BASIC to C converter". Basic-converter.org. Retrieved March 8, 2017.
This article "BaCon" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
