> Unless coffee script fixes its "implicit local variable is global if the names match and just dont take care to not accidently name it equally" I will not touch it with a long stick.
I and a number of other coffeescripters have been bitching about this over and over. So far we haven't budged the BDFL. However, there is a pretty simple workaround. You can use the var statement by using backticks which passes it through to the javascript: `var x;` I use this all the time. It isn't even that ugly. If you are ignoring coffeescript because of this then that is a shame. I use absolutely nothing but coffeescript and I can't imagine living without it. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
