Live data from Hacker News

Viewing profile — django77

django77

HN member
Joined
Fri, Feb 08, 2019, 8:13 PM UTC
HN karma
51
Public activity
20 items

About django77

No profile information was provided.

Recent public activity

  1. comment
    Comment #47997388

    I was thinking about a general experience of working with null/nil. Clojure has nil punning which makes sense in the context of the language (lisp variant) and can be nice to work …

  2. comment
    Comment #47993775

    Is the productivity 2x all across the board, or are there some parts that are less productive with Rust? Also, what do you mean by write-only?

  3. comment
    Comment #47993698

    I agree that this can be nice when done right (Clojure), but null is a high price to pay for this convenience. I must admit I’ve never had this problem in application development. …

  4. comment
    Comment #46701327

    Some societies can be stable for a while, but all of them eventually become unstable, collapse, and make room for new ones.

  5. comment
    Comment #30715495

    This is not necessarily the case for every programming language. Plenty of them are first-class citizens in Emacs and only decent in VS Code, languages like Clojure and Haskell com…

  6. comment
    Comment #27389844

    It's weird to dismiss something so easily after seeing it for the first time. Maybe you should give it more time.

  7. comment
    Comment #27233056

    You never start completely new, you always carry your previous experiences and knowledge you gained. This will be valuable to your progress even if it doesn't seem relevant right n…

  8. comment
    Comment #27166787

    This is correct, but there are some guarantees such as the result will be an array of the same length, mapping function will be called for each element, function itself can be more…

  9. comment
    Comment #27166581

    I've usually seen more complexity with single for loops and having complex logic mixed with imperative approach also makes it a lot harder to read. Array methods convey meaning a l…

  10. comment
    Comment #26505951

    Can you really make glass window that much more complex? It's still the same molecular structure with maybe a more complicated shape, but how it interacts with the outside world is…

  11. comment
    Comment #26435211

    I don't think FP has anything to do with how data is represented, it's more related to how we operate on that data.

  12. comment
    Comment #25664665

    You can try contemplating about why there ought to be any meaning in the first place. Once you come to terms that the universe isn't obligated to provide anything to you, I think y…

  13. comment
    Comment #22299061

    If you already have some experience with React, Node is probably the best choice. It's in high demand, and it's always nice to have one language on both backend and frontend. Angul…

  14. comment
    Comment #21452859

    Because when you start learning, you learn what is popular - in my case that was OOP principles in python and javascript. Only later on I learned about functional programming throu…

  15. comment
    Comment #21388358

    Javascript at work, Clojure for my side projects

  16. comment
    Comment #20655010

    > students are oblivious to what actually happens in real world. Is Node not happening in the real world? Most job ads I see look for node, far more than python or php, so it makes…

  17. comment
    Comment #20614595

    Try this: https://www.braveclojure.com/clojure-for-the-brave-and-true/

  18. comment
    Comment #20149135

    At least with vim/emacs you have certain stability and proven record that they'll be around in 5 years and all the time you invest in it will pay out. For vscode, who knows what th…

  19. comment
    Comment #19759419

    If everybody listened to advice 4 it would conflict with advice 5

  20. comment
    Comment #19118256

    I don't think this is a very productive pathway, and it will take a long time. Rust and Assembly is also probably a poor choice for somebody who is starting to learn web dev, and a…