Category:V (Vlang): Difference between revisions

Content added Content deleted
mNo edit summary
(Add some blurb)
Line 9: Line 9:
Vlang was chosen for use here. The [[:Category:V|V]] page on rosettacode.org is for a different programming language, also called V.
Vlang was chosen for use here. The [[:Category:V|V]] page on rosettacode.org is for a different programming language, also called V.
<br />
<br />
The spelling Vlang is a convenience for the language named V. Vlang is used here on RosettaCode to disambiguate from the other language called [[:Category:V|V]], with a side benefit of more concise web searching.<span>
The spelling Vlang is a convenience for the language named V. Vlang is used here on RosettaCode to disambiguate from the other language called [[:Category:V|V]], with a side benefit of more concise web searching.


The V Programming Language<br />
''Simple, fast, safe, compiled. For developing maintainable software.''


<a href="https://vlang.io>V</a> first appeared in 2019 in a trial web sandbox, The V Playground. Sources published on GitHub as version 0.0.12, in June 2019.
All code snippets should be available at the [//github.com/v-community/v_rosetta V-Community GitHub]

</span>
V is similar to Go in design and the v compiler tool is similar in implementation as a multi purpose command processor.
Some of the code snippets will be available at the [//github.com/v-community/v_rosetta V-Community GitHub]