Hacker News new | ask | show | jobs
by pvorb 2443 days ago
You mean like in Go?

    func add(x int, y int) int {
        return x + y
    }
I doubt this is more readable, but everyone has their own taste.