Category:RapidQ: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added category BASIC Implementations)
(Added Category:BASIC_related)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{language|RapidQ
{{language|RapidQ}}'''RapidQ''' (also known as Rapid-Q) is a free, cross-platform, semi-[[object-oriented language|object-oriented]] [[BASIC]] [[programming language]]. It can create console, [[GUI]], and CGI applications. The [[IDE]] includes a drag-and-drop form designer, syntax highlighting and single button compilation.
|site=http://rapidq.webcindario.com/index.html
|strength=strong
|safety=safe
|checking=static
|parampass=both
|tags=rapidq
|LCT=yes}}'''RapidQ''' (also known as Rapid-Q) is a proprietary freeware, cross-platform, semi-[[object-oriented language|object-oriented]] [[programming language]] similar to [[BASIC]]. It can create console, [[GUI]], and CGI applications. The [[IDE]] includes a drag-and-drop form designer, syntax highlighting and single button compilation.


== Rosetta Code examples ==
Most [[BASIC]] examples work with RapidQ directly or with small modifications. Therefore, RapidQ specific examples are only needed in cases where RapidQ differs from standard BASIC. This typically means file handling, graphics, GUI functions and [[object-oriented programming]].
==Citations==
==Citations==
* [http://en.wikipedia.org/wiki/Rapidq Wikipedia:RapidQ]
* [[wp:RapidQ|Wikipedia's RapidQ entry]]
* [http://tech.groups.yahoo.com/group/rapidq RapidQ Yahoo group] - The compiler and documentation can be downloaded from the files section.
* [http://tech.groups.yahoo.com/group/rapidq RapidQ Yahoo group] - The compiler and documentation can be downloaded from the files section.


[[Category:BASIC Implementations]]
[[Category:BASIC Implementations]]
[[Category:BASIC_related]]

Latest revision as of 22:19, 16 February 2021

Language
RapidQ
This programming language may be used to instruct a computer to perform a task.
Official website
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
Type checking: Static
Lang tag(s): rapidq
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using RapidQ.

RapidQ (also known as Rapid-Q) is a proprietary freeware, cross-platform, semi-object-oriented programming language similar to BASIC. It can create console, GUI, and CGI applications. The IDE includes a drag-and-drop form designer, syntax highlighting and single button compilation.

Rosetta Code examples

Most BASIC examples work with RapidQ directly or with small modifications. Therefore, RapidQ specific examples are only needed in cases where RapidQ differs from standard BASIC. This typically means file handling, graphics, GUI functions and object-oriented programming.

Citations