Viewing profile — dc0d
dc0d
HN member- Joined
- Wed, Mar 27, 2013, 8:35 PM UTC
- HN karma
- 9
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About dc0d
No profile information was provided.
Recent public activity
-
comment
Comment #39292062
Thank you for the reference (not finished it yet). Worth mentioning functions that can error, should follow the {:ok, response} | {:error, reason} pattern. Because if such a functi…
-
comment
Comment #39290267
> There’s a cultural split between Erlang and Elixir that makes life harder than it needs to be. On that note I have witnessed: "Finding Erlang developers was hard. And I hated Eli…
-
comment
Comment #25780514
"There are only two kinds of languages: the ones people complain about and the ones nobody uses." ― Bjarne Stroustrup, creator of C++ programming language The fact that Elixir is g…
- story
- story
-
comment
Comment #16301447
Mostly. But since it is possible to replace/redefine the functions and methods too, it's a bit more capable than that and one can "override" methods or redefine functions.
-
comment
Comment #16299205
goreuse takes Go, modifies the AST by replacing those parts that are needed to be customized and generates a Go source that is specialized for concrete types. It is "go generate" c…
- story
-
comment
Comment #15290754
I have to do web projects from time to time and every time, I reinvented this wheel. Finally got the time to put it together. Might come in handy for somebody else too.
- story
- story
- story