https://github.com/michalspano/clj
Just clojure stuff.
https://github.com/michalspano/clj
clojure
Last synced: 14 days ago
JSON representation
Just clojure stuff.
- Host: GitHub
- URL: https://github.com/michalspano/clj
- Owner: michalspano
- License: mit
- Created: 2022-04-14T09:47:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T13:04:06.000Z (over 3 years ago)
- Last Synced: 2025-03-11T11:35:03.024Z (over 1 year ago)
- Topics: clojure
- Language: Clojure
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).