V Playground
11–20 of 103 posts
Re: V Playground
#12Clearly this advanced language is too much to handle for mere mortals like myself.
Re: V Playground
#13Just so everyone is aware, this is more of a toy language that the author makes considerably bold claims about. His benchmarks exaggerate by comparing the speed of print statements, and the language itself is essentially a transpilation (a direct rule based conversion without an AST) to x86 so no other platforms can be supported. He has of yet to actually release any source code so this is just based off of the comme…
Re: V Playground
#14Just so everyone is aware, this is more of a toy language that the author makes considerably bold claims about. His benchmarks exaggerate by comparing the speed of print statements, and the language itself is essentially a transpilation (a direct rule based conversion without an AST) to x86 so no other platforms can be supported. He has of yet to actually release any source code so this is just based off of the comme…
Hmmm I'm not sure if this is true but he says that "V can compile to (human readable) C, so you get the great platform support and optimization of gcc and Clang."[0]
Re: V Playground
#15Fibonacci with memoization breaks at 48 Clearly this advanced language is too much to handle for mere mortals like myself.
Re: V Playground
#16Just so everyone is aware, this is more of a toy language that the author makes considerably bold claims about. His benchmarks exaggerate by comparing the speed of print statements, and the language itself is essentially a transpilation (a direct rule based conversion without an AST) to x86 so no other platforms can be supported. He has of yet to actually release any source code so this is just based off of the comme…
This is definitely not a toy language. Right now it can emit x64 machine code, more platforms will be available after the open-source release in early June.
Re: V Playground
#17Re: V Playground
#18Very intrigued by this language but the lack of tangible information is beginning to hurt. I find myself questioning some of the claims and demos shown on the front page. Like translating C/C++ code? Is the doom3.v thing completely fake or not? I'm not sure why it's being presented this way. I'm guessing it's probably structured this way for sake of Patreon, but it's actually a huge turn off.
I'm working on articles about C/C++ translation right now. They will be up in a couple of days.
What else is hurting you? I'll update the website.
Re: V Playground
#19But why use `go` keyword for go-style routine? I just realized I maybe have answered my own question but I don't think even Go should use `go` keyword for that. Maybe give it a more technical name?
Re: V Playground
#20Just so everyone is aware, this is more of a toy language that the author makes considerably bold claims about. His benchmarks exaggerate by comparing the speed of print statements, and the language itself is essentially a transpilation (a direct rule based conversion without an AST) to x86 so no other platforms can be supported. He has of yet to actually release any source code so this is just based off of the comme…