alesya-h / ruby_is

ruby syntax extension: double is {|x| x*2}; fib is memoized {|n| n<2 ? 1 : fib(n-2)+fib(n-1)}

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alesya-h/ruby_is Watchers