Show HN: Forst β a back end language that helps you migrate TS back ends to Gohttps://forst-lang.org/docs
Over the past ~1.5 years I've been working on this programming language called Forst with the primary goal of replacing TypeScript on the backend. I'd seen many times that running JavaScript on the backend often leads to memory spikes, especially when handling larger data structures, and other inefficiencies due over-usage of the heap and being restricted to one core by default. So I wanted more efficient native code to replace it but also figured that it's often simply too risky and time consuming to rewrite entire codebases in Go, Rust, or others. This idea led the design. By now, Forst isβ¦