SlideShare a Scribd company logo
1 of 15
Download to read offline
の紹介
13年7月21日日曜日
Javascript
使いづらい!
13年7月21日日曜日
別の言語
コンパイル
Javascript
13年7月21日日曜日
別の言語
コンパイル
Javascript
Haxe
CoffeeScript
Dart
JSX
13年7月21日日曜日
コンパイル
Javascript
TypeScript
13年7月21日日曜日
とは
Javascript
静的型付け
クラス
+
名前空間
ジェネリクス
…
インターフェイス
上位互換のイメージ
13年7月21日日曜日
とは
Delphi, C#の開発者も関与
Anders Hejlsberg@Microsoft
13年7月21日日曜日
導入
Windowsの場合 Unixの場合
npm install -g typescript
VisualStudio2012をインストール
※Expressでも可
プラグインを導入
http://www.microsoft.com/en-us/download/details.aspx?id=34790
付属のパッケージマネージャを利用
tsc hello.ts
13年7月21日日曜日
導入
13年7月21日日曜日
基本的なスクリプト
module Greeting
{
export class Hello
{
private text : string;
constructor(text : string)
{
this.text = text;
}
say() : void
{
console.log(this.text);
}
}
}
var hello : Greeting.Hello = new Greeting.Hello("Hello, World!");
hello.say();
名前空間の指定
class
型の指定
アクセス修飾子
13年7月21日日曜日
基本的なスクリプト
var Greeting;
(function (Greeting) {
var Hello = (function () {
function Hello(text) {
this.text = text;
}
Hello.prototype.say = function () {
console.log(this.text);
};
return Hello;
})();
Greeting.Hello = Hello;
})(Greeting ¦¦ (Greeting = {}));
var hello = new Greeting.Hello("Hello, World!");
hello.say();
13年7月21日日曜日
いろいろ
((s) =>
{
alert(s);
})("Hello, World!");
ラムダ式 継承
class Base
{
}
class John extends Base
{
}
ジェネリクス
function head<T>(array:Array<T>): T
{
return array[0];
}
var num: number = head<number>([10, 20, 30]);
var str: string = head(["red", "blue", "yellow"]);
console.log(num);
console.log(str);
13年7月21日日曜日
注意点
基本的にはJavascript
スコープとかvarの扱いははJavascript基準
既存ライブラリへの対応
メジャーなライブラリは問題ないけど…
仕様の変更は激しい
0.8→0.9で大幅変更
13年7月21日日曜日
最後に
これから伸びそう
13年7月21日日曜日
おわり
13年7月21日日曜日

More Related Content

Viewers also liked

Australia.travel english pptx
Australia.travel english pptxAustralia.travel english pptx
Australia.travel english pptxAkiraKi
 
Clitheroe BaRKC: R3/Renaisse
Clitheroe BaRKC: R3/RenaisseClitheroe BaRKC: R3/Renaisse
Clitheroe BaRKC: R3/RenaisseKeika20
 
The White Legacy--Generation 6, Chapter 2
The White Legacy--Generation 6, Chapter 2The White Legacy--Generation 6, Chapter 2
The White Legacy--Generation 6, Chapter 2Keika20
 
Content strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent That Clicks
 
The White Legacy--Generation 6, College (Part 1)
The White Legacy--Generation 6, College (Part 1)The White Legacy--Generation 6, College (Part 1)
The White Legacy--Generation 6, College (Part 1)Keika20
 
Clitheroe BaRKC: R5/Lariel
Clitheroe BaRKC: R5/LarielClitheroe BaRKC: R5/Lariel
Clitheroe BaRKC: R5/LarielKeika20
 
Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Keika20
 
Wynter Wonderland: Chapter 9
Wynter Wonderland: Chapter 9Wynter Wonderland: Chapter 9
Wynter Wonderland: Chapter 9Keika20
 
The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2Keika20
 
Práctica 12 diapos
Práctica 12 diaposPráctica 12 diapos
Práctica 12 diaposJoel Vera
 
Interactive Minds Summit 2013 Event Coverage
Interactive Minds Summit 2013 Event CoverageInteractive Minds Summit 2013 Event Coverage
Interactive Minds Summit 2013 Event CoverageMichael Grierson
 
The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2Keika20
 
同學會之探訪"覓境"!
同學會之探訪"覓境"!同學會之探訪"覓境"!
同學會之探訪"覓境"!Pen Ling Huang
 
Signal estimation with different error metrics
Signal estimation with different error metricsSignal estimation with different error metrics
Signal estimation with different error metricsJin Tan
 
The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1Keika20
 

Viewers also liked (20)

