Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: [http://code.google.com/p/v-language/ V] is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript. ==Citations== * [http://en.wikipedia.org/wiki/V_(p...)
 
No edit summary
Line 1: Line 1:
[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''' [http://code.google.com/p/v-language/ V] is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript.





Revision as of 12:59, 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 V is a simple stack based (concatenative) dynamic language. It is similar to Joy and PostScript.


Citations