diff options
author | LuxLang | 2015-08-20 11:29:04 -0400 |
---|---|---|
committer | LuxLang | 2015-08-20 11:29:04 -0400 |
commit | 16822a82f6c983139db0ab2867fc86b98fa42c0b (patch) | |
tree | abb15c0be3af62efea61572f8ecfc971cda54f40 | |
parent | 3b0b7de8d898662ba154aa8cbd578d26fb91e62e (diff) | |
parent | bd2e954aeeccc62691e50c911d95323f1d3569ab (diff) |
Merge pull request #9 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ ## What is Lux? +[![Join the chat at https://gitter.im/LuxLang/lux](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/LuxLang/lux?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Lux is a new programming language in the making. It's meant to be a functional, statically-typed Lisp that will run on several platforms, such as the Java Virtual Machine and JavaScript interpreters. |