Viewing profile — olzd
olzd
HN member- Joined
- Mon, Oct 30, 2017, 12:44 PM UTC
- HN karma
- 43
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About olzd
No profile information was provided.
Recent public activity
-
comment
Comment #48240657
Are you aware this is satire?
-
comment
Comment #28260714
Probably Brzozowski’s derivative of regular expressions, e.g https://matt.might.net/papers/might2011derivatives.pdf
-
comment
Comment #21345108
How nice of you to copy/paste my reddit comment!
-
comment
Comment #20938183
You type 'proc' and let the editor autocomplete that for you: this is a long solved issue.
-
comment
Comment #20607028
I like the parens for the structured editing they allow. Also, you don't need parens to be homoiconic.
-
comment
Comment #18095783
The -O3 switch removes a recursive call, among other things ( https://godbolt.org/z/oS3Cju ).
-
comment
Comment #18077984
> When I get a request for something slightly different, I almost have to start from scratch. You don't really start from scratch though (at least I don't): most of the time you ca…
-
comment
Comment #18074510
I disagree: it's not that hard to gradually get to a solution via the REPL.
-
comment
Comment #17973038
Actually there is: be a EU resident. It's even explicitely stated there.
-
comment
Comment #17448297
> Reading and understanding the Idris proof is actually more work than understanding the untyped Python version, therefore it's actually harder to say whether it's correct or not i…
-
comment
Comment #17444245
If only people could properly argument...
-
comment
Comment #17443865
Latest release is June 28, 2018. SBCL REPL kinda sucks by itself but nobody uses it that way.
-
comment
Comment #17443819
I hope you realize the Idris code actually prove that the list will be correctly sorted, unlike your python code.
-
comment
Comment #17440790
Yeah, you managed to link a comment with some code (although I agree it looks useless)... I expected a github link to some lib relying on undocumented macros. > I don't know what's…
-
comment
Comment #17440167
Alright, do you have an actual example to show?
-
comment
Comment #17440127
Come on. A lack of tests or documentation isn't specific to Lisp. TBH, I'd rather use a well-designed DSL than a shitty API.
-
comment
Comment #16904179
So? If you want a lightweight app, both JavaFX and Electron are bad.
-
comment
Comment #15584569
Idris certainly is nice but I doubt anyone uses it for real stuff.