Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
(+{{language programming paradigm|concatenative}})
mNo edit summary
Line 6: Line 6:
|LCT=yes}}
|LCT=yes}}
{{language programming paradigm|concatenative}}
{{language programming paradigm|concatenative}}
'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]].
'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to [[Joy]] and [[PostScript]]. There is another language called V on rosettacode.org, also known by the name of Vlang, and it can be found here [[:Category:V_(Vlang)|Vlang]].


==References==
==References==

Revision as of 10:03, 17 October 2022

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. There is another language called V on rosettacode.org, also known by the name of Vlang, and it can be found here Vlang.

References