Wouldn't it make sense to build a .NET compiler for typescript?

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Jurassic

    A .NET library to parse and execute JavaScript code.

  • The first step would be compiling TypeScript to JavaScript, and then JavaScript to .NET. It looks like there’s already a tool to do this called Jurassic, but note that it only accepts ES5, not ES6. I wasn’t able to find any tools which support ES6, but TypeScript can compile to ES5 with polyfills, so that’s not the end of the world. (IIRC you might hit performance problems with generators but I might be wrong)

  • jsii

    jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!

  • I love reading all the opinions here knowing this exists: https://github.com/aws/jsii

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Domain Modelling in the Cloud & AWS CDK

    5 projects | dev.to | 25 Jul 2023
  • Contrary to popular belief, Scala is actually a quite small and simple language

    4 projects | /r/programming | 18 Dec 2022
  • Dropping Scala 2.11 support in Scala.js and Scala Native

    3 projects | /r/scala | 6 Dec 2022
  • Virtual Threads: New Foundations for High-Scale Java Applications - Brian Goetz

    2 projects | /r/java | 23 Sep 2022
  • Can I use JavaScript on unity?

    1 project | /r/Unity3D | 5 Aug 2022