Fork me on GitHub
#off-topic
<
2016-02-27
>
fenton00:02:06

which parenthesis highlighter do fellow emacsen use for clojure?

fenton00:02:43

@slester: clojure is freaking awesome for basically anything, including a chat server.

slester00:02:37

@fenton I mean it is! Just wondering if it was too much work comparatively

fenton00:02:05

its the easiest language to work in...

fenton00:02:20

the others you might pull your hair out...clojure has core.async

eggsyntax00:02:33

@fenton: I use Spacemacs' built-in paren-handling, which IIRC is the author's custom one.

slester00:02:07

Rust has concurrency, as does Go

fenton00:02:21

@eggsyntax: ok, i'm using plain emacs with my own conf... can't lose lispy for clojure editing...really didn't like the spacemacs for lisp like editing!

fenton01:02:36

@slester: yes...and i've programmed in neither of those two, but have programmed in a lot of other languages and every moment i code in clojure i thank my lucky stars....i could list all the features of clojure here....if you want...that I'm thinking neither rust nor go could hold a candle to...but?

slester01:02:31

Haha. Your enthusiasm is noted! Just wondering if others have more experience with those kinds of languages that could compare/contrast.

fenton01:02:52

sure good luck.

jonahbenton01:02:32

hey @slester definitely clojure. the jvm library ecosystem is infinitely more mature. there are robust libraries for every chat protocol, every transient or persistent storage service, every notification protocol, every appropriate in-mem data structure, etc. nearly all of that still has to be invented in rust. at a language level, rust gets you close to the metal, and gives you memory management control where the jvm utilizes garbage collection. there are domains where that matters but chat servers- where the app is likely running on cloud servers two or three layers of abstraction above hardware and where latency comes from the network, rather than from whatever the server has to do- are not going to be one of them

jonahbenton01:02:15

golang would be a good choice for chat server- the library ecosystem has gotten pretty mature.

slester01:02:07

@jonahbenton: Thanks for the response! Coming down to Clojure vs Golang, what are you thinking? Are they comparable? If so I'd choose Clojure for sure

slester01:02:12

just making sure I'm not shooting myself in the foot

slester01:02:28

by choosing something that may end up being less robust than I'd like

jonahbenton01:02:09

sure, either language ecosystem is a great fit for the problem in general. to choose i would spend some time looking at the details- specific libraries and protocol implementations in each case- and weigh other factors- team experience and comfort in each environment- some people hate the jvm, some object to the boilerplate required in go- operational experience, etc

slester01:02:26

why do people hate the jvm?!

jonahbenton02:02:25

yeah simple_smile what i meant is that both languages/ecosystems are appropriate on a technical level, so non-technical/philosophical considerations may weigh highly.

slester02:02:38

gotcha, thanks

escherize05:02:43

Havn't seen this xkcd before: https://xkcd.com/743/