Attempting to solve Project Rosalind problems with Clojure
- Solve the first 10 Rosalind problems
- Follow Clojure best-practices:
- Use spec to describe data
- Adhere to the Clojure style guide
- Choose good names for functions
- ClojureScript support
- Optimizing for performance unless necessary
clojure -m rosalind.problems.dna --input-file test.txt
clojure -M:solve rna -f rosalind_rna.txt