Skip to content

fdaddeo/Functional-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming

This repo contains the code devoleped for the "Functional Programming" course.

The Haskell folder contains the exercises devolped with haskell, while the Rust folder contains the ones developed with Rust.

The folder RecursiveDescentParser contains a simple parser developed with JavaScript and it is the basis of a University's project. For more details, please refer to this work

Haskell instructions

To compile just digit:

cd Haskell/
ghci
:l script-name.hs

Rust instructions

To compile just digit:

cd Rust/
rustc script-name.rs

About

This repo contains the code devoleped for the "Functional Programming" course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published