Skip to content
View jmilamwalters's full-sized avatar
  • Estée Lauder
  • The Americas

Block or report jmilamwalters

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 Loading

  1. elixir elixir Public

    Forked from elixir-lang/elixir

    Elixir is a dynamic, functional language designed for building scalable and maintainable applications

    Elixir

  2. phoenixframework/phoenix_live_view phoenixframework/phoenix_live_view Public

    Rich, real-time user experiences with server-rendered HTML

    Elixir 6.1k 910

  3. Functions: `curry` Functions: `curry`
    1
    # Functions: `curry`
    2
    
                  
    3
    _A compilation of my favorite functions and patterns in functional programming_
    4
    
                  
    5
    Haskell Curry is a giant. His first name denotes a textbook functional programming language, his last name a technique in functional programming. It's his surname that I shall address here. 
  4. Functions: `lens` Functions: `lens`
    1
    # Functions: `lens`
    2
    
                  
    3
    _A compilation of my favorite functions and patterns in functional programming_
    4
    
                  
    5
    Lenses are difficult to articulate. More challenging is presenting a strong use-case. Perhaps you've already read up on lenses a bit. Perhaps your tireless search brings you here.