https://github.com/andersonhsporto/haskell-piscine
Dive into the fundamentals of haskell
https://github.com/andersonhsporto/haskell-piscine
ghc haskell
Last synced: about 1 month ago
JSON representation
Dive into the fundamentals of haskell
- Host: GitHub
- URL: https://github.com/andersonhsporto/haskell-piscine
- Owner: andersonhsporto
- Created: 2024-06-05T03:37:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T03:58:32.000Z (11 months ago)
- Last Synced: 2025-01-22T08:37:42.168Z (3 months ago)
- Topics: ghc, haskell
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell Piscine
This is a series of exercises to learn Haskell
Description
This repository contains a series of exercises to learn Haskell. Each exercise is in a separate folder, and each folder contains a README.md file with the exercise description.
This exercise is heavily inspired by the old OCaml Piscine at 42 school.
| Module | Description |
| --- | --- |
| [Day00](./0-day) | Basic syntaxes and semantics |## Usage
With the Haskell platform installed, you can run the exercises with the following commands:
```bash
ghc -o ex00 ex00.hs
./ex00
```## Suggestions
If you have suggestions or have found a mistake, or if you want to improve the exercises, please open an issue. Feedback is more than welcome!