--
--
You are a proud member of JIIT-LUG Community.
Have something to share, send an email to jii...@googlegroups.com
To unsubscribe from this group, send email to
jiitlug+u...@googlegroups.com
Check out for more options: http://groups.google.com/group/jiitlug?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "JIIT-OSDC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jiitlug+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I commend the effort in posting informative tutorial. However, merit of a programming language goes beyond following certain idiom like use of *main*. Some languages are domain specific like php for web, some more general purpose. Additionally it matters more what you can achieve with a with the code rather than what you code in.
Having said that, in many languages including perl, python, ruby, main is not a necessity.
As far as experimenting goes, I would highly recommend readers to start with python because of highly understandable nature of code and immensely helpful documentation.
+1 vaidik
Adding a bit more, I would look at best high level abstraction as single most important criteria. In lay terms, less the number of lines to write, less to debug.