cfleming: what's a bad problem for clojure that is a good problem for Go
I think systems programming is better suite for Go than clojure.
example: things like docker
roberto: what's a bad problem for Go that has a good solution in Clojure
docker
systems programming
an operating system
I see
i think there is something that compiles clojure to Go somewhere in github.
@lewix: Anything that cares about startup time, systems programming as roberto mentions, anything requiring lightweight threads
Possibly anything requiring a large team, although that might be controversial.
cfleming: why a 'large team'
Again controversial, but I think that static types help understanding code you’re not familiar with.
lewix: anything where startup time is a concern for any reason