-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
like, a |
@ljharb saves me the need to install coffeescript :) The trend of writing sample code in CS rather than JS is somewhat disturbing |
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. |
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. |
FTFY :) |
No description provided.
The text was updated successfully, but these errors were encountered: