Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avramrobert/omnia


https://github.com/avramrobert/omnia

clojure console editor functional-programming repl

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        


omnia_logo


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.