/blog/posts

Sunday, September 25, 2011

Factorial in Python:
f = lambda x: x and x * f(x - 1) or 1
Posted by Unknown
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Unknown
View my complete profile

Publications

  • DSL for input validation

Presentations

  • AngularJS
  • Introduction to OCaml
  • Duration Calculus
  • Grules
  • Testing with Groovy/Spock

Popular Posts

  • Does overriding violate Liskov substitution principle?
  • (no title)
  • Semicolon cancer
  • Why there are no checked exceptions in functional programming languages
  • How to set alarm for console task
  • (no title)
  • Google API Authentication in Groovy
  • (no title)
  • Scala for Java developers
  • Integer.valueOf(1) != 1
Watermark theme. Theme images by bopshops. Powered by Blogger.