LISP

From ACSL Category Descriptions
Revision as of 11:29, 16 August 2018 by Marc Brown (talk | contribs) (Created page with " == Video Resources == <!-- {| |- | <youtube width="300" height="180">URL</youtube> | [URL ''TITLE'' ('''AUTHOR''')] DESCRIPTION |} --> The following YouTube videos show AC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Video Resources

The following YouTube videos show ACSL students and advisors working out some ACSL problems that have appeared in previous contests. Some of the videos contain ads; ACSL is not responsible for the ads and does not receive compensation in any form for those ads.

LISP very gentle intro (CalculusNguyenify)

A very gentle introduction to the LISP category, covering the LISP syntax and the basic operators, SETQ, ADD, SUB, MULT, and DIV.

LISP Basics (for ACSL) (Tangerine Code)

Explains the LISP operators CAR, CDR, and REVERSE, in the context of solving an ACSL All-Star Contest problem.

LISP Basics (for ACSL) (Tangerine Code)

Completes the problem that was started in the above video.