Git Product home page Git Product logo

andand's People

Contributors

archiloque avatar codener avatar foobear avatar panozzaj avatar raganwald 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

andand's Issues

Question: Any successor of ick?

Hi @raganwald, after my first few steps into the "monadic" world, I found this repository and thanks to it also Ick. Unfortunately I could not find any maintained version of Ick. Do you know about any developed version of Ick or it's successor?

post gem for 1.3.2

Could you please post a copy of the 1.3.2 gem to rubygems.org

Thanks!

add a helper *andand_not*

class Apple
  def initialize(color)
    @color = color
  end
  attr_reader :color

  def green?
    color == 'GREEN'
  end
end


an_apple = Apple.new 'GREEN'
an_apple.andand.green? # => true

another_apple = Apple.new 'RED'
another_apple.andand_not.green? # => true
# or
another_apple.andand.not.green? # => true

ruby 1.9.2 warning

/Users/joel/.rvm/gems/ruby-1.9.2-p0@gemtest/gems/andand-1.3.1/lib/andand.rb:111: warning: undefining `object_id' may cause serious problems

andand or RewriteRails?

The README here says "If you are using Ruby on Rails, please consider using RewriteRails instead of the andand gem.", but RewriteRails is under your deprecated repos? Which should I use?

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.