Scheme interpreter from tutorial
I added test-cases, implemented reader's exercises and polished code a little bit
Compatibility can be tested with online Scheme interpreter
Stack - the build system
cabal init- creates initial cabal config filestack init- creates new stack project, stack.yaml etc.
stack buildstack exec schemeinterpreter- this runs scheme repl :-)stack teststack repl- opens haskell repl
