Live data from Hacker News

V Playground

vlang.io

81–90 of 103 posts

Re: V Playground

#81
post #56

Earlier quoted context omitted.

It's his website, he can do whatever he wants. You are not a paying customer. Stop being a choosing beggar.

Reading through your comments, I assume you are either a second account or an accomplice in the author's trolling. I don't care about his language. I care about spreading misinformation to people who don't know any better.

If you think the accounts are related, mail hn@yc and tell them so. The guidelines explicitly ask you not to write comments like these in public. Please stop.

Re: V Playground

#82
post #52

Earlier quoted context omitted.

Please don't lecture people unless you have something to show for it yourself, specially if it is unsolicited. The author is giving away his work for free, he owes nobody anything. He is amazingly humble too. You don't like his claims you are free to not use his product (for free!)

Excuse me? Who are you to tell others what to comment on? HN is a place to discuss projects and articles on good faith with comments as knowledgeable as possible. If you don't like constructive criticism, please leave and take your censoring somewhere else. By the way, it is specially humorous that you ask me to "show something", when we are discussing a project that makes extraordinary claims without backing them at…

You talk too much with a lot of confidence without knowing quite enough. You also claim Rust isn't free of race conditions when the Rust type system (claims) that it is. (using Sync types).

Please stop commenting in negative way specially since you're not very knowledgeable.

Re: V Playground

#83

How do I get the compiler? ...or is this supposed to be the future of programming languages, compiler-as-a-service where you get a playground but not an actual compiler?

Just an FYI, the author is more than likely scamming for donations, or at the very least drumming up donations for vaporware/misleading software. He has as of yet refused to publish any source code for his language, despite having close to 2k stars. If you read my comments, you'll see that he claims to have detailed information on his website, but all he has listed is compilation targets, claimed benchmarks (or just benchmarks taken out of context), and unimplemented features.

Based on what he's saying, he has essentially sold snake oil based on PL buzzwords via blog posts and HN, and has little more than the type of front end you can build going through an LLVM IR guide.

This man might be telling the truth, but based on his behavior so far I would be exceedingly suspicious of anything he says until he has actually released source code or a full compiler.

Re: V Playground

#84

Does V compile directly to native machine code? Or is this just some scripting language that trans-compiles to C.

I've added a link to the home page, it explains everything with lots of details: https://vlang.io

Which I read, one part says it compiles to native machine code, another says it emits C for optimization, so which is it?

And if it does compile to machine code, is it really running as fast as C as you claim? Or did you just say that because it trans-compiles to C.

Re: V Playground

#85

How do I get the compiler? ...or is this supposed to be the future of programming languages, compiler-as-a-service where you get a playground but not an actual compiler?

Just an FYI, the author is more than likely scamming for donations, or at the very least drumming up donations for vaporware/misleading software. He has as of yet refused to publish any source code for his language, despite having close to 2k stars. If you read my comments, you'll see that he claims to have detailed information on his website, but all he has listed is compilation targets, claimed benchmarks (or just…

You've posted over a dozen of these comments to this thread. That's massively over the top, regardless of how right your original point might have been. Please stop now.

Re: V Playground

#86

Earlier quoted context omitted.

I've added a link to the home page, it explains everything with lots of details: https://vlang.io

Which I read, one part says it compiles to native machine code, another says it emits C for optimization, so which is it? And if it does compile to machine code, is it really running as fast as C as you claim? Or did you just say that because it trans-compiles to C.

It has 2 modes, one for debug (compile directly to machine code) and one for release (compile to c)

Re: V Playground

#87

How do I get the compiler? ...or is this supposed to be the future of programming languages, compiler-as-a-service where you get a playground but not an actual compiler?

Free: Limited to 1k lines of code Hobbyist ($29.99/user): Unlimited lines of code, no warning messages Pro ($99.99/user): Warning messages Enterprise (Contact us): Link to libraries

Huh.

I thought the days when anyone seriously toyed with the idea that you could build a business selling a programming language (or perhaps compiler implementation?) were gone.

Oh well, some interest -> zero interest, but hey, best of luck to them~

Re: V Playground

#88
post #82

Earlier quoted context omitted.

Excuse me? Who are you to tell others what to comment on? HN is a place to discuss projects and articles on good faith with comments as knowledgeable as possible. If you don't like constructive criticism, please leave and take your censoring somewhere else. By the way, it is specially humorous that you ask me to "show something", when we are discussing a project that makes extraordinary claims without backing them at…

You talk too much with a lot of confidence without knowing quite enough. You also claim Rust isn't free of race conditions when the Rust type system (claims) that it is. (using Sync types). Please stop commenting in negative way specially since you're not very knowledgeable.

Stop attacking people with off-topic issues and go away.

PS: of course I claim Rust isn't free of race conditions. Its own designers also claim it:

https://doc.rust-lang.org/nomicon/races.html

You won't even believe the official docs of Rust? :)

Re: V Playground

#89

Earlier quoted context omitted.

Free: Limited to 1k lines of code Hobbyist ($29.99/user): Unlimited lines of code, no warning messages Pro ($99.99/user): Warning messages Enterprise (Contact us): Link to libraries

Huh. I thought the days when anyone seriously toyed with the idea that you could build a business selling a programming language (or perhaps compiler implementation?) were gone. Oh well, some interest -> zero interest, but hey, best of luck to them~

Please tell me you are not serious :)

Re: V Playground

#90

Earlier quoted context omitted.

There's nothing extraordinary on the website. Everything mentioned there was done before.

Do you know of any single person that has written a C++ transpiler into another language from scratch?

Bjarne Stroustrup? :)

I'm not building it from scratch, I use clang parser.

Post reply on HN