Recently I want to build a personal website using go, and I found it is very difficult.
First go should support generic types. Generic types is very useful in ORM projects. If this make complex, go can borrow idea from java: only support generic types in language grammar and compiling time, not in runtime. I think this will make go support type conversion like []interface to []interface{} Second go should improve reflection. Go should can reflect all members in go, like package. Third go should treat user defined types as the same as system types. For example, for…range can only be applied to system types, if you write a List/Queue type, sorry ,for…range cannot use them. And I recommend go support python’s decorator. It is very useful in programming. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.