Learning Crystal With Genetic Algorithms
Learning Crystal lang by re-implementing book samples originally written in Java
I like to learn new tools, programming languages, and exciting topics. I recently found the book Genetic Algorithms in Java Basics , and I found the code samples easy enough to understand to “translate” them to a different programming language for the sole purpose of getting some hands-on experience with a new programming language. I’m done with the 2nd chapter of the book and implemented the genetic algorithm described in that chapter to crystal lang.