Australia.travel english pptx
Australia.travel english pptxAustralia.travel english pptx
Australia.travel english pptx
 
Clitheroe BaRKC: R3/Renaisse
Clitheroe BaRKC: R3/RenaisseClitheroe BaRKC: R3/Renaisse
Clitheroe BaRKC: R3/Renaisse
 
The White Legacy--Generation 6, Chapter 2
The White Legacy--Generation 6, Chapter 2The White Legacy--Generation 6, Chapter 2
The White Legacy--Generation 6, Chapter 2
 
Presentazione servizio WeLoadYou
Presentazione servizio WeLoadYouPresentazione servizio WeLoadYou
Presentazione servizio WeLoadYou
 
Content strategy: Getting your content to work for you
Content strategy: Getting your content to work for youContent strategy: Getting your content to work for you
Content strategy: Getting your content to work for you
 
Great Himalayan Trail Nepal
Great Himalayan Trail NepalGreat Himalayan Trail Nepal
Great Himalayan Trail Nepal
 
The White Legacy--Generation 6, College (Part 1)
The White Legacy--Generation 6, College (Part 1)The White Legacy--Generation 6, College (Part 1)
The White Legacy--Generation 6, College (Part 1)
 
Video palestin
Video palestinVideo palestin
Video palestin
 
Clitheroe BaRKC: R5/Lariel
Clitheroe BaRKC: R5/LarielClitheroe BaRKC: R5/Lariel
Clitheroe BaRKC: R5/Lariel
 
Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13Wynter Wonderland: Chapter 13
Wynter Wonderland: Chapter 13
 
Wynter Wonderland: Chapter 9
Wynter Wonderland: Chapter 9Wynter Wonderland: Chapter 9
Wynter Wonderland: Chapter 9
 
The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2The White Legacy--Generation 4, Chapter 2
The White Legacy--Generation 4, Chapter 2
 
Práctica 12 diapos
Práctica 12 diaposPráctica 12 diapos
Práctica 12 diapos
 
Presentation1
Presentation1Presentation1
Presentation1
 
Interactive Minds Summit 2013 Event Coverage
Interactive Minds Summit 2013 Event CoverageInteractive Minds Summit 2013 Event Coverage
Interactive Minds Summit 2013 Event Coverage
 
The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2The White Legacy--Generation 8, Chapter 2
The White Legacy--Generation 8, Chapter 2
 
Dinosaur
DinosaurDinosaur
Dinosaur
 
同學會之探訪"覓境"!
同學會之探訪"覓境"!同學會之探訪"覓境"!
同學會之探訪"覓境"!
 
Signal estimation with different error metrics
Signal estimation with different error metricsSignal estimation with different error metrics
Signal estimation with different error metrics
 
The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1The White Legacy--Generation 8, Chapter 1
The White Legacy--Generation 8, Chapter 1
 

Similar to プログラミング勉強会0721

XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論
XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論
XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論賢次 海老原
 
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたら
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたらFlashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたら
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたらHiroaki Okubo
 
PhpStormとGrunt.jsで作るCakePHP快適開発環境
PhpStormとGrunt.jsで作るCakePHP快適開発環境 PhpStormとGrunt.jsで作るCakePHP快適開発環境
PhpStormとGrunt.jsで作るCakePHP快適開発環境 kamiyam .
 
MacRubyとHotCocoaでMacのアプリを作ってみた
MacRubyとHotCocoaでMacのアプリを作ってみたMacRubyとHotCocoaでMacのアプリを作ってみた
MacRubyとHotCocoaでMacのアプリを作ってみたYukimitsu Izawa
 
Webサイト・フロントエンドの高速化とgrunt.jsについて
Webサイト・フロントエンドの高速化とgrunt.jsについてWebサイト・フロントエンドの高速化とgrunt.jsについて
Webサイト・フロントエンドの高速化とgrunt.jsについてTomo Fujita
 
WordPress 3.6 世告げの姫と新機能
WordPress 3.6 世告げの姫と新機能WordPress 3.6 世告げの姫と新機能
WordPress 3.6 世告げの姫と新機能Odyssey Eightbit
 
Nseg第32回勉強会
Nseg第32回勉強会Nseg第32回勉強会
Nseg第32回勉強会ko ty
 
JavaScriptをまじめに考えました+
JavaScriptをまじめに考えました+JavaScriptをまじめに考えました+
JavaScriptをまじめに考えました+Hiroaki Okubo
 
PHP matsuri 2013 Windows Azure Storage SDK for PHP
PHP matsuri 2013 Windows Azure Storage SDK for PHPPHP matsuri 2013 Windows Azure Storage SDK for PHP
PHP matsuri 2013 Windows Azure Storage SDK for PHPTakeshi Sakurai
 
