Viewing profile — vlang1dot0
vlang1dot0
HN member- Joined
- Tue, Sep 15, 2020, 5:25 PM UTC
- HN karma
- 358
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About vlang1dot0
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #33002629
It has an automated release generated every week. The could be no commit activity whatsoever and there would still be 52 "releases" of V every year. It's one thing to like V but it…
-
comment
Comment #31954432
I don't see how that really follows. V heap allocates any value which is address taken. You don't need to be an advanced C programmer to use pointers.
- comment
-
comment
Comment #31930879
They've been working on C2V for a long time now and even still it falls over quickly for anything other than the exact version of doom they are using. Multiline comments crash the …
-
comment
Comment #31822594
You only merged it one hour ago. https://github.com/vlang/v/pull/14805 Over promising (hardly a one line patch) and under delivering (well beyond your "it will be fixed today" stat…
-
comment
Comment #31817058
Did you even bother to read what he pasted? Tcc is used in the first set of commands that do not terminate.
-
comment
Comment #31816999
How's that "one line" fix in the type checker coming? Looks like it wasn't fixed yesterday.
-
comment
Comment #31801471
Your demo includes code that uses manual memory management because of autofree bugs. https://github.com/vlang/ved/blob/9b85e6291c9fe9135db1e300de...
- comment
-
comment
Comment #31498246
Yes, technically you can do that but it makes no sense from a design point of view to have a language that cares so much about safety it adds a borrowing system but then says "fuck…
-
comment
Comment #31436042
If the US gov decides to project its will on your software project, an ISO standard is not going to help you at all. They will sabotage the ISO process, or force your hosting provi…
-
comment
Comment #31348036
I see about 1k lines of new tests, probably 500-600 lines of build system integration across various files, nearly 1k lines of cargo lock file information for dev dependencies and …
-
comment
Comment #31345039
According to the article: > YJIT is a relatively simple JIT compiler that totals about 11,000 lines of C code.
-
comment
Comment #31069396
So no actual response to objective criticism just "my interpretation is things are going well so they can claim anything they want"? Wow, what a compelling argument you make! If yo…
-
comment
Comment #31069306
Are you arguing it's fairer to say V's default is to ignore managing memory at all?
-
comment
Comment #31066408
So, you're saying C2V is closed source then? Which is exactly what Alex said isn't true.
-
comment
Comment #31064891
Really? - No null Then what is `voidptr(0)`? - No global variables https://github.com/vlang/v/blob/master/doc/docs.md#global-va... At least add "by default" to the web site. - No u…
-
comment
Comment #31064692
So how do you plan to make autofree work without move semantics, an ownership model or borrowing annotations? If your answer is "like Lobster", then how do you plan to deal with th…
-
comment
Comment #31064674
No, "it's fast because it's C" doesn't hold. You can write slow code in any language.
-
comment
Comment #31064618
Could you point to the C2V source?
-
comment
Comment #31063731
The reason V is so controversial is that it separates nearly everyone who looks at it into two diametrically opposed groups: those who have some experience or knowledge of programm…
-
comment
Comment #30422277
This feels intentionally ignorant of the state of Rust considering there is more funding and more people paid to work directly on Rust than any prior point in the project's entire …
-
comment
Comment #30156737
Rust is not governed by the Rust Foundation. Rust is governed by the Core Team and the teams under them.
-
comment
Comment #29558787
I'm pretty sure sed could have saved them the trouble.