Clojure Fundamentals For Beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/clojure-fundamentals-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Clojure基础入门 课程概述:编程人员通常可以分为三种类型——编写小程序的人、编写大程序的人,以及那些编写小程序却能实现大功能的人。后者往往被视为专家。虽然最初编写程序需要耗费几个小时进行冗长的编码来完成最简单的计算,但如今一行代码就能够实现比多行代码更强大的功能。这种逃离繁琐和复杂编码的需求促使了函数式编程语言的诞生。函数式编程语言依赖于数学函数来解决问题,代码的结果取决于输入的参数而非语句。这正是Clojure的魅力所在,它是一种函数式编程语言,是Lisp编程语言的方言,专为Java虚拟机(JVM)、公共语言运行时和JavaScript引擎而设计。 Clojure采用一种编程方法,允许用户将应用程序代码大多数部分编写为一系列纯函数,并保持不变性。Clojure拥有宏系统,并将代码视为数据,也就是说其编程结构与语言的语法相似。Rich Hickey为了创建一种基于LISP的函数式编程语言,该语言能够支持并发且与已有平台良性互动,于是创造了强大的Clojure编程语言。我们设计了这门课程,旨在帮助用户学习这一强大的函数式语言。 本课程将全面介绍Clojure的概念和基础,帮助学员理解该语言的设计思路。课程将解剖Clojure代码的小块,深入了解其功能,以及Clojure的各种特性,如抽象、数据结构、表单、宏、符号、函数、向量类型、序列、列表等。你还在等什么?立即报名,让我们开始编写那些能实现更大功能的小程序吧!

课程评论(0条)

课程详情

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 because he wanted a language that was a LISP-based functional programming language that was designed for concurrency and was symbiotic with an established platform. So, he created the powerful Clojure programming language! And we created a course to help users learn this powerful functional language. Our Clojure tutorial is a complete course that is designed to teach you not only the conceptual and fundamentals of Clojure but to also help you understand the design behind the language. It will cover all ins and outs of Clojure, including the basics. Once we understand the basics, we will delve further into the language by dissecting small blocks of Clojure code to understand how it functions. Additionally, we will also go into detail about the various features of Clojure such as abstractions, data structures, forms, macros, symbols, functions, vector types, sequences, lists, etc. So, what are you waiting for? Click enroll and let's start writing small programs that do bigger things!!

课程标签

0人关注该课程

主题相关的课程