# goo (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover goo.

Page: <https://rssamplifier.com/topics/goo/blogs>  
Feed: <https://rssamplifier.com/topics/goo/blogs.md>

---

## [An alternative idea for a typed language living alongside/inside JavaScript](https://axisofeval.blogspot.com/2024/11/an-alternative-idea-for-typed-language.html)

_2024-11-09 · Unknown · The Axis of Eval_

What if instead of trying to type existing JS code, like TypeScript, we made objects of a new typed language completely separate from JS objects? The TypeScript idea is to be able to type any old JavaScript that's out there. On the one hand this is admirable, but OTOH it leads to a very complicated type system. Here's an alternative idea: instead of typing existing, legacy JavaScript, treat it as…

