Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
CoffeeScript improving JS since 2010
Search
Carlos Villuendas Zambrana
February 24, 2012
Programming
1
260
CoffeeScript improving JS since 2010
Slides sobre mi presentación de iniciación sobre CoffeeScript.
Carlos Villuendas Zambrana
February 24, 2012
Tweet
Share
More Decks by Carlos Villuendas Zambrana
See All by Carlos Villuendas Zambrana
Create your own Baas
carlosvillu
0
77
Desarrollo de APIs con NodeJS y MongoDB
carlosvillu
1
120
Other Decks in Programming
See All in Programming
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
230
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.4k
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
120
Is Xcode slowly dying out in 2025?
uetyo
1
280
PicoRuby on Rails
makicamel
2
130
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
770
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
180
git worktree × Claude Code × MCP ~生成AI時代の並列開発フロー~
hisuzuya
1
580
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
490
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Automating Front-end Workflow
addyosmani
1370
200k
Writing Fast Ruby
sferik
628
62k
The Invisible Side of Design
smashingmag
301
51k
Scaling GitHub
holman
460
140k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Facilitating Awesome Meetings
lara
54
6.4k
Transcript
CoffeeScript Improving JS since 2010 viernes 24 de febrero de
12
Origen http://coffeescript.org viernes 24 de febrero de 12
¿Qué es? • Simplificación de lenguaje • Compila a JS
prácticamente 1a1 • Goods Parts !!! - Siempre pasa JSLint viernes 24 de febrero de 12
¿Por que? viernes 24 de febrero de 12
Asignaciones viernes 24 de febrero de 12
Funciones ¿Dónde está return? viernes 24 de febrero de 12
Funciones (splats ...) viernes 24 de febrero de 12
Funciones (splats ...) viernes 24 de febrero de 12
Funciones (splats ...) viernes 24 de febrero de 12
Objetos viernes 24 de febrero de 12
Arrays viernes 24 de febrero de 12
Arrays (compresión) viernes 24 de febrero de 12
Objetos (compresión) viernes 24 de febrero de 12
Objetos (compresión) viernes 24 de febrero de 12
Alias is isnt !== not ! and && or ||
true, yes, no true false, no, off false @, this this of in in --- viernes 24 de febrero de 12
Clases viernes 24 de febrero de 12
Clases (herencia) viernes 24 de febrero de 12
Clases (herencia) viernes 24 de febrero de 12
Clases (herencia) viernes 24 de febrero de 12
Deconstrucción viernes 24 de febrero de 12
Deconstrucción Funciones de múltiples valores!!! viernes 24 de febrero de
12
Cake y Cakefile Sistema simple de tareas al estilo de
Rake y Make. Se usa sobre todo para hacer tareas rutinarias en NodeJS. viernes 24 de febrero de 12
Preguntas?! viernes 24 de febrero de 12