Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
m (LCT link, site)
(+{{language programming paradigm|concatenative}})
Line 4: Line 4:
|checking=dynamic
|checking=dynamic
|site=http://code.google.com/p/v-language/
|site=http://code.google.com/p/v-language/
|LCT=yes}}
|LCT=yes}}'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].
{{language programming paradigm|concatenative}}
'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].


==References==
==References==

Revision as of 19:48, 7 April 2011

Language
V
This programming language may be used to instruct a computer to perform a task.
Official website
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