File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -177,15 +177,6 @@ construct cons lists made up of recursive pairs.
177
177
Lisp版の連結リストです。その名前は、2つの引数から新しいペアを構築するLispの` cons ` 関数("construct function"の省略形です)に由来します。
178
178
` cons ` を、値と別のペアからなるペアに対して呼び出すことで、再帰的なペアからなるコンスリストを構築することができます。
179
179
180
- <!--
181
- The cons function concept has made its way into more general functional
182
- programming jargon: “to cons *x* onto *y*” informally means to construct a new
183
- container instance by putting the element *x* at the start of this new
184
- container, followed by the container *y*.
185
- -->
186
-
187
- cons関数という概念は、より一般的な関数型プログラミングの俗語にもなっています。"to cons * x* onto * y* "はコンテナ* y* の先頭に要素* x* を置くことで新しいコンテナのインスタンスを生成することを意味します。
188
-
189
180
<!--
190
181
For example, here’s a pseudocode representation of a cons list containing the
191
182
list 1, 2, 3 with each pair in parentheses:
You can’t perform that action at this time.
0 commit comments