47 lines
809 B
Markdown
47 lines
809 B
Markdown
# CoffeeScript
|
|
|
|
[CoffeeScript](https://coffeescript.org/) is a little language that compiles into JavaScript.
|
|
|
|
## Usage
|
|
|
|
import LiveCodes from '../../src/components/LiveCodes.tsx';
|
|
|
|
This example demonstrates usage in LiveCodes:
|
|
|
|
<LiveCodes template="coffeescript" height="80vh"></LiveCodes>
|
|
|
|
## Language Info
|
|
|
|
### Name
|
|
|
|
`coffeescript`
|
|
|
|
### Extensions
|
|
|
|
`.coffee`
|
|
|
|
### Aliases
|
|
|
|
`coffee`, `coffeescript`
|
|
|
|
### Editor
|
|
|
|
`script`
|
|
|
|
## Compiler
|
|
|
|
The official [CoffeeScript compiler](https://www.npmjs.com/package/coffeescript).
|
|
|
|
### Version
|
|
|
|
`coffeescript`: v2.7.0
|
|
|
|
## Starter Template
|
|
|
|
https://livecodes.io/?template=coffeescript
|
|
|
|
## Links
|
|
|
|
- [Official website](https://coffeescript.org/)
|
|
- [Language Reference](https://coffeescript.org/#language)
|
|
- [CoffeeScript on GitHub](https://github.com/jashkenas/coffeescript) |