Category:V: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
Line 8: Line 8:
'''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]].
<br />
<br />
Note: There is another language called V on rosettacode.org, it can be found over [[:Category:V_(Vlang)|here]].
Note: There is another language called V at Rosetta Code, it can be found over [[:Category:V_(Vlang)|here]].


==References==
==References==

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

References