Live data from Hacker News

Viewing profile — lukashrb

lukashrb

HN member
Joined
Thu, Jun 04, 2020, 8:02 PM UTC
HN karma
154
Public activity
56 items

About lukashrb

No profile information was provided.

Recent public activity

  1. comment
    Comment #47686062

    I thought the same for a long time and it really discouraged me. My natural pitch recognition is pretty bad. What helped was starting with very simple melodies and songs, so I coul…

  2. comment
    Comment #47584170

    Every time I write another DTO → domain → DB mapping layer in Kotlin/TypeScript, I think about Clojure. I’m pretty grateful I learned it. It really changed how I think about softwa…

  3. comment
    Comment #37009758

    Picking up Clojure was the best learning experience I've had in my professional life. Rich is inspiring; I wish him all the best.

  4. comment
    Comment #34760523

    > but it gets in the way when you're rapidly prototyping and exploring. If you prototype a new features for an existing system, a test let you execute only the code you actually ne…

  5. story
  6. comment
    Comment #33887411

    There is this book "Drive The Surprising Truth About What Motivates Us" which makes the same point, they also cite some studies about this.

  7. comment
    Comment #33809072

    As I understand, implicit joins are another selling point

  8. comment
    Comment #33297562

    I'm really greatful for clojure to exist. It exposed me to a lot of concepts and gave me a new perspective to think about problems, which in turn helped me to grow tremendously as …

  9. comment
    Comment #33297327

    Could you specify, what you mean by "refactor large codebases"? > compiler telling you if the pieces still fit together? You still write tests in scala do you?

  10. comment
    Comment #33095611

    > and because it is statically typed with a decent type system, you can refactor quite safely in general. I wish that would be true. Would make my current job a lot easier.

  11. comment
    Comment #32460303

    Are there any examples for 2 and 3 openly accessible? While I grasped the basic idea I lack the imagination how it would look in a real world system.

  12. comment
    Comment #31515906

    If I recall correctly: cisco threat grid is using core.logic

  13. comment
    Comment #30772229

    > I get paid to deal with requirements that change every bloody week because we have quick customer feedback In my experience this is something where clojure is exceptionally good …

  14. comment
    Comment #29163643

    Thank you.

  15. comment
    Comment #28976393

    If I understand you correctly, this i a general problem of functional data structures? > Clojure will always be slow, because it's not cache friendly. You always have the option to…

  16. comment
    Comment #28832519

    > Peter Norvig here. I came to Python not because I thought it was a better/acceptable/pragmatic Lisp, but because it was better pseudocode.[0] [0] https://news.ycombinator.com/ite…

  17. comment
    Comment #28505337

    The link is broken. Nevertheless I don't now much about the benchmarks but SBCL seems impressively fast.

  18. story
  19. story
  20. comment
    Comment #27644451

    You're absolutely right. I guess I mentioned pattern matching in particular because of the cited sentence from OP "I'm still waiting for pattern matching + algebraic data types". >…

  21. comment
    Comment #27643452

    Your are right! Thank you for correcting me.

  22. comment
    Comment #27643060

    For what its worth: People don't use dynamic language because they don't know better or never used a static language. To better understand what dynamic languages bring to the table…

  23. comment
    Comment #27559598

    I would really appreciate if someone takes the time to enlighten me how monads solve the problem.

  24. comment
    Comment #27386194

    Interesting take since Clojure and Java are two very different languages. And unlike for example Kotlin, Clojure does not try to be a better Java than Java. But true though Clojure…

  25. comment
    Comment #27281489

    Thank you and all contributern for your amazing work on clojurescript.