Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Linkified, punctuationified)
(Added features)
Line 1: Line 1:
{{language|V
{{language}}'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].
|strength=strong
|safety=safe
|checking=dynamic}}'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].


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

Revision as of 02:16, 6 June 2009

Language
V
This programming language may be used to instruct a computer to perform a task.
Type safety: Safe
Type strength: Strong
Type checking: Dynamic
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