Giter Site home page Giter Site logo

jamesrweb / elm-combinators Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 7 KB

A combinatory logic library for ELM.

Home Page: https://package.elm-lang.org/packages/jamesrweb/elm-combinators/latest

License: BSD 3-Clause "New" or "Revised" License

Elm 100.00%
combinators combinatory-logic elm functional-composition

elm-combinators's Introduction

Hi 👋, I'm James Robb

A Full Stack Developer & Accessibility Advocate

  • 🌱 I'm currently learning Rust, Haskell, .NET Core, GraphQL

  • 🔭 I'm currently working on P5-wrapper/react

  • 👯 I'm looking to collaborate on P5-wrapper

  • ⏳ I'm going to eventually get around to continuing work on jamesrweb/elm-lisp-interpreter

  • 📝 I sometimes write articles on DEV

  • 📄 Learn more about me by reading my CV or checking my profile on LinkedIn

elm-combinators's People

Contributors

jamesrweb avatar

Watchers

 avatar  avatar

elm-combinators's Issues

Potential future combinators

Currently certain combinators are wholly unimplementable when infinite type recursion is required, this is largely affecting combinators related to or describable in terms of or with involvement of the M (Mockingbird) combinator.

Below you will find some of the todo items should infinite type recursion ever be possible in ELM:

module Combinators.Todo exposing (..)

{-| The Crossed Konstant Mocker combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `c (k m)` if that happens.

-}
ckm : Result String value
ckm =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The Konstant Mocker combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `k m` if that happens.

-}
km : Result String value
km =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The L combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `c b m` if that ever becomes possible.

-}
l : Result String value
l =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The M combinator.

Currently unable to implement due to requiring infinite type recursion.

Implementable as `s i i` if that ever becomes possible.

-}
m : Result String value
m =
    Result.Err "Unimplemented currently."


{-| The M2 combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `b m` if that happens.

-}
m2 : Result String value
m2 =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The U combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `l o` if that happens.

-}
u : Result String value
u =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The Y combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `s l l` if that happens.

-}
y : Result String value
y =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The ϴ (Big Theta) combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `y o` if that happens.

-}
θ : Result String value
θ =
    Result.Err "Unimplementable until the M combinator is implemented."


{-| The Ω (Big omega) combinator.

Currently unable to implement due the M combinator requiring infinite type recursion.

Implementable as `m m` if that happens.

-}
ω : Result String value
ω =
    Result.Err "Unimplementable until the M combinator is implemented."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.