Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amedvednikov
on Feb 7, 2019
|
parent
|
context
|
favorite
| on:
About V, the language Volt is written in
I tried to make resulting C code very readable and simple:
fn main() { println('hello world') } ==>
int main() { printf("hello world\n"); return 0 }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
fn main() { println('hello world') } ==>
int main() { printf("hello world\n"); return 0 }