ISUCT / ISUCT/FP-2025-Spring

Lab 3

Open
#13 30 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

1. Take some high level task from real world and decompose it to functional paradigm based on logic with any programming language or even human language.

Ex: Play Death Note opening on guitar

fn convert Death Note to notes
fn extract tab from notes
fn map tab to finger sequence on guitar
fn play each finger step

But describe it with body of functions and used categories/types

2. Is it possible to reuse your function with different payload?

3. How do you understand the ability to scale or parallel computing in your functions?

4. Is it possible to shortify arity of functions to 1? Or 0?

5. Could you add monads like Either / Option / MayBe into your code?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.