Go also support first-class function which is an idea brought from functional 
programming. Anyhow, in my opinion, you shouldn't be too dogmatic about a 
particular paradigm. There are cases that can be solved elegantly using a 
particular paradigm and there are cases that will lead to further unnecessary 
complexity if you insist on using that particular paradigm. The key is to be 
practical and use what works best to elegantly solve your particular problem. 
To borrow a phrase from the Pirate of the Caribbean with a little modification, 
programming paradigm is more what you'd call "guidelines" than actual rules.

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