123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- Nim's Community
- ===============
- .. container:: standout
- Forum
- -----
- The `Nim forum <https://forum.nim-lang.org/>`_ is the place where most
- discussions related to the language happen. It not only includes discussions
- relating to the design of Nim but also allows for beginners to ask questions
- relating to Nim.
- .. container:: standout
- Mailing list
- ------------
- The mailing list can be found here: http://www.freelists.org/list/nim-dev
- There is no consensus yet about what is discussed via the forum as opposed
- to the mailing list. Join whatever you like!
- .. container:: standout
- IRC
- ----
- Many Nim developers are a part of the
- `#nim IRC channel <http://webchat.freenode.net/?channels=nim>`_ on
- Freenode. That is the place where the rest of the discussion relating to Nim
- occurs. Be sure to join us there if you wish to discuss Nim in real-time.
- IRC is the perfect place for people just starting to learn Nim and we
- welcome any questions that you may have!
- You may also be interested in reading the
- `IRC logs <https://irclogs.nim-lang.org/>`_ which are an archive of all
- of the previous discussions that took place in the IRC channel.
- .. container:: standout
- GitHub
- ------
- Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on GitHub.
- Together with the `wiki <http://github.com/nim-lang/Nim/wiki>`_ and
- `issue tracker <http://github.com/nim-lang/Nim/issues>`_.
- GitHub also hosts other projects relating to Nim. These projects are a part
- of the `nim-lang organisation <http://github.com/nim-lang>`_.
- This includes the `Nimble package manager <https://github.com/nim-lang/nimble>`_
- and its `package repository <http://github.com/nim-lang/packages>`_.
- .. container:: standout
- Twitter
- -------
- Follow us `@nim_lang <http://twitter.com/nim_lang>`_ for latest news about
- Nim.
- .. container:: standout
- Reddit
- ------
- Subscribe to `/r/nim <http://reddit.com/r/nim>`_ for latest news about
- Nim.
- .. container:: standout
- StackOverflow
- -------------
- When asking a question relating to Nim, be sure to use the
- `Nim <http://stackoverflow.com/questions/tagged/nim>`_ tag in your
- question.
- .. container:: standout
- Google+
- -------
- The `G+ Nim community <https://plus.google.com/u/0/communities/106921341535068810587>`_ is another place where discussions related to the language happen. Read and follow various articles, posts and interesting links about Nim.
- .. container:: standout
- Gitter
- ------
- The `Gitter Chatroom for Nim <https://gitter.im/nim-lang/Nim>`_ is the persistent logged "natural" chatroom for GitHub repositories and very easy to access for GitHub users. This does not need additional software and can send notifications about messages by email.
- .. container:: standout
- Meetup
- ------
- The `Nim BR Meetup <http://www.meetup.com/pt-BR/nim-br>`_ is a brazilian user group about Nim where they are having discussions, talks or workshops about Nim programming language.
- .. container:: standout
- How to help
- -----------
- There are always many things to be done in the main
- `Nim repository <https://github.com/nim-lang/Nim>`_, check out the
- `issues <https://github.com/nim-lang/Nim/issues>`_ for
- things to do; pull requests are always welcome. You can
- also contribute to the many other projects hosted by the
- `nim-lang <https://github.com/nim-lang>`_ organisation on github. If you
- can't find anything you fancy doing, you can always ask for inspiration on IRC
- (irc.freenode.net #nim) or on the `Nim forums <http://forum.nim-lang.org>`_.
- .. container:: standout
- Donations
- ---------
- If you love what we do and are feeling generous then you can always donate.
- Contributions of any quantity are greatly appreciated and will contribute to
- making Nim even better!
- Gittip
- .. raw:: html
- <img src="http://img.shields.io/gratipay/nim.svg">
- BountySource
- .. raw:: html
- <img src="https://img.shields.io/bountysource/team/mozilla-core/activity.svg">
- Paypal
- .. raw:: html
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
- <input type="hidden" name="cmd" value="_s-xclick">
- <input type="hidden" name="hosted_button_id" value="C6PBFRF4WDR2E">
- <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
- <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
- </form>
- Bitcoin
- Bitcoin address: 1BXfuKM2uvoD6mbx4g5xM3eQhLzkCK77tJ
|