/gocaml

🥑 Evaluate CAML code on Discord

Primary LanguageGo


GOCAML
GOCAML

Evaluate CAML on Discord

example

Install

  • go get github.com/aureleoules/gocaml
  • Edit .env and add your Discord BOT Token
  • go build

Get started

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

License

MIT © Aurèle Oulès