-
Notifications
You must be signed in to change notification settings - Fork 99
/
japanese.tr
154 lines (153 loc) · 2.56 KB
/
japanese.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
examples
実装例
-----
documentation
ドキュメント
-----
modules
モジュール
-----
faq
よくある質問
-----
built_in_v
Built in V
-----
the_v_lang
プログラミング言語V
-----
v_slogan
保守性に優れたソフトウェアを開発するための、シンプル・高速・安全なコンパイラ型言語
-----
includes_binaries
3つのOS向けのバイナリがあります
-----
install_source
またはVをソースコードからインストール
-----
couple_seconds
これには数秒かかります
-----
wip_info
Vは活発に開発が行われていますが、開発の初期段階にある言語です。まだ開発中の機能には $wip タグがついています。このページ内で $wip タグのないものは全て実装されておりオープンソース化されています。
V 1.0の公開は2019年12月に予定されており、 その頃には $wip タグは全て取り除かれる予定です。
-----
forum
フォーラム
-----
blog
ブログ
-----
fast_compilation
高速なコンパイル
-----
safety
安全性
-----
performance
パフォーマンス
-----
simple_language_for_maintainable_programs
保守性に優れたプログラムを構築するためのシンプルな言語
-----
zero_deps
依存性0で400 KBのコンパイラ
-----
c_translation
C/C++への変換
-----
introduction
はじめに
-----
comments
コメント
-----
functions
関数
-----
variables
変数
-----
basic_types
基本型
-----
strings
文字列
-----
arrays
配列
-----
maps
マップ
-----
if
If条件分岐
-----
in_op
In演算子
-----
for_loop
Forループ
-----
switch
Switch
-----
structs
構造体
-----
access_mod
アクセス修飾子
-----
methods
メソッド
-----
pure_fns
純粋関数
-----
high_fns
高階関数
-----
constants
定数
-----
modules
モジュール
-----
interfaces
インターフェース
-----
enums
列挙型
-----
optionals_and_errors
Optional型とエラーハンドリング
-----
generics
ジェネリクス
-----
concurrency
並列処理
-----
decoding_json
JSONのデコード
-----
testing
テスト
-----
memory_management
メモリ管理
-----
fast_comp1
VはCPUコアあたり毎秒約120万行のコードをコンパイルします。
-----
fast_comp2
このような速度は、直接のマシンコード生成 $wip と強力なモジュール性によって達成されます。
-----
fast_comp3
Vは0.3-0.6秒で自身をコンパイルします。
-----
fast_comp4
VはCを出力することもでき、その場合コンパイル速度は毎秒約100k行/CPUに低下します。
-----
no_null
nullなし