Explore >> Select a destination


You are here

text.marvinborner.de
| | nithinbekal.com
13.5 parsecs away

Travel
| | Nithin Bekal's blog about programming - Ruby, Rails, Vim, Elixir.
| | afnan.io
9.3 parsecs away

Travel
| | A personal site
| | sookocheff.com
7.3 parsecs away

Travel
| | In a purely functional language - like lambda calculus - programs are expressed as nested function calls. Repetition in such an environment requires that nesting of function calls continues until some condition is met. During the repetition, each function passes its result to the next function in the nested chain and this repetition is completed when a test for some condition passes. The repetitive behaviour I've just described is recursion:
| | www.jeremykun.com
98.5 parsecs away

Travel
| Last time we defined and gave some examples of rings. Recapping, a ring is a special kind of group with an additional multiplication operation that "plays nicely" with addition. The important thing to remember is that a ring is intended to remind us arithmetic with integers (though not too much: multiplication in a ring need not be commutative). We proved some basic properties, like zero being unique and negation being well-behaved.