https://github.com/nonrational/clojure-sandbox
Learn you a Clojure
https://github.com/nonrational/clojure-sandbox
Last synced: 18 days ago
JSON representation
Learn you a Clojure
- Host: GitHub
- URL: https://github.com/nonrational/clojure-sandbox
- Owner: nonrational
- License: other
- Created: 2020-03-04T19:52:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T19:52:34.000Z (over 6 years ago)
- Last Synced: 2025-11-30T11:25:57.673Z (7 months ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clojure-sandbox
A Clojure library designed to ... well, that part is up to you.
## macOS Environment
### Install Java 11
Open `jdk-11.0.6_osx-x64_bin.dmg` to install JDK11
### Set Up Shell
```bash
brew bundle
echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(jenv init -)"' >> ~/.bash_profile
jenv add /Library/Java/JavaVirtualMachines/jdk-11.0.6.jdk/Contents/Home/
```
## Usage
FIXME
## License
Copyright © 2020 FIXME
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.