DEV Community

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

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