Live data from Hacker News

Viewing profile — suskeyhose

suskeyhose

HN member
Joined
Thu, Feb 28, 2019, 1:36 AM UTC
HN karma
75
Public activity
14 items

About suskeyhose

No profile information was provided.

Recent public activity

  1. comment
    Comment #37827750

    SHOUT_CASE is truly the inferior way to refer to SCREAMING_SNAKE_CASE

  2. comment
    Comment #35924832

    It was intended to be this but it was only after the name was established that the author realized that N doesn't come after L.

  3. comment
    Comment #33812432

    This is kinda my point tho, CL's symbols are the same as Clojure's vars for this purpose. And the comparison between generic functions and multimethods is obvious and correct here …

  4. comment
    Comment #33812404

    The idea is such a long lasting loop would take the function object as an argument and call it repeatedly. Recursive or not (tho in clojure's case definitely not, no tail call opti…

  5. comment
    Comment #33807568

    So I am no stranger to CL, but the problem solved in the article isn't actually one that's solved by evaluating less than the whole file at once, and in fact I didn't tell anyone t…

  6. story
  7. comment
    Comment #27165091

    I was dissatisfied with existing Java compilation tools on the Clojure CLI because they all required build scripts or calls to the eval part of the CLI. So I made americano, for wh…

  8. story
  9. comment
    Comment #26909396

    The unwinding mechanism that it uses extends from java.lang.Error, which means most catch blocks in Java code won't catch them, which means it should interact with Java libraries j…

  10. comment
    Comment #26852371

    farolero is a full, thread-safe implementation of Common Lisp conditions and restarts for Clojure. Most of the other implementations are incomplete or fail in cases related to thre…

  11. story
  12. story
  13. comment
    Comment #19268371

    I've written a Discord API wrapper library in Clojure. There've been quite a few of these, but so far this one is the most complete, having full support for sharding, rate-limit ha…

  14. story