Sha256: 52bffcc815906fb81673259546d4b0ba0cf53c6d5f00680b487ae7774a998aac

Contents?: true

Size: 1.52 KB

Versions: 138

Compression:

Stored size: 1.52 KB

Contents

# Acronym

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name
like Portable Network Graphics to its acronym (PNG).


## Getting Started

For installation and learning resources, refer to the
[exercism help page](http://exercism.io/languages/haskell).

## Running the tests

To run the test suite, execute the following command:

```bash
stack test
```

#### If you get an error message like this...

```
No .cabal file found in directory
```

You are probably running an old stack version and need
to upgrade it.

#### Otherwise, if you get an error message like this...

```
No compiler found, expected minor version match with...
Try running "stack setup" to install the correct GHC...
```

Just do as it says and it will download and install
the correct compiler version:

```bash
stack setup
```

## Running *GHCi*

If you want to play with your solution in GHCi, just run the command:

```bash
stack ghci
```

## Feedback, Issues, Pull Requests

The [exercism/haskell](https://github.com/exercism/haskell) repository on
GitHub is the home for all of the Haskell exercises.

If you have feedback about an exercise, or want to help implementing a new
one, head over there and create an issue.  We'll do our best to help you!

## Source

Julien Vanier [https://github.com/monkbroc](https://github.com/monkbroc)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

138 entries across 138 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.179 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.178 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.177 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.176 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.175 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.174 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.173 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.172 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.171 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.170 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.169 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.167 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.166 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.165 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.164 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.163 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.162 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.161 tracks/haskell/exercises/acronym/README.md
trackler-2.2.1.160 tracks/haskell/exercises/acronym/README.md