Skip to content

Resources for COMP 4111 Presentation - C++ and JS Functional Programming

Notifications You must be signed in to change notification settings

STommydx/comp4111-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Resources for COMP 4111 Presentation - C++ and JS Functional Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published