Category:V (Vlang): Difference between revisions

Add and update info pertaining to language
mNo edit summary
Tag: Manual revert
(Add and update info pertaining to language)
 
(13 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 isProgramming also known as Vlang.Language</span>
 
''Simple, fast, safe, compiled. For developing maintainable software.''
<br />
<span style="font-size:2em;strong;">There was a language naming collision, so V (Vlang) was chosen.</span>
<br />
<span style="font-size'''Note:2em;strong;"> V is also known as Vlang. There was a language naming collision, so V (Vlang) was chosen.</span>'''
V (Vlang) is used here on RosettaCode to disambiguate from the other language called [[:Category:V|V]].
<br />
<br />
'''The V Programming Language'''<br />
''Simple, fast, safe, compiled. For developing maintainable software.''
 
V (Vlang) is used here on RosettaCodeRosetta Code to disambiguate from the other language called [[:Category:V|V]].
[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.3.x, in August 2022.
 
V is an easier to learn, read, and use language.
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 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.3.x, in August 2022.
https://vlang.io
 
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]
''prompt$ v help''
 
V's sources are published at [https://github.com/vlang/v GitHub], presently on version [https://github.com/vlang/v/releases 0.4.x].
for more information on V and the ''v'' compiler tool.
 
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''
Some of the code snippets will be available at the [//github.com/v-community/v_rosetta V-Community GitHub]
 
V language review and documentation are [https://github.com/vlang/v/blob/master/doc/docs.md here].
 
==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 77 ⟶ 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