condense-sentences.scm 221 B

12345678910
  1. #!/usr/bin/guile -s
  2. !#
  3. (display "Type out a sentence, and we'll see if we can condense it.")
  4. (display "\n")
  5. (display "\n")
  6. ;; create a named let that loops until you guess the number correctly.
  7. (define sentence (read))