Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
k_bx
on Nov 9, 2013
|
parent
|
context
|
favorite
| on:
Pyret: A new programming language from the creator...
> Python-inspired syntax for functions
> fun to-celsius(f):
> (f * (5 / 9)) - 32
> end
Wait a minute..
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
> fun to-celsius(f):
> (f * (5 / 9)) - 32
> end
Wait a minute..