Rust folx: Would you like it if `extern crate` were optional when using cargo?
I think we can get rid of both mod and extern crate. mod is worse.
-
-
but how do you control mod privacy without mod
-
with explicit exports (basically pub mod).
-
but then you still have mod, no?
End of conversation
New conversation -
-
-
i think extern crate, + optional use for name space stuff works ok. mod=ughwat
-
I think we can make `use` work ~ like `require` in node and call it a day.
-
i'd be excited to see extern crate+use ~= require
-
me too :) we could also make something like `import` in ES6 work.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.