lrlna / olivaw

■□ elementary cellular automata library □■
MIT License
24 stars 2 forks source link

Programming allong pair programmers #9

Open bas080 opened 7 years ago

bas080 commented 7 years ago

@lrlna and @mpj, I really enjoyed the automata pair programming session. I was programming along. I went for a functional programming approach, wrote it in node and used console.log to print the result.

This is the result

auto

https://gist.github.com/359c79605f78aaa6184c0e2dc93e6156

Love, @bas080

lrlna commented 7 years ago

That's awesome! thanks for sharing your resulting code ✨

bas080 commented 6 years ago

@lrlna, I have taken the time to cleanup the code and added actual streams. Maybe you and others find it useful.

https://github.com/bas080/automata

lrlna commented 6 years ago

@bas080 that looks really cool, Bas! I really like the stream implementation also; interesting take on it :)