Skip to content

Commit

Permalink
language tour: remove old 'automatic closures' page (#3094)
Browse files Browse the repository at this point in the history
fixes #1691
  • Loading branch information
SethTisue authored Oct 26, 2024
1 parent 05fd078 commit 905ed27
Show file tree
Hide file tree
Showing 20 changed files with 7 additions and 483 deletions.
7 changes: 0 additions & 7 deletions _ba/tour/automatic-closures.md

This file was deleted.

65 changes: 0 additions & 65 deletions _es/tour/automatic-closures.md

This file was deleted.

2 changes: 1 addition & 1 deletion _es/tour/multiple-parameter-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ partof: scala-tour
num: 15
language: es

next-page: automatic-closures
next-page: operators
previous-page: nested-functions
---

Expand Down
2 changes: 1 addition & 1 deletion _es/tour/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ num: 17
language: es

next-page: higher-order-functions
previous-page: automatic-closures
previous-page: multiple-parameter-lists
---

En Scala, cualquier método el cual reciba un solo parámetro puede ser usado como un *operador de infijo (infix)*. Aquí se muestra la definición de la clase `MyBool`, la cual define tres métodos `and`, `or`, y `negate`.
Expand Down
1 change: 0 additions & 1 deletion _es/tour/tour-of-scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ El [mecanismo de inferencia de tipos locales](type-inference.html) se encarga de

En la práctica, el desarrollo de aplicaciones específicas para un dominio generalmente requiere de "Lenguajes de dominio específico" (DSL). Scala provee una única combinación de mecanismos del lenguaje que simplifican la creación de construcciones propias del lenguaje en forma de bibliotecas:
* cualquier método puede ser usado como un operador de [infijo o postfijo](operators.html)
* [las closures son construidas automáticamente dependiendo del tipo esperado](automatic-closures.html) (tipos objetivo).

El uso conjunto de ambas características facilita la definición de nuevas sentencias sin tener que extender la sintaxis y sin usar facciones de meta-programación como tipo macros.

Expand Down
7 changes: 0 additions & 7 deletions _fr/tour/automatic-closures.md

This file was deleted.

59 changes: 0 additions & 59 deletions _ja/tour/automatic-closures.md

This file was deleted.

2 changes: 1 addition & 1 deletion _ko/tour/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ num: 31
language: ko

next-page: packages-and-imports
previous-page: automatic-closures
previous-page: operators
---

어노테이션은 메타 정보와 정의 내용을 연결해준다.
Expand Down
67 changes: 0 additions & 67 deletions _ko/tour/automatic-closures.md

This file was deleted.

2 changes: 1 addition & 1 deletion _ko/tour/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ partof: scala-tour
num: 29
language: ko

next-page: automatic-closures
next-page: annotations
previous-page: type-inference
---

Expand Down
66 changes: 0 additions & 66 deletions _pl/tour/automatic-closures.md

This file was deleted.

2 changes: 1 addition & 1 deletion _pt-br/tour/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ partof: scala-tour

num: 31
next-page: packages-and-imports
previous-page: automatic-closures
previous-page: operators
language: pt-br
---

Expand Down
68 changes: 0 additions & 68 deletions _pt-br/tour/automatic-closures.md

This file was deleted.

Loading

0 comments on commit 905ed27

Please sign in to comment.