Live data from Hacker News

Viewing profile — ejbs2

ejbs2

HN member
Joined
Thu, Apr 28, 2016, 2:06 PM UTC
HN karma
82
Public activity
9 items

About ejbs2

No profile information was provided.

Recent public activity

  1. comment
    Comment #12244337

    The treap, aka what people should learn instead of red black trees (because they're a lot simpler with similar performance).

  2. comment
    Comment #12244324

    How are fingerprint's supposed to be generated? Just another hash?

  3. comment
    Comment #11708813

    Hey man, writing bindings for Vacietis so you can call clx as XLib right now :)

  4. story
  5. comment
    Comment #11639738

    That's not really equivalent to what Rebol does or what my stuff does. What do you do when you want to unbind msg? Or when you want to carry around your bindings with you and chang…

  6. story
  7. comment
    Comment #11590256

    Meh, not necessarily. Lazy by default gives you a lot of good stuff. We shouldn't assume that macros can't be done better anyway.

  8. comment
    Comment #11588975

    So this was a very interesting post. I would like to note that we can actually do something like definitional scoping in CL too :), but we need to write it ourselves! We would do t…

  9. comment
    Comment #11588932

    More like: If possible, then don't define a macro. You should use macros as much as possible.