Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile-to-js (e.g. coffeescript) support? #19

Open
redchair123 opened this issue Jun 15, 2013 · 5 comments
Open

compile-to-js (e.g. coffeescript) support? #19

redchair123 opened this issue Jun 15, 2013 · 5 comments

Comments

@redchair123
Copy link

No description provided.

@ljharb
Copy link
Member

ljharb commented Jun 15, 2013

like, a cs>-style repl? gross, why encourage that :-p

@redchair123
Copy link
Author

@ljharb saves me the need to install coffeescript :) The trend of writing sample code in CS rather than JS is somewhat disturbing

@ljharb
Copy link
Member

ljharb commented Jun 15, 2013

To me, sample code in CS means "close the browser tab immediately".

In general, adding more REPLs might be a decent idea, but I think sticking with JS engines (of which CS is not) would be best.

@imbcmdth
Copy link
Member

Would CS even work through a medium like IRC?

In JavaScript, everything could go on one line (thanks, semicolons!) but CS is whitespace sensitive so you would have to use multi-line input and I would not want to be in a room where people were constantly sending 4-5 lines of code to the bot as examples.

@redchair123
Copy link
Author

@imbcmdth

I would not want to be in a room where people were using coffeescript

FTFY :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants