Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 2 additions & 0 deletions clojure/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java corretto-21
leiningen 2.12
30 changes: 30 additions & 0 deletions clojure/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Clojure

Skeleton project for Clojure.

## Prerequisites

The toolchain this project needs is declared in [`.tool-versions`](./.tool-versions):

```
java corretto-21
leiningen 2.12
```

Install those however you prefer, as long as they end up on your `PATH`. The quickest route is
[mise](https://mise.jdx.dev/), which reads the file for you:

```sh
mise install
```

## Usage
- `./script/setup` to fetch dependencies
- `./script/test` to run the tests
- `./script/start` to run the app

## Structure
- Code located in [`core.clj`](./src/pairing/core.clj)
- Tests located in [`core_test.clj`](./test/pairing/core_test.clj)

However, you're free to organise your code as you like.
11 changes: 0 additions & 11 deletions clojure/gol/README.md

This file was deleted.

Loading
Loading