This repo contains the materials of the presentation "Functional Programming in C++ and JavaScript" for COMP 4111 independent study.
You can find the slides slides.pdf
in the root folder of the repo.
You can install the module dependencies with yarn.
yarn install
Then you can run the JavaScript files with node.
node p55-compose.js
A Makefile is provided for compiling the C++ codes.
make
The executables would be *.out
.