Hacker News new | ask | show | jobs
by lancepioch 1894 days ago
So a similar sense to Haxe: https://haxe.org
1 comments

I think they're pretty different. Haxe is designed to compile to many different languages, sort of like a least common denominator.

Whereas Wuffs translates only C, and is pretty semantically close to it. Its goal is really safety, while Haxe seems to be a portability (e.g. running the same game on many platforms).