Skip to content

My submission of a bot, written in Haskell, to the 2018 Entellect challenge.

License

Notifications You must be signed in to change notification settings

Quiescent/entellect-challenge-bot-2018

Repository files navigation

Haskell Sample Bot

Haskell is a purely functional programming language. You can find out more about Haskell here.

Environment Requirements

Install the Haskell Platform and ensure that the stack executable is on the path.

Building

Simply run:

stack install --local-bin-path bin

to build the binary and put it into a folder in the root of the project called bin.

Running

Haskell creates native binaries so you can simply run:

./bin/EntelectChallenge2018-exe

from the command line to invoke the bot program.

About

My submission of a bot, written in Haskell, to the 2018 Entellect challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published