Timeline for Compact game of life implementation
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Apr 13, 2017 at 12:40 | history | edited | Community Bot |
replaced http://codereview.stackexchange.com/ with https://codereview.stackexchange.com/
|
|
Feb 11, 2017 at 15:19 | history | edited | Nestor Demeure | CC BY-SA 3.0 |
added 197 characters in body
|
Feb 11, 2017 at 15:10 | history | edited | Nestor Demeure | CC BY-SA 3.0 |
explaining the "createRandomBoard is not a function"
|
Feb 10, 2017 at 16:51 | comment | added | JanDotNet | The other tips are helpful... I really like functional programming - but it needs a lot of rethinking. So, thanks for helping :) | |
Feb 10, 2017 at 16:46 | comment | added | JanDotNet |
Thanks for your feedback! List.zip combines the n'th element of list A with the n'th element of list A. However, my custom combine function combines each element of list A with each element of list B. Therefore it's not the same IMHO (Or do you have special trick in mind? ;))
|
|
Feb 10, 2017 at 13:15 | comment | added | user110704 |
2. Array.set ar ind x can be rewritten as ar.[ind] <- , well, it can be useful for type inference.
|
|
Feb 10, 2017 at 13:13 | comment | added | user110704 |
1. let rnd = new Random(10) <- sequence will begin with the same value
|
|
Feb 10, 2017 at 13:12 | comment | added | user110704 | let me leave a few comments: | |
Feb 9, 2017 at 12:39 | review | First posts | |||
Feb 9, 2017 at 12:48 | |||||
Feb 9, 2017 at 12:35 | history | answered | Nestor Demeure | CC BY-SA 3.0 |