Category:Fancy: Difference between revisions

Content added Content deleted
m (rm indent to force wiki ul with *)
(Fixed up, added lang param and paradigm)
Line 1: Line 1:
{{stub}}
{{stub}}
{{language|Fancy
{{language
|site=http://www.fancy-lang.org/
|site=http://www.fancy-lang.org/
|checking=dynamic
}}
}}
{{language programming paradigm|object-oriented}}


Fancy is a new (pure) object oriented programming language that tries to meet the following goals:
Fancy is a new (pure) [[object-oriented]] programming language that tries to meet the following goals:


* Be reasonably fast
* Be reasonably fast
* Be a dynamic language (as in Smalltalk or Ruby)
* Be a dynamic language (as in [[Smalltalk]] or Ruby)
* Be truly object oriented (as in Smalltalk or Ruby)
* Be truly object oriented (as in Smalltalk or Ruby)
* Be concurrent (via the Actor Model)
* Be concurrent (via the Actor Model)
Line 13: Line 15:
* Be portable and possibly run on multiple runtimes (this isn’t the case yet)
* 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++.
At the moment, Fancy follows most of the goals above. Its current implementation is an interpreter written in [[C++]].


== See Also ==
== See Also ==
[http://www.adztec-independent.de/2010/03/new-project-the-fancy-programming-language/ Adztec Independent – Blog]]
[http://www.adztec-independent.de/2010/03/new-project-the-fancy-programming-language/ Adztec Independent – Blog]