On Friday, 21 March 2014 at 20:52:54 UTC, bearophile wrote:
The Guest:It's already in progress: https://github.com/pplantinga/delight http://pplantinga.github.io/Some design decision are bad, like "less" for "<", or the function definition syntax "function add(int a, b -> int):".Bye, bearophile
I agree with you. They should stick to PEP-3107 style "def add(a, b: int) -> int:".
