Create a Google Talk bot with Node.js: Part One
simonholywell.com
Create a Google Talk bot with Node.js: Part One
1–7 of 7 posts
Re: Create a Google Talk bot with Node.js: Part One
#2Re: Create a Google Talk bot with Node.js: Part One
#3It would be really great if Google supported persistant char rooms like IRC. That would make these kinds of bots really usefully.
Re: Create a Google Talk bot with Node.js: Part One
#4"The current implementation of const is a Mozilla-specific extension and is not part of ECMAScript 5."
https://developer.mozilla.org/en-US/docs/JavaScript/Referenc...
Re: Create a Google Talk bot with Node.js: Part One
#5While 'const' is cute, it's not a standard feature: "The current implementation of const is a Mozilla-specific extension and is not part of ECMAScript 5." https://developer.mozilla.org/en-US/docs/JavaScript/Referenc...
Re: Create a Google Talk bot with Node.js: Part One
#6While 'const' is cute, it's not a standard feature: "The current implementation of const is a Mozilla-specific extension and is not part of ECMAScript 5." https://developer.mozilla.org/en-US/docs/JavaScript/Referenc...
[deleted]
It's called ECMA.
"V8, the engine powering Node.js, does offer support for it."
There's no guarantee that const will be used in the same way in the future. I bring this up because of the bevy of articles that discuss the express framework (remember when it shifted major version number?) and other frameworks that have seen backwards-incompatible changes.