Aurélio A. Heckert
Aurélio A. Heckert
+1 @drarmstr
Well, we can consider this year the environment is not node itself, but this sandbox. I believe the `sandbox-io` may be called by `require('socket.io')` inside the sandbox, also the same...
Good! But we must to consider the time. For this year we may code it in only one server and only one room. For the next year we can make...
I don't know if we can do it for 2014 competition, but that is may proposal: 
Well... I was thinking in an API for games inform things like winners and records... So your proposal fits nice. :-) But... for now (2014), the game must be responsible...
@gheja game lobby has no chat, but is working, listing games now. :-)
Vows test: ```coffeescript topic: ''' {value} ''' 'do not missunderstand JSX': (source) -> config = { spacing_after_comma: { level: 'error' } } errors = coffeelint.lint(source, config) console.log errors ``` Outputs:...
What about to enable compiler plugins for parsing (tokenizer, lexer) and output? So we don't need to fork coffee when new ideas come.
I like the idea of use an extension to define which plugin to use. This will be perfect to typed coffee. However i believe the user may have a good...
Wow! Let me get my leaking noob brain back. Jison looks like a good tool to me, however makes CoffeeScript static looks better. After my first contribution to the compiler...