Live data from Hacker News

Viewing profile — karols

karols

HN member
Joined
Mon, Jan 26, 2015, 5:53 PM UTC
HN karma
3
Public activity
4 items

About karols

No profile information was provided.

Recent public activity

  1. comment
    Comment #46861069

    Location: Bratislava/Slovakia Remote: Yes Willing to relocate: No Technologies: Rust, Erlang/Elixir, Distributed Systems, Performance sensitive systems, Linux, ... Résumé/CV: https…

  2. comment
    Comment #18144590

    They are computationally equivalent. Except that you can't typecheck actor calculus (since you can send anything to an actor) but you CAN typecheck pi calculus (channels).

  3. comment
    Comment #9455050

    It's not entirely that bad in CL: (locally (declare (optimize (safety 3))) (defun list-int-p (list) (every #'integerp list)) (deftype list-int () `(satisfies list-int-p)) (defun xx…

  4. comment
    Comment #8948438

    For modelling to work generally (in most/all domains), you need some underlying paradigm all these models can be translated into. For excel, it's grid based dataflow, (for example,…