Timeline for Fibonacci + Fizz Buzz = Fibo Nacci!
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Aug 25, 2016 at 0:08 | history | edited | MegaTom | CC BY-SA 3.0 | added 238 characters in body |
| Aug 24, 2016 at 22:48 | comment | added | Cyoce | I love the symmetry in a=b+b=a | |
| Jun 21, 2016 at 8:22 | comment | added | Erik the Outgolfer | Roses are red, Violets are blue, for Haskell and Ruby, I have no clue. | |
| Jun 21, 2016 at 1:43 | comment | added | MegaTom | @EʀɪᴋᴛʜᴇGᴏʟғᴇʀ yes. puts[...][...] groups as (puts[...])[...] rater than puts([...][...]) | |
| Jun 18, 2016 at 21:52 | comment | added | Erik the Outgolfer | Really need puts [ instead of puts[? | |
| Nov 16, 2015 at 16:28 | comment | added | MegaTom | Thank you @primo. That is a neat trick with the ~ operator. Never seen it before. And now I know why negative indexes are part of ruby:) | |
| Nov 16, 2015 at 16:22 | history | edited | MegaTom | CC BY-SA 3.0 | added 5 characters in body |
| Nov 14, 2015 at 5:27 | comment | added | primo | You can save three bytes by using [b,f='Fibo',n='Nacci',f,b,f+n][~b%6], and two more by removing the parentheses in a=b+b=a. | |
| Nov 10, 2015 at 22:56 | comment | added | Shelvacu | I've worked on this for longer than I'd like to admin and can't find any way to improve it. f,n=%w[Fibo Nacci],f,n='Fibbo','Nacci' and f='Fibbo';n='Nacci' all have the same character count. +1 | |
| Nov 9, 2015 at 21:48 | review | Low quality posts | |||
| Nov 9, 2015 at 22:47 | |||||
| Nov 9, 2015 at 21:27 | history | answered | MegaTom | CC BY-SA 3.0 |