▲ | koehr 4 days ago | |
I started playing around with the idea of a new programming language that compiles to JavaScript. Despite syntactic improvements and type-checking, it's goal is to streamline promises, async/await and callbacks into one signal based system I call live variables. Additionally, those could be compiled via different, interchangeable compiler plugins to framework specific code, like React's useState or Vuejs' Refs, to make it more future prove. It's still in a concept stage and maybe the whole project is futile, but if it piqued your interest, check out https://github.com/nkoehring/Solace |