-
Notifications
You must be signed in to change notification settings - Fork 99
/
english.tr
156 lines (156 loc) · 1.98 KB
/
english.tr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
examples
Examples
-----
documentation
Documentation
-----
modules
Modules
-----
faq
FAQ
-----
built_in_v
Built in V
-----
the_v_lang
The V Programming Language
-----
v_slogan
Simple, fast, safe, compiled language for developing maintainable software
-----
includes_binaries
includes binaries for 3 systems
-----
install_source
Or install V from source
-----
couple_seconds
this will take a couple of seconds
-----
wip_info
V is an actively developed language at an early stage.
Features that are still being worked on are marked with $wip
<br>
Everything else on this page and the docs has been implemented and open-sourced.
<p>
By the time of the V 1.0 release planned for December 2019, there will be no $wip's left.
-----
forum
Forum
-----
blog
Blog
-----
fast_compilation
Fast compilation
-----
safety
Safety
-----
performance
Performance
-----
simple_language_for_maintainable_programs
Simple language for building maintainable programs
-----
zero_deps
400 KB compiler with zero dependencies
-----
c_translation
C/C++ translation
-----
introduction
Introduction
-----
comments
Comments
-----
functions
Functions
-----
variables
Variables
-----
basic_types
Basic types
-----
strings
Strings
-----
arrays
Arrays
-----
maps
Maps
-----
if
If
-----
in_op
In operator
-----
for_loop
For loop
-----
switch
Switch
-----
structs
Structs
-----
access_mod
Access modifiers
-----
methods
Methods
-----
pure_fns
Pure functions
-----
high_fns
High order functions
-----
constants
Constants
-----
modules
Modules
-----
interfaces
Interfaces
-----
enums
Enums
-----
optionals_and_errors
Option types & error handling
-----
generics
Generics
-----
concurrency
Concurrency
-----
decoding_json
Decoding JSON
-----
testing
Testing
-----
memory_management
Memory management
-----
fast_comp1
V compiles between ≈100k and 1.2 million lines of code per second per CPU core.
-----
fast_comp2
V compiles itself in 0.15 - 0.6 seconds.
-----
fast_comp3
-----
fast_comp4
-----
no_null
No null
-----