Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created April 6, 2011 23:38
Show Gist options
  • Select an option

  • Save dalmaer/906766 to your computer and use it in GitHub Desktop.

Select an option

Save dalmaer/906766 to your computer and use it in GitHub Desktop.
Someone wanted a script that converts javascript to coffeescript. easy! ;)
#!/usr/bin/env perl
print "`";
while (<>) {
print;
}
print "`";
@ericflo
Copy link
Copy Markdown

ericflo commented Apr 7, 2011

haha!

@d2kagw
Copy link
Copy Markdown

d2kagw commented Apr 7, 2011

HA

@jarinudom
Copy link
Copy Markdown

Man so glad someone finally made this....

@benatkin
Copy link
Copy Markdown

benatkin commented Apr 7, 2011

I am disappointed.

@ianand
Copy link
Copy Markdown

ianand commented Apr 7, 2011

would've been perfect for april fools

@ntulip
Copy link
Copy Markdown

ntulip commented Apr 11, 2011

damn it - i knew it was too good to be true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment