Live data from Hacker News

(next Rich)

clojure.org

81–90 of 158 posts

Re: (next Rich)

#81
A lot of people have mentioned Rich's inspiring talks over the years. Any particular videos folks would like to share?

Re: (next Rich)

#82
Rich has to be my favorite thinker in this space, absolutely love his talks and the way he articulates things, and I often draw from his philosophies in my work

But, I've always been turned off to Clojure by the lack of static typing (I know spec exists, but it's not really the same thing). I did a little project once to try it out, and even there I found myself spending time debugging basic issues like passing the wrong number or wrong kinds of arguments to functions

Can somebody sell me on it? I feel like I'm the target audience

Re: (next Rich)

#83

The word congratulations came into English from Latin, where it was formed by combining prefix com-, meaning with, to gratulari, meaning "give thanks" or "show joy." Gratulari is derived from gratus, as is gratitude. Gratus means "pleasing," "thankful." Having only had the good fortune to meet you in person a few times: Congratulations, Rich. You have my deepest gratitude. It fills me with great joy to know you are t…

Few people capture this spirit like the classic "Congratulations" video from Big Man Tyrone.

While it has gone through the revolutions from sincere, to sarcastic in intent, to back again, I believe the inherently joyful attitude underpinning the original video carries the buoyishly optimism of sincere joy.

Re: (next Rich)

#84
Problem-solving by Cognitect's standards has transformed Nubank and my approach to work. Thank you for your time here, Rich. I greatly appreciate the knowledge I've gained while collaborating with your Cognitect colleagues.

Re: (next Rich)

#85

I wrote my first trading system in Clojure because a few of the libraries we relied on were in java. It was 2011 and I'd had about 3 years of lisp experience. I got a bit of side eye from people when I told them I was using a relatively new programming language but the fact that it was based on the JVM, which alot of HFT firms were using helped make the case. We didn't use if for more than a few years before it was r…

I suppose you couldn't convince your employer to let you use an embeddable Scheme interpreter for the DSL?

Re: (next Rich)

#88
Best of luck in what follows! Clojure was the first Lisp I had ever learned. It was really easy to pick up and be productive with. It was data science I tried to use it for where it quickly runs into a myriad headwinds but it is a beautiful language all the same.

Re: (next Rich)

#89

Rich has to be my favorite thinker in this space, absolutely love his talks and the way he articulates things, and I often draw from his philosophies in my work But, I've always been turned off to Clojure by the lack of static typing (I know spec exists, but it's not really the same thing). I did a little project once to try it out, and even there I found myself spending time debugging basic issues like passing the w…

clj-kondo helps with catching those types of errors. it works really well

https://github.com/clj-kondo/clj-kondo

Re: (next Rich)

#90

I wrote my first trading system in Clojure because a few of the libraries we relied on were in java. It was 2011 and I'd had about 3 years of lisp experience. I got a bit of side eye from people when I told them I was using a relatively new programming language but the fact that it was based on the JVM, which alot of HFT firms were using helped make the case. We didn't use if for more than a few years before it was r…

I suppose you couldn't convince your employer to let you use an embeddable Scheme interpreter for the DSL?

Well the performance hit alone would be a non starter.
Post reply on HN