Live data from Hacker News

Viewing profile — seanstrom

seanstrom

HN member
Joined
Mon, Aug 24, 2020, 7:29 PM UTC
HN karma
27
Public activity
15 items

About seanstrom

No profile information was provided.

Recent public activity

  1. comment
    Comment #34850930

    Not a lisp apologist haha, but I think Clojure tries to use fewer smooth parens “()” in general. Square parens “[]” and curly parens “{}” are used to help with things like variable…

  2. comment
    Comment #32577330

    I wonder if building a custom language is a simpler way to optimize stuff later on? For example, Unity uses C# but then you need either all of Mono at runtime or something like IL2…

  3. comment
    Comment #32302613

    For a moment I thought this was my fault because I had just asked for a free academic license, and somehow that would be the final straw :( I was very excited to start reading the …

  4. comment
    Comment #31281812

    Awesome resources! On a side note have you tried the Rescript [0] or Reason [1] programming languages? They both are based on OCaml and compile to JavaScript. [0] https://rescript-…

  5. comment
    Comment #31202391

    Yeah these are good points. I guess we could also add AI to the list (AI before ML), since it also has use of calculus I think. I’m now wondering whether to consider both of these …

  6. comment
    Comment #31202069

    Hey I was wondering what maths are at the foundation of computer science. Could you explain which ones you think are at the foundation? For context, I’m not sure something like cal…

  7. comment
    Comment #31056698

    As a fan of ML family languages I have a question for SML lovers. What do you typically build with SML? For context, I’m web programmer and I’m also learning game dev, can I use SM…

  8. comment
    Comment #30949950

    I keep seeing comments about static html vs generated html. So I have a question (please respond): Why can’t we just run the example Deno program to generate snapshots of html? It …

  9. comment
    Comment #29942150

    I’m in the same boat, I’m learning game engines and so many libraries are in C++. It feels impossible to use Rust or Zig, but I have hope I can use Nim. It can compile to C++ and h…

  10. comment
    Comment #29728831

    Not sure how to exactly to build a "generator" either, but it seems that it would be a build rule that generates multiple outputs from multiple inputs right? If that's the case the…

  11. comment
    Comment #29719876

    Please someone mention Tup and how it can be a reasonable build system. I’ve heard the Fuse dependency is not ideal, though I felt it had a nice UX experience with the Lua config. …

  12. comment
    Comment #29401503

    I think they meant his psychological analysis of Disney movies that are on YouTube. Not JP’s political lectures or etc.

  13. comment
    Comment #29197247

    Honestly, don’t really know much or care much about Svelte for my own use. But hearing that someone is going to be sponsored to work on their invention full-time is wonderful. Glad…

  14. comment
    Comment #28743503

    I really enjoy this style of humor. Especially when mocking micro benchmark culture and all of the weirdness that happens in those measurements. And fwiw it definitely seems good t…

  15. comment
    Comment #28001298

    Have a look at ProseMirror, let us know if this seems like what you want! https://prosemirror.net/