Hacker News new | ask | show | jobs
by vladimir-y 2619 days ago
> focusing on a compiler versus a full on framework

Angular goes a similar way, just look up Ivy renderer on the internet.

1 comments

That's very interesting! Stopped paying attention after Angular 2 was released... will take a look, thanks for the info!

Edit: It looks like the goals are a bit different with Angular's focus on Typescript (Svelte let's you do this but is not entirely focused on Typescript). Also not sure if Angular's compiler supports CSS compilation.