DEV Community

Discussion on: 10 Programming Languages Side by Side (JS, Python, Ruby, PHP, GO, Rust, Dart, C#, Java, Ballerina)

Collapse
 
lexiebkm profile image
Alexander B.K.

You should do other ways of defining methods to make it interesting and challenging in Go and Rust :

  • Go using (pointer) receiver argument
  • Rust using struct or trait with impl.