Asked on Reddit: Which of Rust, D, Go, Nim, and Crystal is the strongest and why?
Dennis Ritchie via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 9 20:05:39 PDT 2015
Why D can not be done, as in the Go:
package main
import "fmt"
func main() {
var a, b, c = 1, 2, 3
fmt.Printf("%d %d %d", a, b, c) // prints 1 2 3
}
http://rextester.com/WICH50477
More information about the Digitalmars-d
mailing list