justinethier / husk-scheme

A full implementation of the Scheme programming language for the Haskell Platform.
http://justinethier.github.io/husk-scheme
MIT License
308 stars 29 forks source link

a little help for haskell newbies #224

Closed natethern closed 1 year ago

natethern commented 1 year ago

I'm writing a bash script that automatically reports on the differences between many different scheme implementations (e.g. "allows single-ended 'if' " - that kind of thing). Thus, I'm not looking to learn haskell, I just wanted to install and run huski & huskc. It took me a long time to figure out the "cabal install --lib ..." option was what I needed to get huskc working. I'm not invested in this patch, I just think this info will help other users like me.

justinethier commented 1 year ago

Thanks!