Viewing profile — yoo-interested
yoo-interested
HN member- Joined
- Sun, Jul 06, 2014, 4:53 PM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About yoo-interested
No profile information was provided.
Recent public activity
-
comment
Comment #8093182
This reminded me of gotchas one can fall to when defining some Lisp macro from scratch. So I decided to test whether rotatef works exactly like Python's multiple assignment: (let (…
-
comment
Comment #8013543
I think the idea is to see whether the interviewee is a kind of person who always googles and reads on "gotchas of language X" whenever he/she learns X.
-
comment
Comment #8009841
> to no longer have functions be first class objects? There are other dynamic languages with functions as first class objects which don't share the "mutable default arguments" gotc…
-
comment
Comment #8009791
Speaking of find\_item, is the `for..else` loop (which can be used to write find\_item in another way) considered Pythonic? I personally like `for..else` loops but I don't know whe…