Viewing profile — heron87
heron87
HN member- Joined
- Wed, Dec 04, 2013, 12:36 PM UTC
- HN karma
- 14
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About heron87
No profile information was provided.
Recent public activity
-
comment
Comment #7552091
No offense intended. I just have a slightly different understanding of a "scripting language": a — often domain-specific — language that is merely used to write small scripts/macro…
-
comment
Comment #7551876
Ehm, Python is not a "scripting language". It is a — as you said — general purpose programming language. And it is becoming more and more popular for scientific applications, where…
-
comment
Comment #6959894
I believe "high quality PHP" is an oxymoron. It's just impossible to be aware of all the pitfalls PHP contains. Here is just one example among many: > if( '33333333333333333333' ==…
-
comment
Comment #6846859
Not sure what you mean by "memory requirement" and "theoretical time". If you don't access the memory, what do you mean by saying you "need" it? If a turing machine — or a computer…
-
comment
Comment #6846509
A definition of P indeed does not require a restriction on memory use. But the definition implies a restriction on memory: a polynomially bounded (in time) machine cannot use expon…