Category:Fancy
From Rosetta Code
Fancy
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 Fancy.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Garbage collected: | Yes |
---|---|
Parameter passing methods: | By reference |
Type safety: | Safe |
Type compatibility: | Duck |
Type checking: | Dynamic |
Lang tag(s): | fancy |
See Also: |
|
Your Help Needed
If you know Fancy, please write code for some of the tasks not implemented in Fancy.
If you know Fancy, please write code for some of the tasks not implemented in Fancy.
Fancy is a new (pure) object-oriented programming language that tries to meet the following goals:
- Be reasonably fast
- Be a dynamic language (as in Smalltalk or Ruby)
- Be truly object oriented (as in Smalltalk or Ruby)
- Be concurrent (via the Actor Model)
- Be easy to understand
- Be portable and possibly run on multiple runtimes (this isn’t the case yet)
At the moment, Fancy follows most of the goals above. Its current implementation is an interpreter written in C++.
See Also[edit]
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Fancy"
The following 15 pages are in this category, out of 15 total.