Deliverable of this project is a web interface, where the user:
1. writes a program code on a text editor in the browser
2. selects some options
3. launches a program through a "go" button
4. on server-side, user data are collected and sent as input to an Haskell program
5. result of program is sent ... Show more