From 6c7b1f1b81eefcb9f9cc4187123779b5bf6d71b2 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sun, 20 Sep 2020 23:14:33 -0700 Subject: [PATCH] Add link to YouTube channel to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b63d313..cc78578 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [Link to project wiki](https://github.com/rgleichman/glance/wiki) (for mobile viewers) + +For updates and coding livestreams check out the [Glance YouTube channel](https://www.youtube.com/channel/UCs2gsWfcy83Yqk873WkPfeg). # 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.