Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 543 Bytes

COMP 4111 Presentation Resources

This repo contains the materials of the presentation "Functional Programming in C++ and JavaScript" for COMP 4111 independent study.

Slides

You can find the slides slides.pdf in the root folder of the repo.

Running the code

JavaScript

You can install the module dependencies with yarn.

yarn install

Then you can run the JavaScript files with node.

node p55-compose.js

C++

A Makefile is provided for compiling the C++ codes.

make

The executables would be *.out.