King
Administrator
- Joined
- Jul 12, 2021
- Messages
- 25,005
- Reaction score
- 5
- Points
- 38
Last updated 10/2019
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 861.16 MB | Duration: 4h 51m
Introduction to the Clojure programming language from ground up
What you'll learn
Learn the concepts behind the Clojure programming langauge
Learn to set up clojure development environment
Master the language syntax and fundamentals
Learn functional programming with clojure
Learn concurrent programming with clojure
Requirements
Students should have basic knowledge of a JVM language like java or scala
Description
There are three types of programmers - those who write small programs, those who write big programs and those who write small programs that do big things. The last type of programmers are often considered as experts.
Although, originally programs required hours of long coding to do even the smallest of computation, today one line programs can do so much more than the n number of lines required. The need to break away from the tedious long and complex coding is what resulted in the creation of functional programming languages.
Functional programming languages depend on mathematical functions to compute problems and the results of a code are dependent on the arguments put into the function rather than the statements.
This is where Clojure, a functional programming language comes into the picture.
Clojure is a functional programming language that is a dialect of Lisp Programming language. The language was designed for Java Virtual Machines (JVMs), Common Language Runtime and JavaScript engines. It uses a programming approach that allows you to write much of the application code as a series of pure functions and is immutable.
Clojure has a macro system and treats code as data, a term that means programming structure of the language is similar to the language's syntax. The language was created by Rich Hickey...
Read more
Continue reading...