
Meet instructor Nicole Nicholson and start learning Lisp basics, including strings, logic functions, and vectors, with a completion certificate and a money back guarantee.
Explore basic mathematical functions in Lisp, including squaring numbers, the sign function, and exponential and power operations.
Explore how Lisp's cond handles conditional lines, using examples like x >= 50, 25, and a default else, and learn common syntax errors such as missing quotes.
Explore how Lisp conditional expressions rely on substitution and when conditions apply. Note that the conditional is meaningful in this case.
Explore the dotimes loop in Lisp, learn to write s-expressions, and see how a do-times pattern iterates from 0 to n, including simple expressions like x times x.
Explore the dolist loop in Lisp by building a list of numbers with quoting and S-expressions, then run code to see how the loop processes each element.
Learn how rest works in Lisp functions by using stored numbers a, b, and c, traversing x in c, and outputting the results to the screen.
Create and manipulate vectors in Lisp by initializing a five-element vector with set, accessing elements, and applying operations with a custom function.
Hi and welcome to your course on Lisp Programming Language. We will go over the basic concepts of this language in this course.
Learn the Basics of Lisp Programming Language
Beginner Lisp Course that will teach you the essentials of Lisp Language
First you will learn about the basic types in Lisp together with Lisp logic and will create your first programs. After this we will discuss lists in Lisp. Then, we will cover structs and vectors.
this course is covered in the fast manner with practical examples in each lecture