Skip to content

Lab 3 #13

@the-homeless-god

Description

@the-homeless-god
  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

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

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions