Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Lisp Programming Language: Learn Lisp basics in one day!
Rating: 3.4 out of 5(48 ratings)
2,489 students

The Lisp Programming Language: Learn Lisp basics in one day!

Learn variables, characters, strings, loops, functions, lists, vectors, arrays and structures in Lisp from scratch
Last updated 5/2020
English
English [Auto],

What you'll learn

  • Create and work with numbers in lisp
  • Create and work with text in lisp
  • Understand the lisp logic
  • Work with functions in lisp
  • Create and work with lists in lisp
  • Work with arrays and structures in lisp

Course content

6 sections34 lectures51m total length
  • Introduction0:36

    Meet instructor Nicole Nicholson and start learning Lisp basics, including strings, logic functions, and vectors, with a completion certificate and a money back guarantee.

  • Course expectations0:07
  • installing lisp0:43

    Install Lisp by searching for Lisp on Google, opening the first download link for the source forms, downloading, and installing Lisp.

  • installing atom1:11

    Install the Atom editor on your computer, download and install it, then install a package to highlight Lisp syntax for writing Lisp code.

  • Working with text2:22

    Explore writing hello world in Lisp, escape double quotes with backslashes, and manage multi-line text and special characters like newline and space.

  • numbers and truth values1:28

    Explore Lisp basics by examining numerical types, from integers and big numbers to fractions, floating point, exponential forms, and complex numbers, along with boolean truth values.

  • math operations1:53

    Explore Lisp basics by using math operations such as the plus function, division, and multiplication, including nesting and lists.

  • Quick Feedback0:08
  • math functions0:55

    Explore basic mathematical functions in Lisp, including squaring numbers, the sign function, and exponential and power operations.

  • string functions1:47

    Explore Lisp string functions, including subset for substrings, reverse to flip a string, and case operations that uppercase text, plus examples of functions that take two strings.

  • predicates1:42

    Explore Lisp predicates, the special functions that return true or false, including type predicates and string checks. Learn how odd numbers and comparisons like less than and equals guide decisions.

Requirements

  • Basic Math Knowledge
  • Familiairity with Computes Science

Description

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

  • Numbers
  • Strings
  • Lisp Logic
  • Functions
  • Lists
  • Structs
  • Vectors

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

Who this course is for:

  • Computer Programmers
  • Computer Engineers
  • Computer Science Majors
  • People interested in coding