[AskJS] You have mastered writing JavaScript from scratch, why use TypeScript?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SSMLParser

    Implement SSML parsing for Web Speech API

    I implemented SSML parsing in JavaScript by hand for Web Speech API per SSML specification https://github.com/guest271314/SSMLParser, where the Web Speech API nor Firefox nor Chrome or Chromium browsers (Google does implement SSML parsing as a service https://github.com/guest271314/GoogleNetworkSpeechSynthesis) have implemented SSML parsing.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • GoogleNetworkSpeechSynthesis

    Google's Network Speech Synthesis: Bring your own Google API key and proxy

    I implemented SSML parsing in JavaScript by hand for Web Speech API per SSML specification https://github.com/guest271314/SSMLParser, where the Web Speech API nor Firefox nor Chrome or Chromium browsers (Google does implement SSML parsing as a service https://github.com/guest271314/GoogleNetworkSpeechSynthesis) have implemented SSML parsing.

  • GraphInterest

    Calculate compounding interest with additions

    If precision is required there are ways in JavaScript to achieve precision GraphInterest, Number (integer or decimal) to array, array to number (integer or decimal) without using strings.

  • proposal-type-annotations

    ECMAScript proposal for type syntax that is erased - Stage 1

    Microsoft is a key contributor to a Stage 1 proposal to include type annotations in ECMAScript.

  • assemblyscript

    A TypeScript-like language for WebAssembly.

    You can write the source code in C, C++, Rust, AssemblyScript, or something like this https://www.assemblyscript.org/.

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

  • Let's Write a Malloc

    4 projects | news.ycombinator.com | 26 Nov 2023
  • Do you think typescript will ever have native support on brosers? Or we will have only the JS type annotations?

    2 projects | /r/typescript | 11 Jul 2023
  • Ezno's checker (a Javascript type checker and compiler written in Rust) is now open source

    2 projects | /r/rust | 8 Jun 2023
  • Is there a TypeScript to native compiler available?

    1 project | /r/typescript | 13 May 2023
  • AssemblyScript – TypeScript-like language for WebAssembly

    1 project | news.ycombinator.com | 22 Apr 2023

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?