Viewing profile — muflax
muflax
HN member- Joined
- Fri, Dec 24, 2010, 2:44 PM UTC
- HN karma
- 17
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About muflax
No profile information was provided.
Recent public activity
-
comment
Comment #12276921
How do you discover problems that regular people have? Especially because what most businesses actually do on a daily basis, and what annoying problems they have, is totally invisi…
-
comment
Comment #12065607
Perl is explicitly postmodern. Here's Larry Wall explaining it: http://www.wall.org/~larry/pm.html
-
comment
Comment #11731858
Thanks! I vaguely remembered there being some problems with that, but playing around with it, it works fine and as I'd expect. Sweet! Gotta revisit CL soon then.
-
comment
Comment #11715580
How does static type checking work in CL? One of the most important use cases for static typing is safe modification of existing code, like during refactoring. So a typical example…
-
comment
Comment #11115198
How does PHP have dynamic scope? It's been ages since I touched it, but if I remember right... Global is just a flat namespace. Functions have their own, separate flat namespace ea…
-
comment
Comment #11114557
What languages without lexical scope are you thinking of? Aside from literally only (pre-Common and Emacs) Lisp, I can't think of any language without lexical scope (outside some c…
-
comment
Comment #10793654
Which ones?