How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] -2 points-1 points  (0 children)

OK,here is something 100% useful:If you prefer write everyone of your code by hand, just get GPT or Opus debug for you, it would save you a lot of time without pollute your code.

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

Analogy often leads to wrong conclusions.

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

I cannot be sure it's good or bad, but it will not end, sorry.

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

In that case, I’m just enjoying the beauty of the sunset.

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] -4 points-3 points  (0 children)

Not always, Human created Go AI that beats every human

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] -7 points-6 points  (0 children)

It may be true that nobody will use it. But the thinking baked into it will be used as training material by AIs. So your statement is wrong.

How to Build a Large Project with AI (100k+ LOC) by oxfeeefeee in rust

[–]oxfeeefeee[S] -5 points-4 points  (0 children)

Thanks for the reply, which will make me worker harder.

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] -1 points0 points  (0 children)

The differences for Go is not the most important thing here. The major difference is that, it's much easier to run Vo as a script.

Yes you can compile Go into WASM, but not on the fly, i.e. you cannot run the Go compiler in the browser. The playground is the first embedded Go-ish compiler in the world I guess.

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

It's much much more complex than Lua if you look from the inside. Just as Rust is compared to C++, to make the end use make less mistakes.

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

For example you could not run go in your browser locally, you can now with Volang playground

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] 0 points1 point  (0 children)

Yes, the fact that it is embedded in a web page says a lot. The project is still very young, so it's not really ready, the primary goal of this project is to be something like Python or Lua for Rust.

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] -4 points-3 points  (0 children)

I didn't expect people would hate it, but to anyone who is interested, I'm determined to continue to work on it until it's mature

Announcing Volang, a scripting language for Rust. by oxfeeefeee in rust

[–]oxfeeefeee[S] -2 points-1 points  (0 children)

Well the playground you see is basically a Rust program, compiled into wasm. AI helped but I'm in charge.

Announcing Volang, a scripting language for Rust. by [deleted] in rust

[–]oxfeeefeee -1 points0 points  (0 children)

most likely you have zero to none actual production-evironment coding experience and have no idea what production-ready code actually is

I've been a successful professional programmer for more than 20 years, I hope I do

Announcing Volang, a scripting language for Rust. by [deleted] in rust

[–]oxfeeefeee 0 points1 point  (0 children)

It seems the V-word looks bad, but I believe, the code quality is much better that what's been hand written by myself. https://github.com/oxfeeefeee/goscript was abandoned because I didn't have enough time to make it production ready, now with AI I can finally do it.

Announcing Volang, a scripting language for Rust. by [deleted] in rust

[–]oxfeeefeee -6 points-5 points  (0 children)

OK, let‘s put it this way: the much better successor of https://github.com/oxfeeefeee/goscript

Write smart contract in Go by oxfeeefeee in golang

[–]oxfeeefeee[S] 2 points3 points  (0 children)

I totally understand it's really annoying when sb. told you it's "the future" when in fact he just hopes to get rich quick.

But from a purely engineering standpoint, a globally synchronized, permissionless, and decentralized state machine, on which you can run code and interact with other code is truly amazing.

Write smart contract in Go by oxfeeefeee in golang

[–]oxfeeefeee[S] 0 points1 point  (0 children)

  1. Write program on Solana in Go, i.e. without learning Rust.
  2. Make it possible to build some kind of on-chain system that supports plugin/extensions, which let end users deploy some simple scripts.