Course Overview
Scheme Programming Series (Module #2) – Internal Definitions, Procedures and Variable Bindings:
Scheme is simple language to learn and is not as complicated as C or Java. Scheme is of interactive nature similar to that of python and ruby. In this course, we will be using the Racket interpreter which was previously known as Doctor Scheme and Later as PLT along with Notepad plus. Scheme is of challenging nature and requires practice to understand it fully.
Through this course you will be learning internal definitions, variable references and lambdas, local bindings and letrec expressions, multiple values and variable definitions, assignment, procedure applications, recursion and iteration, mapping and folding, and other procedures.
Course Objective:
- Learn in detail about variable references, local bindings & multiple values in scheme programming.
- Learn concept of procedure applications, recursion, iterations, & also about mapping
Target Customers:
- Students
- Professionals
- Anyone wanting to learn the basics of Programming
Pre-Requisites:
- Basic Computer Knowledge
- Passion to learn
- Basic Mathematics