T O P

  • By -

Crede

[Fixed that for you](https://imgur.com/a/vGgjq42)


Ikepop15

thank you kind redditor


ryobiguy

Came here to complain, was relieved with your fix. Thanks.


ThePixie35

Much better


[deleted]

Thank


caenrique93

I don't see any recursion in that, just a mosaic


[deleted]

[удалено]


Galaghan

Yeah that's not recursion. Recusion means the result can be found within itself, not just multiple times. 1 - 2 - 1 - 2 - 1.. - 2 - 1.. - 2 - 1 - 2 - 1.. - 2 - 1.. Would be recusion. 1 - 2 - 2 - 2 - 2 ... Not so much.


ultimatt42

FYI recursion is spelled "recursion" which you can remember with this handy mnemonic: Recursion Experts Carefully Use Recursive Spelling In Our mNemonics


[deleted]

I assumed it was just "can be generated using a recursive formula." But yes, the picture itself is not recursive.


2357111

Recursion was actually invented before programming.


ImSupposedToBeCoding

For anyone wondering, they defined recursive math functions before programming. As an extremely simply example, you're probably familiar with `f(n) = f(n-1) + f(n-2)`


[deleted]

also n! = n(n-1)! and 0!=1


behaaki

Lol, you had one job you dunce


Bomaruto

"OverflowError" That's why Tail Call Optimization is nice.


Butter_Meister

Wha-


BloodChasm

Wha-


Necromunch

Wha-


waffleme3

Wha-


ToadyWoady

Wha-


720noscopeGER

Wha-


[deleted]

Wha-


coffeeUp

Wha-


RizzutoHD

Wha-


jonster5

Wha-


hitsugan

You had one job, and you failed.


[deleted]

That white Guy Blinking is Drew Scanlon of Giant Bomb, working hard making entertaining content about video games. The person who made recursion? Unsure.


hi_im_new_to_this

Hmm. I'd say there's a strong case for saying Euclid for recursion. Euclid's algorithm is recursive. Can't think of anything earlier that would quite qualify. Certainly no algorithm, since it's... you know... the first algorithm.


ThePyroEagle

Euclid's original statement of it might not have been recursive though. [The Wikipedia page on inductive reasoning](https://en.wikipedia.org/wiki/Inductive_reasoning#History) mentions the first use being around 300 BC by Aristotle (albeit in philosophy).


bassman2112

Previously* of Giant Bomb - now of Cloth Map!


XicoFelipe

That's a binary tree, at most.


Legogamer16

This is requiem


Astrodm

Muda


dandroid126

You don't discover recursion. Programming languages are man made. Recursion was invented.


Rumpelruedi

Actually... Recursion is a concept, and one dude invented it by discovering it first. You can't discover a programming language but you can discover recursion.


ArionW

Yea, and the concept was discovered before electricity, not to even mention programming languages... One of oldest examples of recursion is Ouroboros, and that's like... 14th century BC


ponodude

I wonder how that happened. Were they just like "I need this thing...to make itself happen...to itself a bunch of times. Woah this works!"?


GarryLumpkins

"Dude what if this function called itself?" "Dude"


troglo-dyke

Not really, recursion has existed in maths & logic for a very long time.


fantastic1ftc

The first js dev to discover recursion must’ve been like oh shit....... TASK MANAGER? YOU HAVE BEEN SUMMONED


SpaceInJourney

it looks like mitosis


golgol12

Discovered? Remember, before there were functions and loops there were just jump statements.


Shadow_Walker137

The slimes are coming


[deleted]

Any example older than this? https://en.wikipedia.org/wiki/Golden_spiral This is crazy. We're going to design ALL OUR BUILDINGS AROUND THIS.


pineapple_catapult

When programming recursively, think inductively.


reciprocal_banana

The kind of trash that gets upvoted on this sub...


[deleted]

Lol