An open API service indexing awesome lists of open source software.

https://github.com/michalspano/clj

Just clojure stuff.
https://github.com/michalspano/clj

clojure

Last synced: 14 days ago
JSON representation

Just clojure stuff.

Awesome Lists containing this project

README

          




Programming

This repository contains a collection of simple `Clojure` programs to help beginners learn the basics of the language.

### Running the Programs

Each program is located in its own directory within the `src` folder. To run a program, navigate to its directory and use the `clj` command (from `CLI`).

You can run a `clojure` file by using following command

```sh
clj .clj [arg1] [arg2] [arg_n]
```

### Resources

- [Clojure Docs](https://clojuredocs.org/)
- [ClojureTV](https://www.youtube.com/user/clojuretv)

### Contributing

If you'd like to contribute to this repository, please fork the repository and create a pull request with your changes.

### License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).