From f0ffd298441aba673fa4f2a03c34129bb14c8094 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Tue, 27 Jun 2017 11:49:56 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6014d1ace8..ce9301feda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # ELENA Programming Language +[![Join the chat at https://gitter.im/ELENA-LANG/elena-lang](https://badges.gitter.im/ELENA-LANG/elena-lang.svg)](https://gitter.im/ELENA-LANG/elena-lang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + ELENA is a general-purpose, object-oriented language with late binding. It features message dispatching, mixins and a script engine. This is the GitHub repository of ELENA source code including compiler, IDE, ELENA libraries and samples.