Skip to content
View programaker's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report programaker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Monads are Monoids in the Category o... Monads are Monoids in the Category of Endofunctors
    1
    "Monads are Monoids in the Category of Endofunctors"
    2
    
                  
    3
    If you are a functional programmer, you've probably heard this statement before.
    4
    
                  
    5
    To understand it, first we need to understand its component parts:
  2. Why do we need Monads? Why do we need Monads?
    1
    //Functional programming is programming combining functions.
    2
    //
    3
    //We have a bunch of simple functions, then combine them into 
    4
    //more and more complex functions until have a full program.
    5
    //
  3. Joguin2 Joguin2 Public

    Toy Scala project to study some cool Functional Programming concepts (version 1 was in Java)

    Scala 2

  4. Spotification Spotification Public

    Experiments with Spotify API

    Scala 2

  5. Classes as modules of partially-appl... Classes as modules of partially-applied functions
    1
    
                  
    2
    //Functional programming is all about:
    3
    
                  
    4
    //. Pure, total and deterministic functions
    5
    //. ADTs (Algebraic Data Types)
  6. DownloadImagesWithAkka DownloadImagesWithAkka Public

    My first Akka project! Using actors to download images from url's in a txt file in paralell

    Scala