https://github.com/avramrobert/omnia
  
  
     
    https://github.com/avramrobert/omnia
  
clojure console editor functional-programming repl
        Last synced: 7 months ago 
        JSON representation
    
- Host: GitHub
- URL: https://github.com/avramrobert/omnia
- Owner: AvramRobert
- License: apache-2.0
- Created: 2017-03-01T22:25:51.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T15:06:31.000Z (about 3 years ago)
- Last Synced: 2025-03-26T18:57:23.846Z (7 months ago)
- Topics: clojure, console, editor, functional-programming, repl
- Language: Clojure
- Size: 3.34 MB
- Stars: 85
- Watchers: 3
- 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.