mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Add new article about Nim in Action.
This commit is contained in:
BIN
web/assets/niminaction/banner2.png
Normal file
BIN
web/assets/niminaction/banner2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -2,6 +2,9 @@
|
||||
News
|
||||
====
|
||||
|
||||
`2016-11-20 Nim in Action is going into production! <news/e030_nim_in_action_in_production.html>`_
|
||||
===================================
|
||||
|
||||
`2016-10-23 Nim Version 0.15.2 released <news/e028_version_0_15_2.html>`_
|
||||
===================================
|
||||
|
||||
|
||||
53
web/news/e030_nim_in_action_in_production.rst
Normal file
53
web/news/e030_nim_in_action_in_production.rst
Normal file
@@ -0,0 +1,53 @@
|
||||
Nim in Action is going into production!
|
||||
=======================================
|
||||
|
||||
.. container:: metadata
|
||||
|
||||
Posted by Dominik Picheta on 20/11/2016
|
||||
|
||||
.. raw::html
|
||||
|
||||
<a href="https://manning.com/books/nim-in-action?a_aid=niminaction&a_bid=78a27e81">
|
||||
<img src="../assets/niminaction/banner2.png" alt="A printed copy of Nim in Action should be available in March 2017!" width="682"/>
|
||||
</a>
|
||||
|
||||
I am very happy to say that just last week I have put the finishing touches
|
||||
on Nim in Action. The final manuscript has been submitted to Manning (the book's
|
||||
publisher), and the printed version is expected to start shipping in March
|
||||
2017 (give or take 1 month).
|
||||
|
||||
The eBook is still available and now contains all of the book's chapters,
|
||||
including new ones dealing with the foreign function interface and
|
||||
metaprogramming.
|
||||
That said, it may still take some time before the eBook is updated with the
|
||||
latest corrections.
|
||||
|
||||
I am incredibly thankful to everyone that purchased the book already. Many of
|
||||
you have also given me a lot of `brilliant <http://forum.nim-lang.org/t/1978>`_
|
||||
`feedback <https://forums.manning.com/forums/nim-in-action>`_,
|
||||
thank you very much for
|
||||
taking the time to do so. I have done my best to act on this
|
||||
feedback and I hope you will agree that the book has risen in quality as a
|
||||
result.
|
||||
|
||||
Writing this book has been both exhausting and incredible at the same time.
|
||||
I look forward
|
||||
to having a physical copy of it in my hands, and I'm sure many of you do as
|
||||
well. I can safely say that without your support this book would not have
|
||||
happened, even if you did not purchase a copy your interest in Nim has made it
|
||||
possible and I thank you for that.
|
||||
|
||||
As always, you can make a purchase on
|
||||
`Manning's website <https://manning.com/books/nim-in-action?a_aid=niminaction&a_bid=78a27e81>`_.
|
||||
Both eBook's and printed books are available, and purchasing a printed book will
|
||||
get you an eBook for free.
|
||||
You can now also pre-order Nim in Action on
|
||||
`Amazon <https://www.amazon.co.uk/Nim-Action-Dominik-Picheta/dp/1617293431/ref=sr_1_1?ie=UTF8&qid=1479663850&sr=8-1&keywords=nim+in+action>`_!
|
||||
|
||||
If you would like updates about the book then please feel free to
|
||||
follow either `myself <https://twitter.com/d0m96>`_ or
|
||||
`@nim_lang <https://twitter.com/nim_lang>`_ on Twitter. Finally, if you have any
|
||||
questions, do get in touch via `Twitter, NimForum,
|
||||
IRC or Gitter <http://nim-lang.org/community.html>`_.
|
||||
|
||||
Thanks for reading!
|
||||
@@ -1,8 +1,18 @@
|
||||
<a class="news" href="$1news/e030_nim_in_action_in_production.html">
|
||||
<h4>November 20, 2016</h4>
|
||||
<p>Nim in Action is going into production!</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/e028_version_0_15_2.html">
|
||||
<h4>October 23, 2016</h4>
|
||||
<p>Nim version 0.15.2 has been released!</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/e027_version_0_15_0.html">
|
||||
<h4>September 30, 2016</h4>
|
||||
<p>Nim version 0.15.0 has been released!</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/e026_survey_results.html">
|
||||
<h4>September 3, 2016</h4>
|
||||
<p>Nim Community Survey results</p>
|
||||
@@ -13,14 +23,4 @@
|
||||
<p>BountySource Update: The Road to v1.0</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/e024_survey.html">
|
||||
<h4>June 23, 2016</h4>
|
||||
<p>Launching the 2016 Nim community survey!</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/e023_version_0_14_2.html">
|
||||
<h4>June 11, 2016</h4>
|
||||
<p>Nim version 0.14.2 has been released!</p>
|
||||
</a>
|
||||
|
||||
<a href="$1news.html" class="blue">See All News...</a>
|
||||
|
||||
Reference in New Issue
Block a user