1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-10-02 17:26:52 +02:00

[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

@@ -7,20 +7,12 @@ contributors:
LiveScript is a functional compile-to-JavaScript language which shares
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
Scala.
LiveScript is a fork of [Coco][], which is itself a fork of
[CoffeeScript][]. The language is stable, and a new version is in active
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 is a fork of [Coco](https://github.com/satyr/coco), which is
itself a fork of [CoffeeScript](https://coffeescript.org/).
```livescript
# Just like its CoffeeScript cousin, LiveScript uses number symbols for