Live data from Hacker News

Viewing profile — colingw

colingw

HN member
Joined
Wed, Jul 29, 2020, 2:12 PM UTC
HN karma
206
Public activity
37 items

About colingw

No profile information was provided.

Recent public activity

  1. comment
    Comment #45103861

    Thank you for this. There is occasionally disagreement about what "Common Lisp" even means, and the spec is often cited, but as far as all of my posts, library work, and applicatio…

  2. comment
    Comment #45103253

    The original intent was that `simple-array`, on its own, is not related to `string`. The referenced type hierarchy makes this clearer: https://lispcookbook.github.io/cl-cookbook/st…

  3. comment
    Comment #44961388

    This was also my impression when reading the article, as someone who uses Sly heavily, every day. I can't imagine not having in-editor access to functionality like recompiling the …

  4. comment
    Comment #44723889

    No Emacs entry under editors, and no Clojure in the languages section? Somebody on the survey team had a bone to pick.

  5. story
  6. comment
    Comment #44438224

    Fixed, thank you.

  7. comment
    Comment #44438189

    Thanks for this! I'll look into compressing the `.exe` down. With regards to licensing, I think I'm okay. Raylib itself is permissive, and I own the rest of the dependencies (save …

  8. comment
    Comment #43923133

    Thanks for the tip. I double-checked, and while there is no difference between 0 and 1 for SBCL and ABCL, there is a slowdown for ECL. I've elaborated here: https://www.fosskers.ca…

  9. comment
    Comment #43920841

    A gem from my grandmother's kitchen.

  10. comment
    Comment #41531149

    I have being using Trial[1] for the past few weeks to test out game development in Common Lisp, and have been having a great time. Being able to alter (almost) all aspects of your …

  11. comment
    Comment #41527381

    This is the Trial game engine[1]. I've been using it recently to making a small game[2], and can say it's quite nice to be able to hot reload functions to test logic, collisions, e…

  12. comment
    Comment #39198264

    Not so for Clojure, there's great integration for both the Vim family and VSCode.

  13. comment
    Comment #39187514

    I should make it clear that I haven't left Rust; I write it every day professionally. I transitioned from Haskell to Rust to capture efficiency and small binaries. Since I'm in the…

  14. comment
    Comment #39187314

    The questions were originally posed by a Doom Emacs community member, so I answered them as-is. The site is designs as it is because I'm not a frontend guy xD

  15. comment
    Comment #39187307

    CL-embedded langs like Coalton and April are mentioned in the article.

  16. comment
    Comment #39185679

    If the Stackoverflow Dev Survey is to be believed, CL and Clojure devs actually make decent money.

  17. comment
    Comment #39185663

    To be the most fair, Fennel 1.4 recently released with an `assert-repl` form that opens a repl when some assertion fails, in which you can inspect local variables, etc. That's gett…

  18. comment
    Comment #39184445

    The Clojure Slack has active channels for both job posters and job seekers.

  19. comment
    Comment #39184400

    Manual recursion often isn't needed. You can get basically all of what you want from Transducers: https://github.com/fosskers/cl-transducers

  20. comment
    Comment #39184390

    Hi. I actually left Haskell for Rust. And when I say "left", I mean I don't start new projects in it. I still maintain my libraries. I wrote Haskell for 10 years or so, both FOSS a…

  21. comment
    Comment #39184313

    Yes, it's more than just about the language itself, as I describe here: https://www.fosskers.ca/en/blog/software-dev-langs For some people, community signals are very important. Ma…

  22. comment
    Comment #39184282

    Yes, although that solution can't yet be said to be "push button". My impression is that there are a decent amount of people who want non-JVM, native Clojure. Hence efforts like Ja…

  23. comment
    Comment #37461011

    If you're looking for Transducers in other Lisps, I'm working on a porting-and-API unification project here: https://sr.ht/~fosskers/transducers/sources Note that the Emacs Lisp va…

  24. comment
    Comment #33241536

    I hope they find the ruins of Numenor soon.

  25. comment
    Comment #30156583

    Rust's `cargo` kicks the crap out of either of them.