Viewing profile — karols
karols
HN member- Joined
- Mon, Jan 26, 2015, 5:53 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About karols
No profile information was provided.
Recent public activity
-
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…
-
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).
-
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…
-
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,…