pwncollege
DojosLeaderboardCommunity
Back to intro-to-programming-languages

LecLabs 4.1 - Scheme Intro

intro-to-programming-languages
0/8 challenges completed

[ ← Module List ]

This module covers an introduction to functional programming using the Scheme language. It includes an overview of the functional programming paradigm and an introduction to the Scheme language itself, including basic operations, predicates, types, conditionals, and more.

Challenges

1
Lecture 4.1.1. Functional Programming Paradigm
2
Lecture 4.1.1.2. Why Functional Language
3
Lecture 4.1.2.1. Scheme Intro Part 1
4
Lecture 4.1.2.2. Scheme Intro Part 2
5
Lecture 4.1.2.3. Math Operations in Scheme
6
Lecture 4.1.2.4. Predicates and Types
7
Lecture 4.1.3.1. Conditionals
8
Lab 4.1 - Hello