Viewing profile — luismgz
luismgz
HN member- Joined
- Fri, Jan 22, 2010, 4:59 PM UTC
- HN karma
- 17
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About luismgz
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #3859495
My first reaction to Dart was "jeez, yet another c-like, java[script] clone". I hated it, I want a world without stupid braces and semicolons. It doesn't seem to bring anything new…
-
comment
Comment #2924835
> I wish something similar could be developed for Ruby. There's something like Pypy for Ruby already: It is Pypy itself. Pypy is a framework for implementing jitted dynamic languag…
-
comment
Comment #2750438
1) Is the JIT standalone? No easy answer. Pypy is a complex project, not just a python implementation. Pypy is a complex toolchain, a framework, for implementing dynamic languages.…
-
comment
Comment #2689352
I love cs with all my heart. It makes client-side programming fun and enjoyable. It made me forget my dream of having someday python running in the browser. Cs is just as good. My …
-
comment
Comment #2686324
Now seriously, it's not just the way it looks. If you never spent at least half an hour playing with a language such as python or ruby, you will probably never know what is it that…
-
comment
Comment #2684588
You can still use parenthesis if you find them more readable. Coffeescript won't complain.
-
comment
Comment #2683881
Alright, I buy your argument. Now go and do everything in assembler, right now. Deadline is yesterday. What are you looking at?? Go!!!
-
comment
Comment #2683861
What's the problem with the extra compilation step? You can simple use coffeescript by adding "script type=text/coffeescript" tags to your code while developing, and when you are d…
-
comment
Comment #2683841
Dude, this poll is useless. If someone is voting here, chances are that he was looking for info on coffeescript, so he is already aware of this slanguage and is interest in it. The…
-
comment
Comment #2676452
Not just a hack. Recognized developers such as Brendan Eich (creator of javascript) or Douglas Crockford (author of Javascript: The Good Parts) say that Coffeescript is good stuff.…
-
comment
Comment #2501757
Many people seem to ignore that pypy is not a new project. It's been on the works for more than 8 years now.
-
comment
Comment #1098497
I agree with Mike Pall's view. And the current crop of Javascript engines proves that too. Simplicity wins over complexity. Although I still hope pypy will deliver on its promisses…
-
comment
Comment #1071359
Thanks. That's a very good answer :-)
- comment
-
comment
Comment #1070049
Sorry but I need to know this: What does "Pony" mean in a nerdy-geek humor context?
-
comment
Comment #1070024
Very simple: this is a PEP to improve the state of "Cpython" (this is the main python implementation right now, and has been since the invention of python). Pypy, on the other hand…