zerobase posted at Nov 21, 2013
CoffeeScript vs Literate CoffeeScript
You can write CoffeeScript inside Markdown document because the compiler, coffee, ignor ...
- 1
Maerig posted at Feb 12, 2015
CoffeeScript
CoffeeScript
CoffeeScriptはJavaScriptにコンパイルされてるプログラミング言語。出力はただのJavaScriptコードですが ...
- 0
ttaka66 posted at Dec 21, 2015
CoffeeScript
2. 概要
コメント書き方
# comment
###
comment
comment
###
1.変数にvarをつけない
2.;は不要
3.{}はインデントで表現
4.()は曖昧性がない場合、...
- 4
moriyaman posted at Feb 06, 2013
CoffeeScriptとはなんぞや?
CoffeeScriptとはなんぞや?
→JavaScriptのコードを生成するためのコンパクトなrubyライクなスクリプト言語
→安全で、高性能なJavaScriptのコー ...
- 94
__mick posted at Mar 18, 2018
coffeescriptを残したままcoffeescript2を使いたい
そこで私はcoffeescriptを残したまま「coffeescript2」をインストールすることにしました。 npm i
- 1
MasakatsuNakamura posted at Jul 06, 2017
CoffeeScriptのススメ
CoffeeScriptは、代表的なAltJS(JavaScriptの代用品)です。AltJSとしては、ほかにはTypeScriptが有名です。 Railsでは、標準で
- 6
- 7
pugiemonn posted at Aug 27, 2014
CoffeeScriptの練習
初心者のボクがCoffeeScriptを練習します。ということまずはJavaScriptと比較することかなと思いました。
変数
変数に文字列を代入します。 JavaScrip ...
- 38
- 5
morrr posted at Sep 16, 2016
CoffeeScriptチートシート
用可能
@はthisと等価
class Foo
some: ->
alert @message # this.messageに相当
スコープ
CoffeeScript ...
- 4
KentFujii posted at Dec 06, 2015
CoffeeScriptチートシート
} = someObject
console.log "a is '#{a}', b is '#{b}'"
参考図書: The Little Book on CoffeeScript
- 5
o_tyazuke posted at Jul 06, 2015
CoffeeScriptの書き方
基礎
変数の宣言
string = 'abc'
float = 123
boolean = true
varとセミコロンが消えます
コメント
# 1行のコメント
###
複数行のコメント複数行の...
- 5
Search syntax
- title:Git
- Containing "Git" in title
- body:Ruby
- Containing "Ruby" in body
- code:function
- Containing "function" in code
- tag:Rails
- Tagged with "Rails"
- user:qiita
- Created by qiita
- stocks:>3
- more than 3 stocked
- created:>2020-12-18
- Created after 2020-12-18
- updated:>2020-12
- Updated after 2020-12-01
- -tag:Ruby
- Not containing "tag:Ruby"
- Ruby OR Rails
- Containing "Ruby" or "Rails"