RosettaCodeData/Lang/Fancy/00-LANG.txt
2023-07-01 13:44:08 -04:00

26 lines
No EOL
860 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{stub}}
{{language
|site=http://www.fancy-lang.org/
|checking=dynamic
|gc=yes
|parampass=reference
|safety=safe
|strenght=weak
|compat=duck
|tags=fancy
}}
{{language programming paradigm|object-oriented}}
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 isnt the case yet)
At the moment, Fancy follows most of the goals above. Its current implementation is an interpreter written in [[implemented in language::C++]].
== See Also ==
[http://www.adztec-independent.de/2010/03/new-project-the-fancy-programming-language/ Adztec Independent Blog]