This new release fixes more than 100 bugs and adds more than 100 new features.
The main new feature of Gambas 3.2 is the new Just-In-Time compiler made by Emil Lenngren, that can make a function or an entire class up to 100 times faster!
Otherwise the other main changes are:
- gb.gtk.opengl is a new component that allows to use OpenGL in GTK+ applications.
- gb.media is a new component based on GStreamer.
- gb.ncurses is a new component based on the ncurses library made by Tobias Boege.
- gb.xml has been entirely rewritten from scratch by Adrien Prokopowicz.
- gb.xml.html is a new HTML generator component based on gb.xml.
- The IDE now has an integrated profiler.
- New ON GOTO and ON GOSUB instructions.
- New Base64() and UnBase64() conversion functions.
Instalación
Abrimos una terminal (o consola), y copiamos y pegamos la siguiente linea de comandos:
sudo add-apt-repository ppa:nemh/gambas3 && sudo apt-get update && sudo apt-get install gambas3En caso de que nos pida confirmación, se la damos... y comenzará la descarga e instalación (puede demorar un tiempo)
Una vez finalizada la instalación podremos ejecutar gambas desde la consola escribiendo:
gambas3o bien desde
Menú => Programación (o Programming) => Gambas3Fuente
Sitio Oficial Gambas
No hay comentarios. :
Publicar un comentario