This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-29
Channels
- # admin-announcements (8)
- # beginners (1)
- # boot (127)
- # cider (17)
- # cljs-dev (17)
- # clojure (69)
- # clojure-argentina (3)
- # clojure-australia (35)
- # clojure-japan (1)
- # clojurescript (66)
- # core-matrix (2)
- # cursive (33)
- # datascript (1)
- # emacs (2)
- # hoplon (17)
- # instaparse (1)
- # melbourne (1)
- # off-topic (13)
- # re-frame (7)
- # reagent (3)
I’m working for this company http://www.bikeroar.com
we have a lot of Node stuff but are going to trial Clojure as a backend language for a particular problem
we are working on an integration problem, parsing lots of inbound documents and pubsubbing them to Firebase
Id much rather use the JVM ecosystem than Erlang’s. Plus we are using Google Cloud where we the JVM is supported
so.. let me know when you come to Brisbane or Gold Coast! would be nice to have a beer/water and have some conversation!
@nicholasf: In what ways to see Golang as limited? (not starting a flame, just want to know what you see as the trade-offs)
the limitations of the language are very severe; no type aliasing, interface conversion being limited without type inference
it was disappointing to run into Go’s shortcomings because it’s very productive until that point