mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-14 13:15:59 +00:00
Compare commits
2 Commits
b03f9e0257
...
8b7089d667
Author | SHA1 | Date | |
---|---|---|---|
|
8b7089d667 | ||
|
989354c4a6 |
@ -20,9 +20,6 @@ desarrollo activo para traer aún más funciones.
|
|||||||
[Coco]: http://satyr.github.io/coco/
|
[Coco]: http://satyr.github.io/coco/
|
||||||
[CoffeeScript]: http://coffeescript.org/
|
[CoffeeScript]: http://coffeescript.org/
|
||||||
|
|
||||||
La retroalimentación siempre es bienvenida, así que sientete libre de
|
|
||||||
contactarme en [@kurisuwhyte](https://twitter.com/kurisuwhyte) :)
|
|
||||||
|
|
||||||
```livescript
|
```livescript
|
||||||
# Justo como su primo CoffeeScript, LiveScript usa símbolos de gato para
|
# Justo como su primo CoffeeScript, LiveScript usa símbolos de gato para
|
||||||
# comentarios de una sola línea
|
# comentarios de una sola línea
|
||||||
|
@ -1920,8 +1920,7 @@ Si quieres ir más allá de lo que se muestra aquí, puedes:
|
|||||||
un gran recurso de fragmentos de código de Raku y explicaciones. Si la documentación
|
un gran recurso de fragmentos de código de Raku y explicaciones. Si la documentación
|
||||||
no describe algo lo suficientemente bien, puedes encontrar información más detallada
|
no describe algo lo suficientemente bien, puedes encontrar información más detallada
|
||||||
aquí. Esta información puede ser un poquito más antigua pero hay muchos ejemplos y
|
aquí. Esta información puede ser un poquito más antigua pero hay muchos ejemplos y
|
||||||
explicaciones. Las publicaciones fueron suspendidas al final del 2015 cuando
|
explicaciones.
|
||||||
el lenguaje fue declarado estable y Raku.c fue lanzado.
|
|
||||||
- Unirte a `#raku` en `irc.freenode.net`. Las personas aquí son siempre serviciales.
|
- Unirte a `#raku` en `irc.freenode.net`. Las personas aquí son siempre serviciales.
|
||||||
- Chequear la [fuente de las funciones y clases de Raku](https://github.com/rakudo/rakudo/tree/master/src/core.c). Rakudo está principalmente
|
- Chequear la [fuente de las funciones y clases de Raku](https://github.com/rakudo/rakudo/tree/master/src/core.c). Rakudo está principalmente
|
||||||
escrito en Raku (con mucho de NQP, "Not Quite Perl" ("No Perl Todavía"), un
|
escrito en Raku (con mucho de NQP, "Not Quite Perl" ("No Perl Todavía"), un
|
||||||
|
@ -21,10 +21,6 @@ avec lequel il a beaucoup plus de compatibilité.
|
|||||||
[Coco]: http://satyr.github.io/coco/
|
[Coco]: http://satyr.github.io/coco/
|
||||||
[CoffeeScript]: http://coffeescript.org/
|
[CoffeeScript]: http://coffeescript.org/
|
||||||
|
|
||||||
Vous pouvez contacter l'auteur du guide original en anglais ici :
|
|
||||||
[@kurisuwhyte](https://twitter.com/kurisuwhyte)
|
|
||||||
|
|
||||||
|
|
||||||
```livescript
|
```livescript
|
||||||
# Comme son cousin CoffeeScript, LiveScript utilise le symbole dièse pour les
|
# Comme son cousin CoffeeScript, LiveScript utilise le symbole dièse pour les
|
||||||
# commentaires sur une ligne.
|
# commentaires sur une ligne.
|
||||||
|
@ -7,20 +7,12 @@ contributors:
|
|||||||
|
|
||||||
LiveScript is a functional compile-to-JavaScript language which shares
|
LiveScript is a functional compile-to-JavaScript language which shares
|
||||||
most of the underlying semantics with its host language. Nice additions
|
most of the underlying semantics with its host language. Nice additions
|
||||||
comes with currying, function composition, pattern matching and lots of
|
come with currying, function composition, pattern matching and lots of
|
||||||
other goodies heavily borrowed from languages like Haskell, F# and
|
other goodies heavily borrowed from languages like Haskell, F# and
|
||||||
Scala.
|
Scala.
|
||||||
|
|
||||||
LiveScript is a fork of [Coco][], which is itself a fork of
|
LiveScript is a fork of [Coco](https://github.com/satyr/coco), which is
|
||||||
[CoffeeScript][]. The language is stable, and a new version is in active
|
itself a fork of [CoffeeScript](https://coffeescript.org/).
|
||||||
development to bring a plethora of new niceties!
|
|
||||||
|
|
||||||
[Coco]: http://satyr.github.io/coco/
|
|
||||||
[CoffeeScript]: http://coffeescript.org/
|
|
||||||
|
|
||||||
Feedback is always welcome, so feel free to reach me over at
|
|
||||||
[@kurisuwhyte](https://twitter.com/kurisuwhyte) :)
|
|
||||||
|
|
||||||
|
|
||||||
```livescript
|
```livescript
|
||||||
# Just like its CoffeeScript cousin, LiveScript uses number symbols for
|
# Just like its CoffeeScript cousin, LiveScript uses number symbols for
|
||||||
|
@ -2259,8 +2259,7 @@ term (Much better than using Google to find Raku documents!).
|
|||||||
is a great source of Raku snippets and explanations. If the docs don't
|
is a great source of Raku snippets and explanations. If the docs don't
|
||||||
describe something well enough, you may find more detailed information here.
|
describe something well enough, you may find more detailed information here.
|
||||||
This information may be a bit older but there are many great examples and
|
This information may be a bit older but there are many great examples and
|
||||||
explanations. Posts stopped at the end of 2015 when the language was declared
|
explanations.
|
||||||
stable and `Raku v6.c` was released.
|
|
||||||
|
|
||||||
- Come along on `#raku` at [`irc.libera.chat`](https://web.libera.chat/?channel=#raku). The folks here are
|
- Come along on `#raku` at [`irc.libera.chat`](https://web.libera.chat/?channel=#raku). The folks here are
|
||||||
always helpful.
|
always helpful.
|
||||||
|
@ -17,10 +17,6 @@ LiveScript 目前已释出稳定版本,开发中的新版本将会加入更多
|
|||||||
[Coco]: http://satyr.github.io/coco/
|
[Coco]: http://satyr.github.io/coco/
|
||||||
[CoffeeScript]: http://coffeescript.org/
|
[CoffeeScript]: http://coffeescript.org/
|
||||||
|
|
||||||
非常期待您的反馈,你可以通过
|
|
||||||
[@kurisuwhyte](https://twitter.com/kurisuwhyte) 与我连系 :)
|
|
||||||
|
|
||||||
|
|
||||||
```livescript
|
```livescript
|
||||||
# 与 CoffeeScript 一样,LiveScript 使用 # 单行注解。
|
# 与 CoffeeScript 一样,LiveScript 使用 # 单行注解。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user