Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not everyone with ADHD struggles with small heap size.

Even if I have a smaller total heap size (maybe), personally my hyper focus allows me to nearly dedicate all the heap space to the specific task at hand. I probably outperform neurotypical people here. I just can't have anything else in my head. Task switching kills me.

So it is hard to say cause everyone is a bit different.

For me the interactive, REPL-based workflow makes my ADHD brain very happy. Always having a program running is really nice.

Plus immutability makes it much easier to reason about things.

I do like static typing as well and I could see how it might help. I strongly believe that gradual typing allows for the best of two worlds, so that you can do both exploratory, interactive programming and type driven programming, depending on your needs.

Not sure how well the solutions for gradual typing in Clojure work though. I have only experience with Common Lisp. Coalton might the exactly what you need: https://github.com/coalton-lang/coalton



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: