This repository contains the code and resources for the LPFP Lambda Conf project. The project focuses on demonstrating the use of lambda functions in various programming scenarios.
To run the repository, follow these steps:
export SOURCE_DATE_EPOCH=$(date +%s)
-
Clone the repository:
git clone https://github.com/your-username/lpfp-lambda-conf.git cd lpfp-lambda-conf
-
Set the
SOURCE_DATE_EPOCH
environment variable:export SOURCE_DATE_EPOCH=$(date +%s)
-
Install dependencies: Ensure you have the necessary dependencies installed. If the project uses a package manager like npm or pip, run the appropriate command:
cabal update cabal install
-
Run the project:
cabal repl import Mechanics3d
-
Build the project:
cabal build
-
Testing: To run tests, use the following command:
cabal test
-
Plotting: To plot
cabal repl import Plotting
src/
: Contains the source code for the project.tests/
: Contains the test cases for the project.docs/
: Contains documentation and resources related to the project.