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

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

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
```