Category:V (Vlang): Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 14: Line 14:
''Simple, fast, safe, compiled. For developing maintainable software.''
''Simple, fast, safe, compiled. For developing maintainable software.''


[https://vlang.io V] first appeared in 2019 in a trial web sandbox, The V Playground. Sources published on [https://github.com/vlang/v GitHub] as version 0.2.x, in June 2019.
[https://vlang.io V] first appeared in 2019 in a trial web sandbox, The V Playground. Sources published on [https://github.com/vlang/v GitHub] as version 0.2.x, in June 2022.


V is similar to Go in design and the v compiler tool is similar in implementation as a multi purpose command processor.
V is similar to Go in design and the v compiler tool is similar in implementation as a multi purpose command processor.

Revision as of 14:08, 27 April 2022

Language
V (Vlang)
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Allowed
Type strength: Strong
Type checking: Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using V (Vlang).

NOTE: Vlang is V. There was a language naming collision.
Vlang was chosen for use here. The V page on rosettacode.org is for a different programming language, also called V.
The spelling Vlang is a convenience for the language named V. Vlang is used here on RosettaCode to disambiguate from the other language called V, with a side benefit of more concise web searching.

The V Programming Language
Simple, fast, safe, compiled. For developing maintainable software.

V first appeared in 2019 in a trial web sandbox, The V Playground. Sources published on GitHub as version 0.2.x, in June 2022.

V is similar to Go in design and the v compiler tool is similar in implementation as a multi purpose command processor.

https://vlang.io

prompt$ v help

for more information on V and the v compiler tool.

Some of the code snippets will be available at the V-Community GitHub

Pages in category "V (Vlang)"

The following 200 pages are in this category, out of 475 total.

(previous page) (next page)
(previous page) (next page)