Category:Crack
From Rosetta Code
Crack
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Crack.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (machine code) |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By reference, By value |
Type safety: | Safe |
Type strength: | Strong |
Type checking: | Static |
See Also: |
Your Help Needed
If you know Crack, please write code for some of the tasks not implemented in Crack.
If you know Crack, please write code for some of the tasks not implemented in Crack.
Crack aims to provide the ease of development of a scripting language with the performance of a compiled language. The crack language itself derives concepts from C++, Java and Python, incorporating object-oriented programming, operator overloading and strong typing.
The "crack" program is a "script executor" that compiles source to machine code on the fly (it will cache the code to intermediate formats as appropriate). A static (ahead of time) compiler is also in development.
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Crack"
The following 4 pages are in this category, out of 4 total.