گاه نوشته های ذهن پریشون

My Brainstorm

برنامه نویسی لینوکس به طعم بیسیک

يكشنبه, ۲ تیر ۱۳۸۷، ۰۹:۳۵ ق.ظ

Features

I will try to depict the main features of Gambas and what sets it from the other languages.

Gambas is, before all, a Basic language with object extensions. A program written with Gambas is a set of files. Each file describes a class, in terms of object programming. The class files are compiled, then executed by an interpreter. From this point of view, it is very inspired by Java™.

Gambas is made up of the following programs:

  • A compiler.
  • An interpreter.
  • An archiver.
  • A graphical user interface component.
  • A development environment.
The development environment is written with Gambas itself, so that I can show the abilities of the language. And it is very useful for debugging!



What are the features that set Gambas from the other languages?

  1. A Gambas project is stored under one directory. The archiver transforms the project directory structure in one sole executable file.
  2. Compiling a project only requires the compilation of the modified classes. Every external reference of a class is solved dynamically at the execution time.
  3. Gambas has a component architecture that allows to extend the language. Anyone can write components as shared libraries that dynamically add new native classes to the interpreter. Components can be written in Gambas too. The component architecture is documented in the Wiki encyclopaedia.
  4. By default, the Gambas interpreter is a text-only program. The component architecture is used for writing the graphical user interface part of the language.
  5. As the graphical user interface is implemented as a component, Gambas will be able to be independent of any toolkit! You will be able to write a program, and choose the toolkit later : GTK+, Qt4, etc.
  6. I have decided to start implementing the graphical user interface with the Qt toolkit, as it is easier for me. The GTK+ component is not finished yet, but it will have almost the same interface as the Qt4 component.
  7. Gambas projects are easily translatable, in any language.
  8. Its object model is simple but powerful.


Download link [+]



Screen shot:










  • موافقین ۰ مخالفین ۰
  • يكشنبه, ۲ تیر ۱۳۸۷، ۰۹:۳۵ ق.ظ

نظرات (۰)

هیچ نظری هنوز ثبت نشده است
ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی