From 160872df59323da2797614d85b3d5a947360ae66 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Tue, 10 Jan 2017 00:50:38 -0800 Subject: [PATCH] Add link to wiki to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c224f8c..ece9291 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[Link to project wiki](https://github.com/rgleichman/glance/wiki) (for mobile viewers) # Glance Glance is a visual syntax for the programming language Haskell. The goal of this project is to increase programmer happiness and productivity by allowing programmers to create and understand programs in new and different ways. Currently, the Glance executable produces a visual representation of your code in the form of an SVG image when given a textual Haskell source file. In the future, I hope to create a visual editor for Haskell. Please scroll down to see some example images.