Category:V (Vlang): Difference between revisions

Add and update info pertaining to language
(Rename "Vlang" in " V (Vlang)".)
(Add and update info pertaining to language)
 
(17 intermediate revisions by the same user not shown)
Line 1:
{{language|V (Vlang)
|exec=machine
|gc=allowed
|checking=static
|safety=safe
|strength=strong
|site=https://vlang.io
|hopl=no
}}
{{provides|Concurrency}}{{provides|File access}}{{provides|File system access}}{{provides|First class functions}}{{provides|Network access}}{{provides|Objects}}{{provides|Signal handling}}{{language programming paradigm|concurrent}}{{language programming paradigm|Generic}}{{language programming paradigm|Imperative}}
<span style="font-size:2em;strong;">NOTE:The V (Vlang)Programming is V. There was a language naming collision.Language</span>
 
''Simple, fast, safe, compiled. For developing maintainable software.''
<br />
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 />
'''Note: V is also known as Vlang. There was a language naming collision, so V (Vlang) was chosen.'''
The spelling V (Vlang) is a convenience for the language named V. 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 spelling V (Vlang) is a convenience for the language named V. V (Vlang) is used here on RosettaCodeRosetta Code 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.''
 
V is an easier to learn, read, and use language.
[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.
 
[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's design has been influenced by Go, Oberon, Rust, Swift, Kotlin, and Python. [https://github.com/vlang/v/wiki/FAQ For V's FAQ]
https://vlang.io
 
V's sources are published at [https://github.com/vlang/v GitHub], presently on version [https://github.com/vlang/v/releases 0.4.x].
''prompt$ v help''
 
V is similar to Go in design and the v's compiler tool is similar in implementation asto a multi purpose command processor.: ''prompt$ v help''
for more information on V and the ''v'' compiler tool.
 
V language review and documentation are [https://github.com/vlang/v/blob/master/doc/docs.md here].
Some of the code snippets will be available at the [//github.com/v-community/v_rosetta V-Community GitHub]
 
==Helpful links==
* [https://en.everybodywiki.com/V_(programming_language) V in Wiki]
* [https://www.youtube.com/watch?v=ZO3vlwqvTrc V language overview and introduction] by Erdet Nasufi
* [https://www.youtube.com/watch?v=pchEsYwA74Q V language overview and introduction] on behalf of the Sydney Computing Society
* [https://www.youtube.com/watch?v=_dIAcNp9bJs V language overview and presentation] for IBM
* Some of the code snippets will beare available at the archived [//github.com/v-community/v_rosetta V-Community (V Rosetta) GitHub]
* More info on the below can be found at [https://modules.vlang.io/ modules used by V]
 
{| class="wikitable"
Line 76 ⟶ 88:
|-
| 47 || [https://rosettacode.org/wiki/Category:Vlang-time time] || || 48 || [https://rosettacode.org/wiki/Category:Vlang-toml toml]
|-
| 49 || [https://rosettacode.org/wiki/Category:Vlang-vweb vweb] || || 50 || [https://rosettacode.org/wiki/Category:Vlang-wasm wasm]
|-
|}
291

edits