Skip to content

Commit

Permalink
[Clojure] Bootstrap (sylhare#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and bobbicodes committed Jan 17, 2020
1 parent 40ad432 commit b5ebd1a
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _(This list is sorted alphabetically.)_

- [C](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Fc)
- [C#](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Fcsharp)
- [Clojure](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Fclojure)
- [Common Lisp](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Fcommon-lisp)
- [Elixir](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Felixir)
- [F#](https://github.com/exercism/v3/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Astatus%2Fhelp-wanted+label%3Atrack%2Ffsharp)
Expand Down
54 changes: 54 additions & 0 deletions languages/clojure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Clojure

Welcome to the workspace for Exercism v3's Clojure track!

This area will contain everything needed to launch the Clojure track, including:

- The new exercises and `config.json` file.
- Reference documentation that help explain Clojure concepts for which no appropriate online document could be found.
- Clojure-specific documentation for contributors.

## Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

- [ ] Have a kick-off discussion between track maintainers
- [ ] Fill out the [maintainers.md](./maintainers.md) file (e.g. [C#](../csharp/maintainers.md))
- [ ] Ensure there is a link to your track's GitHub issues on the [main README.md](../../README.md)
- [ ] [Write a Concept Exercise implementation guide](../../docs/maintainers/writing-a-concept-exercise-github-issue.md)
- [ ] [List out key Concepts for your language](../../docs/maintainers/determining-concepts.md)
- [ ] [Add GitHub issues for 20 Concept Exercises](../../docs/maintainers/writing-a-concept-exercise-github-issue.md)

## Readiness for Launch

Before launch, we need all of the following parts to be completed:

### Track Structure

- [ ] Implemented 20+ Concept Exercises
- [ ] [Updated `config.json`](../../docs/maintainers/migrating-your-config-json-files.md)
- [ ] Added `version` key
- [ ] Added online editor settings
- [ ] Added `indent_style`
- [ ] Added `indent_size`
- [ ] Added Concept Exercises
- [ ] Added Concepts for all Practice Exercises

### Representer

- [ ] Build Representer
- [ ] Deploy Representer

### Test Runner

- [ ] Build Test Runner
- [ ] Deploy Test Runner

## Extra magic

These extra steps will make your track better, but are optional.

### Analyzer

- [ ] Build Analyzer
- [ ] Deploy Analyzer
5 changes: 5 additions & 0 deletions languages/clojure/docs/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# How to implement an Clojure concept exercise

TODO: describe how to implement a concept exercise for the Clojure track. For inspiration, check out the [C# version of this file][csharp-implementing].

[csharp-implementing]: ../../csharp/docs/implementing-a-concept-exercise.md
11 changes: 11 additions & 0 deletions languages/clojure/maintainers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Clojure Maintainers

These awesome people help maintain the Clojure track.

## Senior Maintainers

TODO: add senior maintainers

## Contributing Maintainers

TODO: add contributing maintainers

0 comments on commit b5ebd1a

Please sign in to comment.