New ask Hacker News story: Ask HN: Any interesting forks of TypeScript (or languages inspired by it)?
Ask HN: Any interesting forks of TypeScript (or languages inspired by it)?
2 by prmph | 1 comments on Hacker News.
What would typescript look like if it were freed from the shackles of JavaScript? Could it be a first class language compiled to machine code, .NET IL, or wasm, with runtime type checking, and cleaner and less bloated? Are there any forks of Typescript (or TypeScript-like languages) exploring these ideas? Rationale for Question: After using TypeScript for some years, I find C#, as good a language as it is, fairly clunky. C# lacks many things that make TypeScript so expressive: straightforward first-class functions and union types, for example. I think my ideal language would be something that marries the best parts of C# and TypeScript.
2 by prmph | 1 comments on Hacker News.
What would typescript look like if it were freed from the shackles of JavaScript? Could it be a first class language compiled to machine code, .NET IL, or wasm, with runtime type checking, and cleaner and less bloated? Are there any forks of Typescript (or TypeScript-like languages) exploring these ideas? Rationale for Question: After using TypeScript for some years, I find C#, as good a language as it is, fairly clunky. C# lacks many things that make TypeScript so expressive: straightforward first-class functions and union types, for example. I think my ideal language would be something that marries the best parts of C# and TypeScript.
Comments
Post a Comment