show/hide this revision's text 11 Expanded on what I wanted for posted answers.

I want to see all the different ways you can come up with, for a factorial subroutine, or program. The hope is that anyone can come here and see if they might want to learn a new language.

Ideas:

  • Procedural
  • Functional
  • Object Oriented
  • One liners
  • Obfuscated
  • Oddball
  • Bad Code
  • Polyglot

Basically I want to see an example, of different ways of writing an algorithm, and what they would look like in different languages.Bonus points if it really works.

Please limit it to one example per entry. I will allow you to have more than one example per answer, if you are trying to highlight a specific style, language, or just a well thought out idea that lends itself to being in one post.

The only real requirement is it must find the factorial of a given argument, in all languages represented.

Be Creative!

Recommended Guideline:

# Language Name: Optional Style type

   - Optional bullet points

    Code Goes Here

Other informational text goes here

I will ocasionally go along and edit any answer that does not have decent formatting.

show/hide this revision's text 10 Added Polyglot to list

I want to see all the different ways you can come up with, for a factorial subroutine, or program.

  • Procedural
  • Functional
  • Object Oriented
  • One liners
  • Obfuscated
  • Oddball
  • Polyglot

Basically I want to see an example, of different ways of writing an algorithm, and what they would look like in different languages. Bonus points if it really works. Please limit it to one example per entry.

The only real requirement is it must find the factorial of a given argument, in all languages represented.

Be Creative!

Recommended Guideline:

# Language Name: Optional Style type

   - Optional bullet points

    Code Goes Here

Other informational text goes here
    Post Made Community Wiki by Community

show/hide this revision's text 9 deleted 236 characters in body
show/hide this revision's text 8 edited tags
show/hide this revision's text 7 added 4 characters in body
show/hide this revision's text 6 edited tags
show/hide this revision's text 5 edited tags
show/hide this revision's text 4 added 70 characters in body
show/hide this revision's text 3 Clearify Rules
show/hide this revision's text 2 Added Guidline
show/hide this revision's text 1