(C#) One-liner Console.WriteLine(Enumerable.Range(1, 999).Where(x => x % 3 == 0 || x % 5 == 0).Sum()); Programming 2012.05.28
The Adventures of a Pythonista in Schemeland Python 프로그래머가 Scheme 프로그래머가 되는 방법을 설명해 준다. http://www.artima.com/weblogs/viewpost.jsp?thread=238789 Programming 2012.05.28