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...)
 
m (Removal of incorrect link to different programming language)
 
(10 intermediate revisions by 4 users not shown)
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.
|strength=strong

|safety=safe

|checking=dynamic
==Citations==
|site=http://code.google.com/p/v-language/
* [http://en.wikipedia.org/wiki/V_(programming_language) Wikipedia:V]
|LCT=yes}}
{{language programming paradigm|concatenative}}
'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].
<br />
Note: There is another language called V at Rosetta Code, it can be found over [[:Category:V_(Vlang)|here]].

Latest revision as of 19:29, 24 May 2023

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.
Note: There is another language called V at Rosetta Code, it can be found over here.