KieranP / Game-Of-Life-Implementations

Conway's Game of Life implementation in various languages
MIT License
52 stars 8 forks source link

Go version? #7

Closed proyb6 closed 6 years ago

proyb6 commented 6 years ago

I seen there are many go version on repos but do you plan to build one or any similar reference?

There is one from the official doc https://golang.org/doc/play/life.go

KieranP commented 6 years ago

Hey @proyb6 . Thanks for reaching out. I would love to have a Go version. The main thing is that all implementations should be very similar, and since Go doesn't support classes natively, coupled with my limited knowledge of Go, I've been struggling to implement something similar to the existing ones. If you want to have a crack at creating one based on the existing implementations, then please feel free :-)

proyb6 commented 6 years ago

Oh, I’m only good in Crystal, was looking to compare Go.

KieranP commented 6 years ago

@proyb6 Ah I see. If you find some nice optimisations for the Crystal version, please do let me know :-) I do plan to get to the Go implementation eventually. Perhaps I'll have a bit of time over the holiday period end of this year. We'll see. In the meantime, I'm going to close this ticket.