Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avramrobert/omnia
https://github.com/avramrobert/omnia
clojure console editor functional-programming repl
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/avramrobert/omnia
- Owner: AvramRobert
- License: apache-2.0
- Created: 2017-03-01T22:25:51.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T15:06:31.000Z (over 2 years ago)
- Last Synced: 2024-02-02T10:31:57.384Z (12 months ago)
- Topics: clojure, console, editor, functional-programming, repl
- Language: Clojure
- Size: 3.34 MB
- Stars: 85
- Watchers: 4
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Clojure REPL for prototyping, experimenting and trying things out.
It has almost all the power of a fully fledged editor, without being an editor.## Installation
* Download the latest archived release:
[Releases](https://github.com/AvramRobert/omnia/releases)* Extract the `zip` file
* Make the `omnia` file inside executable
* Run
## Features
Can be found [here](docs/features.md).
## Documentation
Can be found [here](docs/configuration.md).
## Bugs
Bug reports can be submitted as issues here on github.
The REPL produces an error file called `.omnia.error` when it crashes.
That file can be found in the same directory as the executable.Should you decide to report the crash, then please attach that file to the issue and give a short description
of the actions performed before the crash.## Feature requests
Feature requests can be submitted as issues with the label `feature`.
Please also add a short description of its use case.Pull requests are also very welcome!
## Rationale
Omnia is designed to be a Clojure sandbox. It is not intended for interactive development.
## License
Copyright © 2017-2022 Robert Avram
Distributed under the Apache-2.0 License.