Live data from Hacker News

Viewing profile — rymndhng

rymndhng

HN member
Joined
Fri, Sep 14, 2012, 9:52 PM UTC
HN karma
46
Public activity
14 items

About rymndhng

github.com/rymndhng

Recent public activity

  1. comment
    Comment #21301216

    I started with Clojure but ultimately ended up using scheme. Clojure has built in solutions to some of the things that you’re asked in exercises which I think takes away from the e…

  2. comment
    Comment #10343335

    If we take away the `thing` that defines garment works (despite how unfulfilling we see the work), I hope that society does not leave these people behind to fend for themselves (an…

  3. comment
    Comment #10313720

    Please check out datomic! http://www.datomic.com/

  4. comment
    Comment #10293567

    Interesting. Another place where I've seen something similiarly done is for the Canadian Gov't. See https://github.com/wet-boew/wet-boew

  5. comment
    Comment #10076294

    I wish the website would link to this talk which gives some background on how they got to falcor. https://www.youtube.com/watch?v=hOE6nVVr14c

  6. comment
    Comment #10064641

    Some of my personal opinions is that the tooling is still kinda esoteric. For a regular Javascript project, there's nothing like including a script tag and hacking on the Developer…

  7. comment
    Comment #10061220

    Immutability doesn't have to be a discipline. It is the default when working with ClojureScript!

  8. comment
    Comment #10055670

    That's what I wonder as well. We've been inundated with mobile interaction for the last 7 sevens that maybe it's ok to start peeling off some of the layers. If you started with the…

  9. comment
    Comment #9984818

    If your library is written in pure Clojure (no reliance on Java) it's fairly trivial with Clojure 1.7's Conditional Readers. Here's an example of a repository that I've repurposed …

  10. comment
    Comment #9800300

    I'm still waiting for stable tooling support. With Clojure 1.7, the introduction of Reader Conditionals via `.cljc` is a step in the right direction. The tooling still isn't quite …

  11. comment
    Comment #9785820

    Totally agree with the point of pen/paper. Something that compliments that approach is in-code annotation. Recently, I've recently been trying out https://github.com/bastibe/annota…

  12. comment
    Comment #8781487

    Sweet! I've been learning cljs/om and one problem I had while going through tutorials is understanding where to put your state, where and why. This answer on Stackoverflow helped m…

  13. comment
    Comment #7680728

    It depends. One thing that I thought is an interesting feature of Spring, is that it allows the framework to inject code between your dependencies like decorators. This allows them…

  14. comment
    Comment #7149556

    My thoughts the same. Frontend dev is too forgiving as an interactive playground that I tend to iterate on the solution by getting some feedback from feeling things out rather than…