Nim in Action

個数:

Nim in Action

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 320 p.
  • 言語 ENG
  • 商品コード 9781617293436
  • DDC分類 005.133

Full Description

DESCRIPTION

Nim is a new general-purpose programming language that offers

support for systems programming, object oriented programming,

procedural programming, functional programming, and more. Nim

combines the speed of C with the expressiveness of Python and the

flexibility of Lisp and it compiles to C as well as C++, Objective C,

and even JavaScript. Nim's features make it perfect for developing



anything from web applications to operating systems.

Nim in Action introduces the Nim programming language and teaches readers how to write native software applications and libraries, web

applications, embedded device software, and programs that

communicate over the internet. This book is full of hands-on examples

that teach how to test, debug, document, and package Nim

applications. It also reveals how to interface with foreign languages

such as C and C++ and how to use metaprogramming features to write

domain specific languages. This book demonstrates how to implement

a fully-functioning chat server, a Twitter clone, and many other

software projects. It provides readers with a solid knowledge of Nim

and the ability to use it to write powerful, portable and efficient

applications.

 

KEY FEATURES

• Teaches how to write portable and efficient applications in Nim

• Written by one of the main contributors to the Nim language

• Lots of practical, real world examples

• Full of hands on code samples and projects

• Compile to C, C++, Objective C, and even JavaScript

AUDIENCE

This book assumes you're a working developer proficient with another

language like Java, Ruby, Python, C#, or C++.

ABOUT THE TECHNOLOGY

Nim is a new programming language that allows developers to write

efficient software using a compiler, which produces native binaries with

zero dependencies via compilation to the C programming language. It is the

only programming language which combines the speed of C with the

expressiveness of Python and the flexibility of Lisp.