Category:Fancy: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{stub}} {{language|Fancy |site=http://www.fancy-lang.org/ }} Fancy is a new (pure) object oriented programming language that tries to meet the following goals: * Be reason…')
 
m (rm indent to force wiki ul with *)
Line 6: Line 6:
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)
* Be easy to understand
* Be easy to understand
* 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++.

Revision as of 13:10, 2 June 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Fancy
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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

Adztec Independent – Blog]

Subcategories

This category has the following 3 subcategories, out of 3 total.