About Javascript's Good Parts.

I watched the video titled Java Script-The Good Parts, by Douglas Crockford. In the video, Douglas talked about functional language features in JavaScript. JavaScript is a popular main-stream language and yet it has nice functional language features included in LISP and Scheme. He also talked about the benefits of dynamic typing system in JavaScript. He defended this feature by saying that JavaScript code usually was small and beautiful and worked nicely for its purposes. He commented that he wrote a compiler for JavaScript once but it turned out the compilation system didn't work as fast as expected, which made him appreciate the dynamic features of JavaScript even more.

For students who are interested in designing, improving, and implementing programming languages, this is an inspiring video to watch and study.

Comments

Popular posts from this blog

25 Google Interview Questions

Convert LaTeX to HTML

Art of Software Development