Timeline for answer to Programming Languages Through The Years by Scimonster
Current License: CC BY-SA 3.0
Post Revisions
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot |
Commonmark migration
|
|
| Apr 7, 2015 at 10:57 | comment | added | Alchymist | Even Scratch has a mod function so I'd assume that you could make the GCM/GCD function faster with a block based on if (b==0) then a else GCM(b, a%b) | |
| Apr 6, 2015 at 17:42 | history | edited | Scimonster | CC BY-SA 3.0 |
added 104 characters in body
|
| Apr 6, 2015 at 16:51 | comment | added | Scimonster | That's what you get with block based languages. Come to thing of it, lots of languages look alike. ;) | |
| Apr 6, 2015 at 16:42 | comment | added | mbomb007 | This looks a LOT like programming in Alice... | |
| S Apr 6, 2015 at 12:36 | history | edited | Scimonster | CC BY-SA 3.0 |
edited body
|
| Apr 6, 2015 at 12:36 | review | Suggested edits | |||
| S Apr 6, 2015 at 12:36 | |||||
| Apr 6, 2015 at 10:22 | history | edited | Scimonster | CC BY-SA 3.0 |
added 210 characters in body
|
| Apr 6, 2015 at 9:46 | history | answered | Scimonster | CC BY-SA 3.0 |