src/problems/prot.lisp @ 888f5c30c949

Enhance the sum/prod macros

Why not?
author Steve Losh <steve@stevelosh.com>
date Mon, 20 Jan 2020 14:19:26 -0500
parents 2735aa6aab79
children (none)
(defpackage :rosalind/prot (:use :cl :rosalind :losh :iterate))
(in-package :rosalind/prot)

(define-problem prot (data string)
    "AUGGCCAUGGCGCCCAGAACUGAGAUCAAUAGUACCCGUAUUAACGGGUGA"
    "MAMAPRTEINSTRING"
  (u:translate data))