This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-27
Channels
- # aws-lambda (3)
- # beginners (3)
- # boot (327)
- # capetown (2)
- # cider (156)
- # cljs-dev (368)
- # cljsjs (13)
- # cljsrn (53)
- # clojure (403)
- # clojure-czech (5)
- # clojure-dev (4)
- # clojure-greece (2)
- # clojure-russia (72)
- # clojure-spec (12)
- # clojure-uk (129)
- # clojurescript (156)
- # core-async (1)
- # cursive (33)
- # datomic (35)
- # emacs (10)
- # events (1)
- # hoplon (4)
- # jobs-discuss (3)
- # klipse (1)
- # lein-figwheel (14)
- # leiningen (5)
- # luminus (5)
- # off-topic (15)
- # om (69)
- # om-next (2)
- # onyx (2)
- # parinfer (15)
- # perun (12)
- # re-frame (30)
- # reagent (7)
- # ring-swagger (8)
- # spacemacs (10)
- # specter (6)
- # untangled (69)
- # yada (13)
@currentoor That's been my experience overall: everything I think is going to be "hard" turns out to be surprisingly simple. It's refreshing
@tony.kay have you worked extensively with CLJ(S) before this product?
@currentoor no. My prior gig was Scala, Java before that.
When I started here I knew FP was the way to go, but I was a bit disappointed by the practical day-to-day of Scala. The compiler is soooo slow, the setup is kind of a pain, and the developers tend to fetishize complexity. Has some great ideas, but in practice I was torn.
I was worried about the lack of a static type system when I started using Clojure (thinking about proposing a talk on that for clj west), but after doing some case studies on the kind of code we wanted to write, the "value of values" became apparent.
We originally started out thinking maybe clj on the back-end. Then saw the elegant and useful stuff happening on the front-end.
and as David Nolen puts it: "it was the first time I looked at a way of doing UIs on a browser that didn't make me want to put my eye out"
@tony.kay it's very perplexing because on paper it looks like a solid choice of language, at least it checks every box, but in practice you're torn
roughly mine as well...but I think I'm older 😉 Basic -> 8-bit assembly -> C -> C++ -> Java -> C++ -> Java -> Scala -> Clojure
i was using smart pointers pretty early on, so once again I probably don't appreciate GC as much as you
smart pointers helped...but you still had library issues, random leaks....bleh. Don't miss it
i'm widly more productive with clojure, there is something I miss about C++ that I can't quite put my finger on, but it's certainly not the memory leaks and segfaults
one nice thing about C++ was you were closer to bare mental, whereas with clojure i don't understand what the JVM does
maybe it's just a lack of education, how about you? do you have confidence in the final x86 asm in your mental model
yeah, but the JVM is actually capable of getting closer to the metal in many cases...and in modern architectures no one understands the metal...not even the meta designers 😉
yah, that's the reality these days i guess, but it changes the feeling of being a programmer i think, talking purely psychological now
"wow writing that high performance function, the code is crazy complex, i gotta show my friends" type feeling
i think mathematics is the new 'assembly' in that sense that JVMs/VMs/virtualization/transpiling are winning and these are all cases where you're trying to solve problems by leveraging a higher level semantic
in my mind it's similar to something mathematics does all the time, e.g. mapping geometry to number theory
It's coming full-circle. Math came first, Lisp came (nearly) second...50 years pass...back the to math we knew in the 50's 😉
Yeah, it fascinates me how far ahead math usually is. Fourier analysis was invented long before we found fun uses for it like audio compression and quantum physics
yes me too, people strong in math make leaps of logic effortlessly that seem brilliant to me
@tony.kay did you study physics?
also I for one enjoyed reading this banter 😄
@currentoor In fact I did. Undergrad. Did graduate work in CS.
@tony.kay oh cool I majored in Physics and CS for also 😄
I hadn’t thought of Fourier transforms for a long while. Brings back memories.