Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love the feature but I really dislike using the word lazy as a new language keyword. It just feels off somehow. I think maybe defer might be a better word. It is at least keeps the grammar right because it would be lazily.

    lazily import package.foo
    vs
    defer import package.foo
Also the grammar is super weird for from imports.

    lazy from package import foo
    vs.
    from package defer import foo.


second this.

Just might as well add `defer` keyword like Golang.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: