zzak / lambda

alias lambda with λ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

λ

alias lambda with λ

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

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

About

alias lambda with λ


Languages

Language:Ruby 100.0%