it would be nice if the following 2 features may be seen in future version 
of golang...

(1) an official package of BigDecimal handling; and
(2) a little better handling of database handling in sql package... i am 
not sure if it handles other types of database engine in the same way - we 
use postgresql extensively in-house and in the java world, we can have 
multiple ResultSets open (so we can dive in the results directly with 
consecutive queries) but in golang world, at any given connection only 1 
open result set is possible (otherwise err will occur) - i saw from some 
docs saying that usually, in Java and some other languages, the whole 
ResultSet is loaded onto client in each query and we wonder if golang could 
do the same thing.

as part of a study we converted a few of the in-house subsystems from Java 
EE to golang and we are extremely happy with the result - no more 
never-ending XMLs upon XMLs and the error handling is much better than Java 
(somebody said its try/catch is 21st century version of goto...) and if the 
above 2 features is ok we feel that most of our subsystems could be 
converted to golang and i feel many others will too!

many thanks to the golang dev team for this fantastic language :-)

(dreaming if someday there will be a golang equivalent of Java Swing too...)

-- 
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.

Reply via email to