/blog/posts

Sunday, September 25, 2011

Factorial in Python:
f = lambda x: x and x * f(x - 1) or 1
Posted by Vitalii Fedorenko
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest
Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

My photo
Vitalii Fedorenko

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)
  • Why there are no checked exceptions in functional programming languages
  • Google API Authentication in Groovy
  • (no title)
  • Semicolon cancer
  • Google Reader Likes Filter
  • Scala for Java developers
  • Groovy project on Goolge App Engine in Eclipse
  • Integer.valueOf(1) != 1
Watermark theme. Theme images by bopshops. Powered by Blogger.