Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(addlink.)
Line 1: Line 1:
{{language}}'''V''' [http://code.google.com/p/v-language/ V] is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript.
{{language}}'''V''' is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript.




==Citations==
==References==
* [http://en.wikipedia.org/wiki/V_(programming_language) Wikipedia:V]
* [http://en.wikipedia.org/wiki/V_(programming_language) Wikipedia:V]
* [http://code.google.com/p/v-language/ Home:V]

Revision as of 13:01, 16 April 2008

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

V is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript.


References