On 12/06/2017 02:59 PM, Clojure beginner wrote:
Hi all
I heard about Clojure a week ago and have a new assignment at work to learn,
develope and deploy to production. I haven't developed in 2 years. Programming
background is: mainframe and informatica. I have bought 5 books: and Clojure
progra
It looks like I will learn a lot from that. Thank you. It seems like the
trend is to do away with concepts and have nothing but examples, mostly
outside of lisp and fp bookstore books, but it is a trend anyway. This
is refreshing.
On 03/16/2018 09:21 AM, Zach Tellman wrote:
Almost exactly two
Generally, I try to not make projects depend on a specific build
environment. So, for example, a directory structure containing java file
and configuration files can exist independent of the build environment.
The reason being that the future is sometimes different from the past
and in the futu
Some things that I see most of the time when I read debates about
dynamic vs static are:
1. Statically defined types don't solve everything, so they are not useful.
Some help is better than no help even if the help doesn't solve all of
your problems.
Yes, you should wash your hands before di
With clojure in particular, I am having trouble not rearranging my code
to be what I think is more optimal in ways that seem probably not
practical. I've noticed myself doing that when I'm newish to languages
and apis. But, I go bonkers with clojure.
Do you have any thoughts about how to avoid
wrote:
What kind of optimal do you compulsively rearrange for? Performance?
Readability? Amusing terseness?
On Oct 18, 2013 6:20 PM, "Kendall Shaw" <mailto:ks...@kendallshaw.com>> wrote:
With clojure in particular, I am having trouble not rearranging my
code to be w
he future?
Kendall
On 10/19/2013 12:35 AM, Laurent PETIT wrote:
Can you give a concrete example?
Le samedi 19 octobre 2013, Kendall Shaw a écrit :
With clojure in particular, I am having trouble not rearranging my
code to be what I think is more optimal in ways that seem probably
TIT wrote:
Can you give a concrete example?
Le samedi 19 octobre 2013, Kendall Shaw a écrit :
With clojure in particular, I am having trouble not rearranging my
code to be what I think is more optimal in ways that seem probably
not practical. I've noticed myself doing that w
Optimizing too much for readability, can't be well worth doing, I think.
It's a contradiction in terms. Watching out for changes that make the
code shorter instead of more readable seems like useful advice and maybe
a sign that I am "optimizing" too much. I'm pretty sure I could figure
out a wa
On 5/1/2013 5:46 PM, James Thornton wrote:
...
Before I realized my bad habit, I would contort my left hand to hit
"Ctrl Alt x" -- this feels awkward and if you do it enough times over
the years the repetitive stress builds up. A better way is to use both
hands. This may seem obvious to those
10 matches
Mail list logo