When learning a programming language, won’t it be nice if you can get some instant feedback on your code? If your programming language is haskell, then you are in luck as there is a program called hlint written by
In today’s news: While China continues to claim Arunachal Pradesh as its own, technology giant Google seems to have decided to take a line to please both Beijing and New… Read more »
It is a very good idea to learn several programming languages. It makes you a better programmer. But if you want to devote all your energies to becoming a proficient and productive programmer and want to learn one powerful, freely available, high level general-purpose language (not domain specific), what would you choose?
Now Google has come to the rescue by adding another language to the app engine — Java. Now you can have ‘java’ on the client and java on the server. The former is made possible by GWT (Google Web Toolkit) which takes the code you write in Java and translates it into separate targeted javascript code for the 5 of the most common browsers.