Hacker News new | ask | show | jobs
by hydrocat 3353 days ago
Isn't this something similar to vala ?
1 comments

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.

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