Add thanks section to README.

This commit is contained in:
Robbie Gleichman 2017-01-06 16:53:46 -08:00
parent 477c1378c0
commit f864cc34fc
2 changed files with 9 additions and 0 deletions

View File

@ -43,3 +43,10 @@ Below is a getting started guide for Glance rendered by Glance itself ([source h
Also, the [Glance wiki](../../wiki) has a brief introduction to the code architecture.
<img src="https://cdn.rawgit.com/rgleichman/glance/798466004c3dfe10fd1b3b25df23e66d61ec1e87/examples/tutorial.svg" alt="Introduction to Glance" />
## Thanks
A large thanks to the creators of [diagrams](http://projects.haskell.org/diagrams/), the main Haskell library used in this project.
Thank you to the [Santa Monica Haskell Users Group](https://www.meetup.com/santa-monica-haskell/) for their support and feedback.
Also thanks to the [/r/haskell](https://www.reddit.com/r/haskell/) subreddit for [reviewing a very early design of the language](https://www.reddit.com/r/haskell/comments/35swgl/review_my_introduction_to_glance_a_new_visual/).

View File

@ -1,6 +1,8 @@
# Todo
## Todo Now
* Add "Learn more" section with link to advantages page to README
* Add wiki pages discussing: Why a visual language?, Glance design goals, History of Glance, FAQ's, How to contribute, Code guide [code style, ...], Related projects, examples demonstrating the utility of Glance etc..
## Todo Later