divs1210

↗ HN profile [ 66.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi, HN! Author of libgoc here. I made a CSP library in C along with async I/O and HTTP client/server layers. It is blazing fast, beating Go and Clojure at several benchmarks. The library is stable, and has an extensive…

  2. Hi! I'm the author of libgoc. libgoc provides a Go - like runtime in portable C. It is basically C + GC + threadpools + goroutines + channels + goroutine-aware-mutexes. It's built on top of: - Boehm GC - libuv for async…

  3. A JVM in Java called Espresso is in the works under the Graal umbrella. I believe it has the potential to surpass Hotspot in terms of performance. This paper:…

  4. I often wonder how one-man projects like Gambit/Chicken Scheme come with static compilers that produce small and efficient binaries but in the world of mainstream languages like Python/Ruby/JS this is basically unheard…

  5. * The JVM compiles bytecode to native code on the fly * Lisp implementations like SBCL take an expression entered at the REPL, compile them to assembly, and insert it into the running process How does this work? I think…

  6. Putin on ISIS (youtube.com)
  7. POPO FSM (github.com)