Viewing profile — dsemi
dsemi
HN member- Joined
- Wed, Jul 05, 2023, 6:34 PM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About dsemi
No profile information was provided.
Recent public activity
-
comment
Comment #36649440
Python type annotations were added to be used by an external type checker, so no they are not enforced by the interpreter itself. This was an explicit decision: https://peps.python…
-
comment
Comment #36649406
> I don't see the difference honestly. both are pretty loose. There's a clear difference, in PHP 1 + "1" is 2, in Python it's a TypeError, (and as a bonus, in Javascript 1 + "1" is…
-
comment
Comment #36604975
Would be interested to see how cl-ppcre compares as I've often heard people praise its performance.