Category:V (Vlang): Difference between revisions

Add and update info pertaining to language
(Add and update info pertaining to language)
 
Line 1:
{{language|V (Vlang)
|exec=machine
|gc=allowed
|checking=static
|safety=safe
|strength=strong
|site=https://vlang.io
|hopl=no
}}<span style="font-size:2em;strong;">The V Programming Language</span>
}}
{{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;">The V Programming Language</span>
 
''Simple, fast, safe, compiled. For developing maintainable software.''
Line 12 ⟶ 17:
 
V (Vlang) is used here on Rosetta Code to disambiguate from the other language called [[:Category:V|V]].
 
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".
 
V's sourcesdesign arehas publishedbeen atinfluenced [https://github.com/vlang/vby GitHub]Go, presentlyOberon, onRust, versionSwift, Kotlin, and Python. [https://github.com/vlang/v/releaseswiki/FAQ 0.4.xFor V's FAQ].
 
V is an easier to learn, read, and use language. Its design has been influenced by Go, Oberon, Rust, Swift, Kotlin, and Python. Read and review documentation [https://github.com/vlang/v/blob/master/doc/docs.md here].
 
V's compiler tool is similar in implementation to a multi purpose command processor.
 
V's sources are published at [https://github.com/vlang/v GitHub], presently on version [https://github.com/vlang/v/releases 0.4.x].
https://vlang.io
 
V's compiler tool is similar in implementation to a multi purpose command processor.: ''prompt$ v help''
''prompt$ v help''
 
V language review and documentation are [https://github.com/vlang/v/blob/master/doc/docs.md here].
...for more information on V and the ''v'' compiler tool.
 
==Helpful links==
* [https://en.everybodywiki.com/V_(programming_language) V in Wiki]
* [https://github.com/vlang/v/wiki/FAQ V FAQ]
* [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
291

edits