Skip to content

EstebanMarin/lpfp-lambda-conf

Repository files navigation

LPFP Lambda Conf

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.

How to Run the Repository

To run the repository, follow these steps:

export SOURCE_DATE_EPOCH=$(date +%s)
  1. Clone the repository:

    git clone https://github.com/your-username/lpfp-lambda-conf.git
    cd lpfp-lambda-conf
  2. Set the SOURCE_DATE_EPOCH environment variable:

    export SOURCE_DATE_EPOCH=$(date +%s)
  3. 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
  4. Run the project:

    cabal repl
    import Mechanics3d
  5. Build the project:

    cabal build
  6. Testing: To run tests, use the following command:

    cabal test
  7. Plotting: To plot

    cabal repl
    import Plotting

Repository Structure

  • 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.

About

lambda-conf prep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published