Category:Rascal: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
{{language|Rascal
{{language|Rascal
|site=http://www.rascal-mpl.org/
|site=http://www.rascal-mpl.org/
|exec=interpreted
|strength=strong
|safety=safe
|express=partially implicit
|checking=dynamic
|parampass=value
|gc=yes
}}
}}



Revision as of 07:29, 8 May 2012

Language
Rascal
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: Yes
Parameter passing methods: By value
Type safety: Safe
Type strength: Strong
Type expression: Partially implicit
Type checking: Dynamic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Rascal.

Rascal is a domain specific language for source code analysis and manipulation a.k.a. meta-programming. It is currently being developed and tested at CWI. No formal release has been made yet, but we do provide alpha quality "previews" on the Download page.[1]

References