Skip to content

Version control for my dissertation project seemed pretty sensible.

License

Notifications You must be signed in to change notification settings

Carbsta/lambdacalc

Repository files navigation

Programming from Nothing


A lambda calculus dissertation project.

Installing

After cloning this repo, run cabal update && cabal install --only-dependencies

Then build with cabal build

Running the Bot

For setting up the bot with discord, including creating the required API tokens please view this guide from discord-haskell.

Then create a file named auth-token.secret and add your token (not the secret id) from https://discordapp.com/developers/applications/me

This is the Bot token (Not the client secret) from developer portal under the settings tab.

Make sure this file is in the directry the bot is in.

You can then run the bot by either running the executable generated by cabal build or by running cabal run

About

Version control for my dissertation project seemed pretty sensible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published