Created
August 7, 2013 05:56
-
-
Save tarcieri/6171587 to your computer and use it in GitHub Desktop.
A crazy idea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reclaim Ruby's global variable syntax for type annotations! | |
# This could be done with a transpiler similar to TypeScript | |
def hello($String who) | |
puts "Hello, #{who}" | |
end | |
hello("world!") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ruby and whitespace isn't enough of a problem for significant whitespace not to be added in pronto.