Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.
/ fregexample Public archive

An example Frege project.

License

Notifications You must be signed in to change notification settings

tfausak/fregexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example Frege project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published