MicrosoftããTypeScriptã¨ããæ°è¨èªãçºè¡¨ããã¾ãããé©ãã¹ãã¯ããã®C#ã®Anders Hejlsbergãé¢ãã£ã¦ããï¼ããã¯ãã触ããããªããããã¦ããã¯ã³ã³ãã¤ã«å¾ã«JavaScriptã«ãªãè¨èª(Coffeeã¨ãJSXã¨ãã¿ãããª)ãªããã§ããããlinq.jsã対å¿ããããããªãï¼ã¨ããããã§ãããã¾ããã // TypeScript Enumerable.range(1, 10) .where(x => x % 2 == 0) .select(x => x * x) .writeLine(); // ã³ã³ãã¤ã«å¾ Enumerable.range(1, 10).where(function (x) { return x % 2 == 0; }).select(function (x) { return x * x; }).writeLine(); ã²ãã£ã¯ã¼
{{#tags}}- {{label}}
{{/tags}}