Hacker News new | ask | show | jobs
by amedvednikov 1518 days ago
Can you elaborate? There was never a claim it doesn't use memory (although it does use a lot less memory than most compilers). The language is indeed fast, V compiles itself in 0.3 seconds:

https://www.youtube.com/watch?v=pvP6wmcl_Sc

1 comments

Are you the V designer ? is V compiled to native code or transpiled to C (then an actual compiler will make the work to emit native) ?