翻訳と辞書
Words near each other
・ Rappeneck
・ Rappenkrieg
・ Rappenkrieg (Basel)
・ Rappensee
・ Rappensee Hut
・ Rappenseekopf
・ Rappenstein
・ Rapper (electrostatic precipitation)
・ Rapper Gone Bad
・ Rapper sword
・ Rapido
・ Rapido (river)
・ Rapido (train)
・ Rapido (Transformers)
・ Rapido (TV series)
RapidQ
・ RapidRide
・ RapidRide A Line
・ RapidRide B Line
・ RapidRide C Line
・ RapidRide D Line
・ RapidRide E Line
・ RapidRide F Line
・ Rapids City, Illinois
・ Rapids Water Park
・ Rapids!
・ Rapids, New York
・ RapidShare
・ RapidSMS
・ RapidSVN


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

RapidQ : ウィキペディア英語版
RapidQ

RapidQ (also known as ''Rapid-Q'') is a free, cross-platform, semi-object-oriented dialect of the BASIC programming language. It can create console, graphical user interface, and Common Gateway Interface applications. The integrated development environment includes a drag-and-drop form designer, syntax highlighting, and single-button compilation.
Few lines of code are needed to program simple GUI programs. Additional functionality not normally seen in BASIC languages are function callbacks and primitive object-orientation. The language is called semi-object-oriented by its author because there are only two levels of the class hierarchy: built-in classes, and user-defined classes derived from those; the latter cannot be extended further. The ability to call external shared libraries is available, thus giving full access to the underlying operating system's application program interface. Other capabilities include built-in interfaces to DirectX and MySQL. All in all, RapidQ is a good example of proper application of the BASIC language design principles.
Versions are available for Microsoft Windows, Linux, Solaris, and HP-UX.
RapidQ features a bytecode compiler that produces standalone executables by binding the generated bytecode with the interpreter. No external run time libraries are needed; the bytecode interpreter is self-contained. The file sizes of executable files created by RapidQ are about 150 kilobytes or larger for console applications. (About 300KB according to (Mindteq ).)
RapidQ's author, William Yu, sold the source code to (REAL Software ), the makers of REALbasic, in 2000.
The freely distributed program has been improved and many additional components have been created by the very active users group.
== External links ==


* (Unofficial Download Page, including UNIX/Linux versions )
* (Yahoo Forum ): Very active.
* (Rapidq France ): Active French community and many examples.
* (Rapid-Q Documentation Project (RQDP) ): Last version of RapidQ documentation.
* (List of reserved words ): Very useful documentation about object's parameters
* (Mirror Rapidq ): copy of the original "www.basicguru.com/rapidq", which no longer exists.
* (Burkley's Bravado ): RapidQ source code examples and links.
* (RapidQ Preface ): Numerous Include files and examples.
* (FreeQ ): A freeware, open-source, text editor for the RapidQ compiler written in the RapidQ language.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「RapidQ」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.