Jenkins study 7 2013-01-28
Jenkins study 7 2013-01-28Jenkins study 7 2013-01-28
Jenkins study 7 2013-01-28Ato ARAKI
 
PhoneGapで作るハイブリッドアプリケーション
PhoneGapで作るハイブリッドアプリケーションPhoneGapで作るハイブリッドアプリケーション
PhoneGapで作るハイブリッドアプリケーションMasahiko Tachizono
 
開発を彩る技術たち
開発を彩る技術たち開発を彩る技術たち
開発を彩る技術たちOda Shinsuke
 
Sinatraでwebアプリケーション開発を学ぶ
Sinatraでwebアプリケーション開発を学ぶSinatraでwebアプリケーション開発を学ぶ
Sinatraでwebアプリケーション開発を学ぶHiroshi Oyamada
 
Chromium androidビルド
Chromium androidビルドChromium androidビルド
Chromium androidビルドHiroshi Sakate
 
JSX Design Overview (日本語)
JSX Design Overview (日本語)JSX Design Overview (日本語)
JSX Design Overview (日本語)Kazuho Oku
 

Similar to プログラミング勉強会0721 (20)

Mecha-Mozilla
Mecha-MozillaMecha-Mozilla
Mecha-Mozilla
 
XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論
XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論
XPages Day 2013 [B-3] XPages開発を始める Notes技術者のためのWeb技術概論
 
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたら
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたらFlashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたら
Flashじゃなくて HTML5で ビュンビュン動くサイトを 作ってと言われたら
 
PhpStormとGrunt.jsで作るCakePHP快適開発環境
PhpStormとGrunt.jsで作るCakePHP快適開発環境 PhpStormとGrunt.jsで作るCakePHP快適開発環境
PhpStormとGrunt.jsで作るCakePHP快適開発環境
 
MacRubyとHotCocoaでMacのアプリを作ってみた
MacRubyとHotCocoaでMacのアプリを作ってみたMacRubyとHotCocoaでMacのアプリを作ってみた
MacRubyとHotCocoaでMacのアプリを作ってみた
 
Web GLの話
Web GLの話Web GLの話
Web GLの話
 
Webサイト・フロントエンドの高速化とgrunt.jsについて
Webサイト・フロントエンドの高速化とgrunt.jsについてWebサイト・フロントエンドの高速化とgrunt.jsについて
Webサイト・フロントエンドの高速化とgrunt.jsについて
 
統計解析ソフトR
統計解析ソフトR統計解析ソフトR
統計解析ソフトR
 
WordPress 3.6 世告げの姫と新機能
WordPress 3.6 世告げの姫と新機能WordPress 3.6 世告げの姫と新機能
WordPress 3.6 世告げの姫と新機能
 
Code Anything
Code AnythingCode Anything
Code Anything
 
Nseg第32回勉強会
Nseg第32回勉強会Nseg第32回勉強会
Nseg第32回勉強会
 
Aiming study#6pdf
Aiming study#6pdfAiming study#6pdf
Aiming study#6pdf
 
JavaScriptをまじめに考えました+
JavaScriptをまじめに考えました+JavaScriptをまじめに考えました+
JavaScriptをまじめに考えました+
 
PHP matsuri 2013 Windows Azure Storage SDK for PHP
PHP matsuri 2013 Windows Azure Storage SDK for PHPPHP matsuri 2013 Windows Azure Storage SDK for PHP
PHP matsuri 2013 Windows Azure Storage SDK for PHP
 
Jenkins study 7 2013-01-28
Jenkins study 7 2013-01-28Jenkins study 7 2013-01-28
Jenkins study 7 2013-01-28
 
PhoneGapで作るハイブリッドアプリケーション
PhoneGapで作るハイブリッドアプリケーションPhoneGapで作るハイブリッドアプリケーション
PhoneGapで作るハイブリッドアプリケーション
 
開発を彩る技術たち
開発を彩る技術たち開発を彩る技術たち
開発を彩る技術たち
 
Sinatraでwebアプリケーション開発を学ぶ
Sinatraでwebアプリケーション開発を学ぶSinatraでwebアプリケーション開発を学ぶ
Sinatraでwebアプリケーション開発を学ぶ
 
Chromium androidビルド
Chromium androidビルドChromium androidビルド
Chromium androidビルド
 
JSX Design Overview (日本語)
JSX Design Overview (日本語)JSX Design Overview (日本語)
JSX Design Overview (日本語)
 

プログラミング勉強会0721