/lambda

alias lambda with λ

Primary LanguageRuby

λ

alias lambda with λ

# coding: utf-8
require "./lib/λ.rb"

hello = λ{|who| "Hello, #{who}!"}
puts hello["world"]