はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ type System

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 4 / 4件)
 

GitHub - ronami/HypeScript: 🐬 A simplified implementation of TypeScript's type system written in TypeScript's own type system

2022/07/28 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip This means in TypeScript

🐬 HypeScript Introduction This is a simplified implementation of TypeScript's type system that's written in TypeScript's type annotations. This means that it uses types only — with no runtime code whatsoever. You pass TypeScript code as a string to the TypeCheck generic and get possible type err... 続きを読む

Extreme Explorations of TypeScript's Type System | Learning TypeScript

2022/06/28 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip

TypeScript's type system is Turing Complete: meaning it has conditional branching (conditional types) and works with an arbitrary huge amount of memory. As a result, you can use the type system as its own programming language complete with variables, functions, and recursion. Developers have push... 続きを読む

TypeScript の型システム / Type system of the TypeScript - Speaker Deck

2020/07/31 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip TypeScript Speaker Deck 型システム

string number undefined null { x: number, y: number } string[] [ string, number ] type Hoge = { x: number, y: number }; & type HogeProps = { x: number }; type HugaProps = { y: number }; // 2 const props: HogeProps & HugaProps; const props: { x: number, y: number }; & structural typing props 続きを読む

Functional Programming Patterns (NDC London 2014)

2014/12/22 このエントリーをはてなブックマークに追加 18 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Functional Programming Patterns (BuildStuff '14) Scott Wlaschin 69,405 views Domain Driven Design with the F# type System -- F#unctional Londoners 2014 Scott Wlaschin 4,875 views 続きを読む

 
(1 - 4 / 4件)