Table of Contents

Programming Language

Nim

Nim (programminglanguage)
Full NameNim
Short NameNim
DescriptionTBD
CompanyUnkown
WebNo
MobileNo
EnterpriseNo
EmbeddedNo
Snippet from Wikipedia: Nim

Nim is a mathematical game of strategy in which two players take turns removing (or "nimming") objects from distinct heaps or piles. On each turn, a player must remove at least one object, and may remove any number of objects provided they all come from the same heap or pile. Depending on the version being played, the goal of the game is either to avoid taking the last object or to take the last object.

Nim is fundamental to the Sprague–Grundy theorem, which essentially says that every impartial game is equivalent to a nim game with a single pile.

GitHub Topics

Nim is a general-purpose systems programming language that's designed to be efficient, expressive, and elegant. The Nim compiler produces dependency-free binaries for most platforms as well as JavaScript for the web.

Hello World

echo "Hello, World!"

See also: Programming Languages