InterviewSolution
| 1. |
Solve : Neat online PHP interpreter I found? |
|
Answer» Found this neat online PHP interpreter when digging around on google for some info on PHP. Figured I'd share the link here in case anyone wants to play with PHP without having to install WAMP, LAMP, or XAMPP. HOWEVER if you are doing ANYTHING complex or linked to a database etc you will need to use a real package locally for development. WOW.... SWEET!!!! Thanks for sharing that BC, so many to chose from vs just PHP, JS, etc It's important to remember that Ruby on Rails- the Framework- has itself been an attack vector that has compromised websites before. Anyway, I covered Ruby in One of my Language comparisons a while back. Ruby was the most CONCISE language I used, in that it allowed me to write the program with the least code. I think I also make a reasonable point at the end of that particular post- "The time for judging a language on it’s inherent execution MODEL passed before the end of the Cold War. ". It was only one line shorter than the Perl implementation, but the difference is I can look at the Ruby code and understand what is happening. With the Perl implementation, I haven't got much of a clue. |
|