go get github.com/aureleoules/gocaml
- Edit
.env
and add your Discord BOT Token go build
To evaluate CAML code on your discord, simply tag your Discord BOT, and enter your code in a triple backtick block as follows:
```ocaml
let a = 2;;
```
will result in
# val a : int = 2