Live data from Hacker News

Viewing profile — spacebat

spacebat

HN member
Joined
Tue, Sep 15, 2015, 11:43 PM UTC
HN karma
9
Public activity
6 items

About spacebat

No profile information was provided.

Recent public activity

  1. comment
    Comment #12861243

    A public company may not be able to, because the board may be sued for doing things that do not increase shareholder value in the short term?

  2. comment
    Comment #12861227

    everyone has access to products the consumption of which threaten the ecological underpinnings of the society in which they live, but generally consume more of these products anywa…

  3. comment
    Comment #11580729

    He mentions funcallable instances in the talk. Here's a toy example of such a creature: https://gist.github.com/spacebat/a2805737477ab330334edd1361b...

  4. comment
    Comment #11579435

    Robert Smith gave a nice presentation involving using the MOP for defining abstract, final and singleton classes. Then he goes down a rabbit hole of user-defined JIT compilation: h…

  5. comment
    Comment #11577839

    Ah, it wasn't list, it was append. Though list would be fine if each mixin contributes no more than one item, I wanted mixins to be able to contribute more if necessary, so they al…

  6. comment
    Comment #10223829

    I believe that the Marpa parser may be what you're looking for. A C library with the most refined API in Perl5, improvements are in the works to make it easier to produce interface…