The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby's typing model vs Haskell, ML

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vincent Foley

Posts: 512
Nickname: gnuvince
Registered: Apr, 2005

Vincent Foley is a hobbyist Rubyist.
Ruby's typing model vs Haskell, ML Posted: May 24, 2005 6:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Vincent Foley.
Original Post: Ruby's typing model vs Haskell, ML
Feed Title: Vincent Foley-Bourgon
Feed URL: http://www.livejournal.com/~gnuvince/data/rss
Feed Description: Vincent Foley-Bourgon - LiveJournal.com
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Vincent Foley
Latest Posts From Vincent Foley-Bourgon

Advertisement
I was skimming over A Gentle Introduction to Haskell, and the first chapter is all about the static typing in Haskell, how a function can have a a->b type signature, etc. This whole typing system is called the Hindley-Milner type system, and it's quite a complex beast, I remember from my O'Caml days.

And as I was reading this, I realized why Ruby was so fun; when it comes to typing, Ruby doesn't even use complex words, the rule is "If it walks like a duck and quacks like a duck, it's probably a duck." How simple and cute is that? Let's all hug Ruby!

Read: Ruby's typing model vs Haskell, ML

Topic: Beta books: Release early and often Previous Topic   Next Topic Topic: Mike Clark on Sweet-Smelling Comments

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use