Skip to content

Instantly share code, notes, and snippets.

@xuwei-k
Created July 6, 2011 10:52
Show Gist options
  • Save xuwei-k/1066997 to your computer and use it in GitHub Desktop.
Save xuwei-k/1066997 to your computer and use it in GitHub Desktop.
Golf ?
// Scala実践プログラミング P177 http://amzn.to/nruUtV
printf("matched = %d%n",Stream.continually(readLine).takeWhile(null!=).zipWithIndex.collect{case(l,i)if l.matches("(.*%s.*)".format(args(0)))=>printf("%3d: %s%n",i+1,l)}.size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment