| p:abstract
| - wxBasic is a free software / open-source software, cross-platform BASIC interpreter. As it is based on the easy-to-use syntax of the BASIC language, it is simple to learn and understand, allowing even novice programmers to write nice-looking applications for graphical environments like Windows and Linux with minimal effort. As of September, 2004, the software is in a beta state, but it is effective enough for hobby programming. It can create stand-alone executables by binding together source code with the interpreter. In contrast with executables created by similar commercial programs like Visual Basic, executables produced by wxBasic do not require any external DLL file, resource file, or installer to run. The executable is distributed alone and can be run immediately by end users. As with programs written in any interpreted language, wxBasic programs may also be run straight from the source code if wxBasic is present on the system, regardless of which system they were written on. This saves download time, as generated executables tend to be several orders of magnitude greater than the source code from which they were compiled. wxBasic is written primarily in C, with some C++ linking it to the wxWidgets library. wxWidgets supplies the cross-platform features, making wxBasic a very powerful, although beginner-friendly, programming language. wxBasic runs on Windows using native controls, and Linux using the GTK+ Library. A Macintosh port is being actively investigated. wxBasic is a bytecode based language, like Perl or Java. It is licensed under the LGPL, so proprietary code can be linked against it. (en)
- WxBasic é um interpretador de ansi-basic multiplataforma e de código aberto. Como é baseado numa sintaxe de fácil utilização sobre a linguagem BASIC, é simples de aprender e compreender, permitindo até os programadores novatos a escrever interessantes aplicações para ambientes gráficos como Windows, Linux e MacOS-X, com o mínimo esforço. O programa está num estado Beta, mas funcional o suficiente para programação hobística. (pt)
- wxBasic ist eine Open source-Implementierung eines BASIC-Interpreters von David Cuny. Die damit erzeugten Programme laufen unter Windows und Linux. Der Interpreter ist im Betastadium. Man kann damit einzelne ausführbare Dateien erzeugen, die keine anderen Dateien zur Ausführung benötigen außer einer Laufzeitumgebung von wxBasic. wxBasic ist in C geschrieben mit einer C++-Schicht um die wxWidgets-GUI-Bibliothek hinzuzubinden. wxBasic benutzt einen Bytecode, wie Perl, Java oder VB. net. Für die Auslieferung ist neben dem Programmtext lediglich die Weitergabe einer Runtime-EXE-Datei nötig, die kleiner als 1MB ist. (de)
|
| rdfs:comment
| - wxBasic is a free software / open-source software, cross-platform BASIC interpreter. As it is based on the easy-to-use syntax of the BASIC language, it is simple to learn and understand, allowing even novice programmers to write nice-looking applications for graphical environments like Windows and Linux with minimal effort. As of September, 2004, the software is in a beta state, but it is effective enough for hobby programming. (en)
- WxBasic é um interpretador de ansi-basic multiplataforma e de código aberto. (pt)
- wxBasic ist eine Open source-Implementierung eines BASIC-Interpreters von David Cuny. (de)
|