Giter Club home page Giter Club logo

functional-programming's People

Contributors

5z3wczykj4kub avatar alenkis avatar awerlogus avatar bmadone avatar denisfrezzato avatar dependabot[bot] avatar enricopolanski avatar gabeatwork avatar gcanti avatar gibbok avatar gradybknight avatar king-prawns avatar lbragaglia avatar lxgreen avatar massimosiani avatar michael-wolfenden avatar nicoabie avatar nikoskalogridis avatar p3trur0 avatar qimatluo avatar sam-artuso avatar shnd avatar stearm avatar ubaldop avatar vinassefranche avatar vincibean avatar wwmmzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

functional-programming's Issues

Function that returns an error can be pure

Instead of

A function that returns errors or throws exceptions is an example of a partial function.

Maybe we should remove the returns error part:

A function that throws exceptions is an example of a partial function.

If a function returns an error it may still be pure.

What is the definition of Code Properties?

I understand this is a translation from another repo, but from the text I couldn't fully understand what code properties mean. We have below in the text:

In functional programming, where there's an emphasis on code properties rather than implementation details, the map operation is interesting due to its limitations

I have some guesses but What is the actual definition of term Code Property?

Fixing sentence "Please note that in order for f and g to combine, the domain of f has to be included in the codomain of g"?

Looking at the sentence:

Please note that in order for f and g to combine, the domain of f has to be included in the codomain of g.

Shouldn't it be:

Please note that in order for f and g to combine, the codomain of g has to be included in the domain of f.

That way for any possible input x then there is an element g(x) is domain of f. (Codomain of g has fewer or equal number of elements than domain of f)

Add answers to the quiz questions

Can you add answers to the quiz questions that pop up throughout the file?

For instance, I'm at this section "Order-derivable Semigroups" where there's this quiz question: Quiz. Why is it so important that number is a total order?. As a reader I do have some answer to that question, but I don't know if that answer is correct and have no way to validate it.

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.