Category:Vorpal: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:


Vorpal is a small scripting language written in C++. It's major features are as follows:
Vorpal is a small scripting language written in C++. It's major features are as follows:
* Pervasive, prototype object system
* Pervasive, prototype object system
* Small implementation in ISO C++ (< 3k lines of code)
* Small implementation in ISO C++ (< 3k lines of code)
* Concurrent, message based programming
* Concurrent, message based programming


[http://code.google.com/p/vorpalcode/ Vorpal at Google Code]
[http://code.google.com/p/vorpalcode/ Vorpal at Google Code]

Revision as of 02:38, 9 September 2009

Language
Vorpal
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 Vorpal.

Vorpal is a small scripting language written in C++. It's major features are as follows:

  • Pervasive, prototype object system
  • Small implementation in ISO C++ (< 3k lines of code)
  • Concurrent, message based programming

Vorpal at Google Code

Subcategories

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