Hi, oxy> > What are the plans for this project? oxy> oxy> I just wanted to use Haskell, and write a compiler or interpreter. oxy> So, I started implementing RType just for fun. oxy> I am going to follow the standard Ruby Syntax for now, but if anyone oxy> hit on a interesting extention, I will try to implement it. oxy> For example, type theory or lazy evaluation or group thoery? I'd like to see pattern-matching built in. def length(x|xs) if x.nil? 0 else 1 + length(xs) end end Regards, Aki -------------------------------------------------------- Name: ΩÀÍý Akimichi Tatsukawa Email: akimichi_tatsukawa / yahoo.co.jp Web: http://akimichi.homeunix.net/~emile/