summaryrefslogtreecommitdiff
path: root/exercism/emacs-lisp/bob/README.md
blob: 42b85c4e97c4f51f3b556cb1a0ba731d9a30b216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Bob

Welcome to Bob on Exercism's Emacs Lisp Track.
If you need help running the tests or submitting your code, check out `HELP.md`.

## Instructions

Bob is a lackadaisical teenager. In conversation, his responses are very limited.

Bob answers 'Sure.' if you ask him a question, such as "How are you?".

He answers 'Whoa, chill out!' if you YELL AT HIM (in all capitals).

He answers 'Calm down, I know what I'm doing!' if you yell a question at him.

He says 'Fine. Be that way!' if you address him without actually saying
anything.

He answers 'Whatever.' to anything else.

Bob's conversational partner is a purist when it comes to written communication and always follows normal rules regarding sentence punctuation in English.

## Source

### Created by

- @canweriotnow

### Contributed to by

- @benreyn
- @kytrinyx
- @stefanv
- @vermiculus
- @yurrriq

### Based on

Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial. - http://pine.fm/LearnToProgram/?Chapter=06