Learning Go with Rosalind
What is Rosalind?
Rosalind.info is a website with programming challenges, similar in spirit
to Project Euler, but with
a focus on bioinformatics.
Problems in the bioinformatics track are presented grouped by chapter,
with several problems per chapter. The problems are designed like a coding
competition, with problems providing structured input files and expecting
structured output from each calculation. Each time you solve a problem, a
unique input is generated, and you have a time limit in which to run your
code to solve the problem.
What is Go?
Go is a programming language that is …