Hacker News new | ask | show | jobs
by chme 3353 days ago
No not really.

Vala has an own seperate transpiler that generates C code from Vala code.

Cello uses the normal C preprocessor to generate C code.

1 comments

Actually Vala generates GObject code, which fundamentally has its own "type system" and uses reference counting.