The Artima Developer Community
Sponsored Link

Scala Buzz
A Short Road to TCPoly(morphism) in Scala

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
Lalit Pant

Posts: 51
Nickname: litan
Registered: Jun, 2007

Lalit Pant is a freelance programmer based out of Dallas, Texas
A Short Road to TCPoly(morphism) in Scala Posted: Jul 30, 2008 1:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with Scala Buzz by Lalit Pant.
Original Post: A Short Road to TCPoly(morphism) in Scala
Feed Title: All Things Runnable / Scala
Feed URL: http://feeds.feedburner.com/lalitpant/scala
Feed Description: Scala related posts on Lalit Pant's Blog
Latest Scala Buzz Posts
Latest Scala Buzz Posts by Lalit Pant
Latest Posts From All Things Runnable / Scala

Advertisement
In my previous post, I talked about adding rich methods to Java Collections with the help of traits. If you go back and look at that post, you will see that I stayed well away from rich methods of a certain kind: those that return a new Collection when they are applied to an existing Collection. Examples of such methods are: map, flatMap, and filter. Why did I not talk about methods of this

Read: A Short Road to TCPoly(morphism) in Scala

Topic: Monads are Elephants Part 1 Previous Topic   Next Topic Topic: Run/Debug Lift Web App Using Scala/Maven Plugins for NetBeans

Sponsored Links



Google
  Web Artima.com   

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