Functional Programming using JavaScript
Learn Functional Programming
Functional programming is gaining momentum nowadays and many languages like F#, RUST, and GO are some of the popular languages which promote functional programming.
Functional programming is the process of building software by composing pure functions, avoiding shared state, mutable data, and side-effects. Functional programming is declarative rather than imperative, and the application state flows through pure functions. Contrast with object-oriented programming, where the application state is usually shared and colocated with methods in objects.
Functional programming is a programming paradigm, meaning that it is a way of thinking about software construction based on some fundamental, defining principles (listed above). Other examples of programming paradigms include object-oriented programming and procedural programming.
Functional code tends to be more concise, more predictable, and easier to test than imperative or object-oriented code — but if you’re unfamiliar with it and the common patterns associated with it, functional code can also seem a lot denser, and the related literature can be impenetrable to newcomers.
In this course, we will be learning many libraries that give us access to functional programming using JavaScript.
There are some which generate transpiled javascript code like Scala, ELM, ClojureScript, PureScript
We will look into all these and many more libraries and learn how to do functional programming using JavaScript
–
User Reviews
Be the first to review “Functional Programming using JavaScript”
Original price was: ₹995.00.₹199.00Current price is: ₹199.00.
There are no reviews yet.