--
You received this message because you are subscribed to the Google Groups "pedestal-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pedestal-user...@googlegroups.com.
Visit this group at http://groups.google.com/group/pedestal-users.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
1) Depending on your app's use cases, speed going forward will be gained primarily from parallelism. I think Clojure has a better story there than Go but that is just my opinion.
2) It is very hard to fight against cultural bias against the JVM. I work in embedded systems where anything but C/C++ (or Lua, Python) is taboo. Your best bet is to "Go" with their momentum and when they run into a roadblock in Go (probably something related to mutability/locks in the face of heavy load), give a shot at the same problem with Clojure.
Obviously this has to be done in a non-intrusive way (on the other end of a socket) but will give you a chance to prove Clojure and the JVM can handle the job. Unfortunately your company won't gain the other benefits of Clojure beyond just performance (e.g. clarity, simplicity, etc.) because the rest of the code base will be in Go but... clearly that ship has already sailed.
Good luck! Let us know how things turn out.
Alan
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/p_cZoGCpvbE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
You obviously know way more than I do about Go... I stand corrected, thanks. I did know that it doesn't support TCO so it doesn't surprise me that other language features went the wrong way too.
I did not mean to misinform anyone, my apologies for speaking beyond my core competency (Go is not one of them.) I was trying to give our friend some hope... Those of us with day jobs in C/C++ (and Go) need some of that to keep us sane. :-(
Alan
--