reading-notes

Reading-Notes Dynamic web pages with JavaScript

JavaScript is one of the most common compiled programming languages used in webpages, application and even non-web based programs like Adobe acrobat which is the most common PDF file editor used around the world. It uses functional programming style, which means all the code is based on lambda calculus. It gives the definition of what is computable. Anything that can be computed by lambda calculus is computable. It is equivalent to Turing machine in its ability to compute. It provides a theoretical framework for describing functions and their evaluation. It forms the basis of almost all current functional programming languages. Fact: Alan Turing was a student of Alonzo Church who created Turing machine which laid the foundation of imperative programming style.

Three Things I got from the videos:

Input->Storage->Processing->Output.

“Functional Programming.” Wikipedia, Wikimedia Foundation, 6 Nov. 2022, en.wikipedia.org/wiki/Functional_programming. Accessed 29 Jan. 2023.

HOME