Live data from Hacker News

Viewing profile — skybagle

skybagle

HN member
Joined
Sun, Feb 22, 2015, 3:37 PM UTC
HN karma
1
Public activity
2 items

About skybagle

No profile information was provided.

Recent public activity

  1. comment
    Comment #9089741

    It's similar to Facebook's HipHop PHP to C++ transpiler (HPHPc). It was deprecated in favor of HHVM JIT technology.

  2. comment
    Comment #9089726

    Would be great if they'd also fix Python's dreadful non-threadsafe C API. The GIL and all the global variables impede multiple independent interpreter instance performance.