Home

Awesome

Fregexample

An example Frege ("free-guh") project.

The easiest way to get started is with Leiningen ("line-ing-en"). Once you have it installed, you can run this project with:

$ lein run

You can also create a redistributable uberjar with:

$ lein uberjar
$ java -jar target/fregexample-0.0.0-SNAPSHOT-standalone.jar

You can also start a Clojure REPL:

$ lein repl

It would be nice to have a Frege REPL, but I don't know how to make that happen. I opened an issue for adding the Frege REPL to Leiningen.

There is a rudimentary test suite. You can run it with:

$ lein with-profile test run

It would be nice to use FrUnit, but I haven't figured out how to do that yet.

This project borrows liberally from frege-lein-template.