aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEduardo Julian2018-04-14 02:08:58 -0400
committerEduardo Julian2018-04-14 02:08:58 -0400
commit1a3fa23f5c0444f0f8273cbc21875eeabdc321aa (patch)
tree8faaee5978526a4d03f0f1b6fb05fc8adbf3d619 /README.md
parent6687fcd6270213e3b36c1b6e59a9ac9c10c59bf2 (diff)
- Updated README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index a75626076..3b553ccae 100644
--- a/README.md
+++ b/README.md
@@ -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.