top | item 7214579 (no title) bcambel | 12 years ago Python is already functional enough, it's the brain behind the keyboard wasn't that much functional before ( that was me ) discuss order hn newest Tuna-Fish|12 years ago Imho it lacks good types. Python with the clojure collections as default types would be awesome. anaphor|12 years ago Okay, well at least you can add a proper distinction between variable binding and assignment (let vs. set!) if you have macros, but that doesn't really make it more functional, just better. emidln|12 years ago Well, you could implement proper distinction. let and setv both compile to setattr() in the current scope right now.
Tuna-Fish|12 years ago Imho it lacks good types. Python with the clojure collections as default types would be awesome.
anaphor|12 years ago Okay, well at least you can add a proper distinction between variable binding and assignment (let vs. set!) if you have macros, but that doesn't really make it more functional, just better. emidln|12 years ago Well, you could implement proper distinction. let and setv both compile to setattr() in the current scope right now.
emidln|12 years ago Well, you could implement proper distinction. let and setv both compile to setattr() in the current scope right now.
Tuna-Fish|12 years ago
anaphor|12 years ago
emidln|12 years ago