Viewing profile — lukashrb
lukashrb
HN member- Joined
- Thu, Jun 04, 2020, 8:02 PM UTC
- HN karma
- 154
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About lukashrb
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
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…
- story
-
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.
-
comment
Comment #33809072
As I understand, implicit joins are another selling point
-
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 …
-
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?
-
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.
-
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.
-
comment
Comment #31515906
If I recall correctly: cisco threat grid is using core.logic
-
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 …
-
comment
Comment #29163643
Thank you.
-
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…
-
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…
-
comment
Comment #28505337
The link is broken. Nevertheless I don't now much about the benchmarks but SBCL seems impressively fast.
- story
- story
-
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". >…
-
comment
Comment #27643452
Your are right! Thank you for correcting me.
-
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…
-
comment
Comment #27559598
I would really appreciate if someone takes the time to enlighten me how monads solve the problem.
-
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…
-
comment
Comment #27281489
Thank you and all contributern for your amazing work on clojurescript.