From ddb8ad7c80de65997c75b6000b98be1f7f4f6837 Mon Sep 17 00:00:00 2001
From: Morten Linderud <morten@linderud.pw>
Date: Fri, 12 Sep 2014 01:53:24 +0200
Subject: [PATCH] Add Hylang and new section for programming languages

Wasn't any sections for programming languages written in Python. So added that along with Hylang!
https://github.com/hylang/hy

:shipit:
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 1f1d095..9491ac3 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
     - [Miscellaneous](#miscellaneous)
     - [Algorithms and Design Patterns](#algorithms-and-design-patterns)
     - [Editor Plugins](#editor-plugins)
+    - [Programming Languages](#programming-languages)
 - [Resources](#resources)
     - [Websites](#websites)
     - [Weekly](#weekly)
@@ -1033,6 +1034,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
     * [Linter-flake8](https://github.com/AtomLinter/linter-flake8) - An addon to `linter`, that acts as an interface for `flake8`.
     * [virtualenv](https://github.com/jhutchins/virtualenv) - Atom package for virtualenv management.
 
+## Programming Languages
+*Programming languages written in Python*
+
+* [Hylang](https://github.com/hylang/hy) - Bidirectional Lisp written in Python
+
 # Resources
 
 Where to discover new Python libraries.
-- 
GitLab