Fork me on GitHub
#off-topic
<
2017-10-11
>
agigao15:10:44

Hey guys, I have a bit unusual question - if you had a minor experience in Clojure back-end web apps and Incanter, more in Java, some with Python/C/R, Hadoop ecosystem how would have used 4 months of free time before going to the US? What would you have focused on?

lovuikeng15:10:53

@chokheli work on any project around the domain of your interest with the tools you enjoy most, learn as you go, language really is not that critical, it's the process that counts

Bravi15:10:54

@chokheli სალამი 😉

agigao15:10:15

ვაჰ, გაუმარჯოს

Bravi15:10:55

ძალიან იშვიათია ქართველი clojure-თან :დ 👍

agigao15:10:33

ჰო, კაი 3 წელი ვიძახე მაგრამ ვერავის ვერაფერი შევასმინე 😂

agigao15:10:38

საით ხარ, რას საქმიანობ?

ThadIsNOTFood15:10:45

@chokheli I completely agree with @lovuikeng, concepts and execution patterns (algorithms/data structures) are much more important than particular languages. If you know how to manage the data and translate it into the form that you want, the language you use is less meaningful in the long run.

lovuikeng15:10:08

cool, @bravilogy is here... Bravi practically taught himself, with help from clojurian channels, re-frame application development in less than a week with great result https://github.com/Bravilogy/colours-game-clojure/ You might learn something from there too @chokheli

Bravi15:10:33

actually it turns out that we share a fellow citizenry 😄

Bravi15:10:31

which is very seldom. I mean it’s seldom for a developer from my country to be interested in Clojure.. for some unknown reason. but yeah..

Bravi15:10:32

btw, @lovuikeng I’m adding more complexity to that game. my colleagues found it entertaining too haha

lovuikeng15:10:33

@bravilogy If you build it, they will come

tk20:10:58

I'm trying to l.earn how to use cider to examine sub expressions in debug mode. For example, suppose I have code:

(defn foo [x y z]
  (let [a (bar0 x y)
    b (bar1 y z)
    c (bar3 a b)]
  (+ a b c)))
then I fun (foo 2 3 4) .. and it gets the wrong answer. I want a way, in cider, where I can "step" into foo, then examine the values of a, b, c; as well as step into bar0, bar1, bar3 if I choose Is this possible with cider? I'm willing to pay $30.00 for a 30-min 1-1 video tutorial (you screen casting) showing me how to do this

tk20:10:15

Please PM me if you are interested. If you are an active contributor to clojure libs, I'm happy to pay upfront.

jsa-aerial23:10:13

@tkxue Yes, this is doable. Look here: https://github.com/clojure-emacs/cider/blob/master/doc/debugging.md and if you need more (and maybe that 1-1) try #cider