https://github.com/yurrriq/eta-first
Simple Eta -> Clojure interop example
https://github.com/yurrriq/eta-first
clojure eta haskell jvm-languages learning-by-doing
Last synced: 7 months ago
JSON representation
Simple Eta -> Clojure interop example
- Host: GitHub
- URL: https://github.com/yurrriq/eta-first
- Owner: yurrriq
- License: bsd-3-clause
- Created: 2017-06-07T12:39:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:40:08.000Z (over 8 years ago)
- Last Synced: 2025-01-18T02:44:14.564Z (9 months ago)
- Topics: clojure, eta, haskell, jvm-languages, learning-by-doing
- Language: Haskell
- Homepage: https://github.com/yurrriq/eta-first
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eta-first
*Simple Eta -> Clojure interop example*
## Building
```fish
make
```## Example
```fish
java -jar target/uberjar/eta-first-0.1.0-SNAPSHOT-standalone.jar 10
``````clojure
(fib 10) ;=> 89
```