diff options
author | Eduardo Julian | 2018-04-14 02:08:58 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-04-14 02:08:58 -0400 |
commit | 1a3fa23f5c0444f0f8273cbc21875eeabdc321aa (patch) | |
tree | 8faaee5978526a4d03f0f1b6fb05fc8adbf3d619 /README.md | |
parent | 6687fcd6270213e3b36c1b6e59a9ac9c10c59bf2 (diff) |
- Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -152,13 +152,10 @@ There is also the special **^or** macro, which introduces *or patterns*: ### Is there a community for this? -Come join the discussion group at: https://groups.google.com/forum/#!forum/lux-programming-language +Come join the forum at: http://luxlang.freeforums.net/ If you want to communicate with me directly, just email me at luxlisp@gmail.com -Also, you can chat with us on Gitter: -[![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) - ### How can I edit Lux code? Check out the Emacs plugin for it: https://github.com/LuxLang/lux/tree/master/lux-mode @@ -171,8 +168,6 @@ It will always be up-to-date with the latest stable version of the language. Also, you can check out the documentation for the currently available modules: https://luxlang.github.io/lux/ -Finally, you can check out the Lux DevLog, where I talk about different topics related to Lux and post tutorials: http://luxlang.blogspot.com/ - ### How can I contribute? For starters, you can check out the Trello board for Lux development: https://trello.com/b/VRQhvXjs/lux-jvm-compiler @@ -181,6 +176,4 @@ I'll be putting there tasks that people can contribute to; both in the compiler Writing libraries in Lux will also help a lot in making this a more practical language for day to day use. -Communication is done over Gitter and the Google group. - ##### Copyright (c) 2014-2018 Eduardo Julian. All rights reserved. |