DEV Community

SaptakBhoumik
SaptakBhoumik

Posted on

Do you think that we need another go-like language ?

Do you think that we need another go-like language? If yes what new features you want

Top comments (9)

Collapse
 
fr0tt profile image
fr0tt

I'm not sure what you mean. I feel like there are already alternatives to it if you need one:

  • Rust which is memory safer and faster
  • Go 1.18 and above now finally offering generics
  • C# which is, at least for web dev, more mature
Collapse
 
saptakbhoumik profile image
SaptakBhoumik

Thanks for your answer:)

Collapse
 
mhmxs profile image
Richard Kovacs
Collapse
 
ben profile image
Ben Halpern

I guess the first question is: "Why not Go itself?"

If it's Go-like, but not Go, it should be for a different purpose where Go itself doesn't get the job done?

Collapse
 
saptakbhoumik profile image
SaptakBhoumik

"Why not Go itself?"

Well I just wanted to know about people's opinions:)

If it's Go-like, but not Go, it should be for a different purpose where Go itself doesn't get the job done?

Good point

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ

The first question what is "go-like"?
Does language that has totally different syntax but has dedicated syntax for channel and goroutine and similar stdlib like Go is "go-like"?

Odin has similar syntax with Go but it has totally different use cases which make it easy for parallel programming utilizing contiguous data structure and do array programming.

Collapse
 
saptakbhoumik profile image
SaptakBhoumik

Hmm good point

Collapse
 
alaindet profile image
Alain D'Ettorre

Why do you need a Go-like language when you have Go?

Collapse
 
saptakbhoumik profile image
SaptakBhoumik • Edited

I just wanted to know about people's opinion:)