Hacker News new | ask | show | jobs
by amedvednikov 2653 days ago
Good point, I'll add an example.

It's just `C.puts('hello')`

1 comments

How do you include the header with puts though?
#include <stdlib.h>

fn main() { C.puts('hello') }

This is an important point.

amedvednikov is the author.

It is hard to interpret it. The V compiler parses C?