6 ms·
I totally understand your point - Astra doesn’t do register allocation or full parsing, so strictly speaking, it’s not a compiler in the traditional sense. I u
by qwertycodepl 1y ago
I totally understand your point - Astra doesn’t do register allocation or full parsing, so strictly speaking, it’s not a compiler in the traditional sense.
I used the term "compiler" because for many developers, it’s strongly associated with "turning source code into a single binary."
That’s what Astra does at a practical level - even if it's technically just bundling and embedding into a node executable using SEA and postject.
- quotemstr 1y ago> it’s strongly associated with "turning source code into a single binary." Using things because they sound nice without thinking about whether they make sense is pretty much the whole JavaScript community. :)
- dontlikeyoueith 1y agoThis is just dishonest marketing then.