Skip to content

SenchoPens/cloud-bees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-bees

Tutorial (in Russian) on Cloud Haskell using the code from this repository: https://habrahabr.ru/company/goto/blog/351496/

Install & Build

git clone https://github.com/SenchoPens/cloud-bees.git
cd cloud-bees
stack setup  # Stack will install GHC
stack build  # Compile

Run

Execute the following line in one terminal:

stack exec cloud-bees-exe 9000 9001 2>/dev/null

And this line in another terminal:

stack exec cloud-bees-exe 9001 9000 2>/dev/null

After this, you will have 2 terminals running a REPL. It supports 2 commands: Add (x, y) to add a flower and Show to list known flowers.

Releases

No releases published

Packages

No packages published