[livescript] remove attribution

This commit is contained in:
Boris Verkhovskiy 2024-12-03 13:52:37 -07:00
parent b03f9e0257
commit 989354c4a6
4 changed files with 3 additions and 22 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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 使用 # 单行注解。