Category:V (Vlang): Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 25: Line 25:
Some of the code snippets will be available at the [//github.com/v-community/v_rosetta V-Community GitHub]
Some of the code snippets will be available at the [//github.com/v-community/v_rosetta V-Community GitHub]

{| class="wikitable"
! No. !! Module name !! !! No. !! Module name
|-
| 1 || [https://rosettacode.org/wiki/Category:Vlang-arrays arrays] || || 2 || [https://rosettacode.org/wiki/Category:Vlang-benchmark benchmark]
|-
| 3 || [https://rosettacode.org/wiki/Category:Vlang-bifield bifield] || || 4 || [https://rosettacode.org/wiki/Category:Vlang-cli cli]
|-
| 5 || [https://rosettacode.org/wiki/Category:Vlang-clipboard clipboard] || || 6 || [https://rosettacode.org/wiki/Category:Vlang-compress compress]
|-
| 7 || [https://rosettacode.org/wiki/Category:Vlang-context context] || || 8 || [https://rosettacode.org/wiki/Category:Vlang-crypto crypto]
|-
| 9 || [https://rosettacode.org/wiki/Category:Vlang-darwin darwin] || || 10 || [https://rosettacode.org/wiki/Category:Vlang-datatypes datatypes]
|-
| 11 || [https://rosettacode.org/wiki/Category:Vlang-main main] || || 12 || [https://rosettacode.org/wiki/Category:Vlang-dl dl]
|-
| 13 || [https://rosettacode.org/wiki/Category:Vlang-dlmalloc dlmalloc] || || 14 || [https://rosettacode.org/wiki/Category:Vlang-encoding encoding]
|-
| 15 || [https://rosettacode.org/wiki/Category:Vlang-eventbus eventbus] || || 16 || [https://rosettacode.org/wiki/Category:Vlang-flag flag]
|-
| 17 || [https://rosettacode.org/wiki/Category:Vlang-fontstash fontstash] || || 18 || [https://rosettacode.org/wiki/Category:Vlang-gg gg]
|-
| 19 || [https://rosettacode.org/wiki/Category:Vlang-gx gx] || || 20 || [https://rosettacode.org/wiki/Category:Vlang-crypto hash]
|-
| 21 || [https://rosettacode.org/wiki/Category:Vlang-io io] || || 22 || [https://rosettacode.org/wiki/Category:Vlang-json json]
|-
| 23 || [https://rosettacode.org/wiki/Category:Vlang-log log] || || 24 || [https://rosettacode.org/wiki/Category:Vlang-math math]
|-
| 25 || [https://rosettacode.org/wiki/Category:Vlang-mssql mssql] || || 26 || [https://rosettacode.org/wiki/Category:Vlang-mysql mysql]
|-
| 27 || [https://rosettacode.org/wiki/Category:Vlang-net net] || || 28 || [https://rosettacode.org/wiki/Category:Vlang-orm orm]
|-
| 29 || [https://rosettacode.org/wiki/Category:Vlang-os os] || || 30 || [https://rosettacode.org/wiki/Category:Vlang-pg pg]
|-
| 31 || [https://rosettacode.org/wiki/Category:Vlang-picoev picoev] || || 32 || [https://rosettacode.org/wiki/Category:Vlang-event picoev]
|-
| 33 || [https://rosettacode.org/wiki/Category:Vlang-picohttpparser picohttpparser] || || 34 || [https://rosettacode.org/wiki/Category:Vlang-rand rand]
|-
| 35 || [https://rosettacode.org/wiki/Category:Vlang-readline readline] || || 36 || [https://rosettacode.org/wiki/Category:Vlang-regex regex]
|-
| 37 || [https://rosettacode.org/wiki/Category:Vlang-runtime runtime] || || 38 || [https://rosettacode.org/wiki/Category:Vlang-semver semver]
|-
| 39 || [https://rosettacode.org/wiki/Category:Vlang-sokol sokol] || || 40 || [https://rosettacode.org/wiki/Category:Vlang-sqlite sqlite]
|-
| 41 || [https://rosettacode.org/wiki/Category:Vlang-stbi stbi] || || 42 || [https://rosettacode.org/wiki/Category:Vlang-strconv strconv]
|-
| 43 || [https://rosettacode.org/wiki/Category:Vlang-strings strings] || || 44 || [https://rosettacode.org/wiki/Category:Vlang-sync sync]
|-
| 45 || [https://rosettacode.org/wiki/Category:Vlang-szip szip] || || 46 || [https://rosettacode.org/wiki/Category:Vlang-term term]
|-
| 47 || [https://rosettacode.org/wiki/Category:Vlang-time time] || || 48 || [https://rosettacode.org/wiki/Category:Vlang-toml toml]
|-
|}

Revision as of 16:13, 12 May 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

No. Module name No. Module name
1 arrays 2 benchmark
3 bifield 4 cli
5 clipboard 6 compress
7 context 8 crypto
9 darwin 10 datatypes
11 main 12 dl
13 dlmalloc 14 encoding
15 eventbus 16 flag
17 fontstash 18 gg
19 gx 20 hash
21 io 22 json
23 log 24 math
25 mssql 26 mysql
27 net 28 orm
29 os 30 pg
31 picoev 32 picoev
33 picohttpparser 34 rand
35 readline 36 regex
37 runtime 38 semver
39 sokol 40 sqlite
41 stbi 42 strconv
43 strings 44 sync
45 szip 46 term
47 time 48 toml

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)