Category:Aikido

From Rosetta Code
Revision as of 20:04, 16 March 2010 by Eriksiers (talk | contribs) (entered brief description using wp content)
This page uses content from Wikipedia. The original article was at Aikido (programming language). The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Aikido
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Aikido.

Aikido is an interpreted language that can be used for rapid scripting, prototyping and general programming tasks.

It was developed at Sun Microsystems Laboratories by David Allison and released as open source in September 2003, with the most recent release dated June 2007. It is a dynamically typed, object oriented language with built-in multithreading.

In some respects it is similar in functionality to Python, Perl, JavaScript and Java. Syntactically it is very similar to C++ and Java.