Skip to main content

Posts

Showing posts with the label interpreter

CodeAcademy.com

Greetings of the day! I was just surfing around the web and I then come across this site  CodeAcademy.com  . I spent my 5 - 10 minutes trying to find out agenda of the site. Purpose of the site : This is an interactive site meant for only one purpose that is it teaches you the basics of coding. It starts from very fundamental level and slowly raises the bar of the complexity. The site is very interactive and that is one of its plus points. One more advantage is one can use it as online interpreter for quick results. Please give your shot to website and it surely deserves a try. I started learning again :-) Codeacademy   P.S : I'm learning JS, Again

CodePad

Many of us might be searching for a tool using which we can compile and run our code. Finally the search for the tool comes to end. Yes, codepad.org provides you with page in which all you need to do is paste your source code and just press submit. CodePad server compiles your code and if your code has errors it displays the error with some information about the type of the error. It also allows you to run your code, this is possible ofcourse if your code doesnot have any compiler errors. Entering the Code It runs your error free code and displays the result on the page. Isn't that really good ? Suppose you want to check a small functionality  but you don't have a  compiler and run time envirnoment set then most of the times we think let us do that sometime later when we will have the setup ready but with the help of this site you acutually don't need to install anything just type the code , paste it and submit.  Its a really helpful way for someone who wants to...