/Nim-World

Nim言語の日本語文書

Primary LanguageJavaScriptMIT LicenseMIT

Nim-World

CircleCI

Nim言語の日本語解説文書です。

Nim言語の使い方などを日本語で書き記したものです。

鋭意製作中。

お手伝いさん急募。

preview

Nim-World

current status

目次は変更される可能性があります。

  • Dive To Nim 👑
  • こんにちは!Nimの世界!
  • 変数
  • 様々な型
  • 序数型
  • 浮動小数点型
  • 文字型
  • 構造化型
  • 条件
  • if
  • case
  • when
  • ループ
  • while
  • for
  • iterator
  • 関数
  • 参照
  • テスト
  • モジュール
  • パッケージ
  • 高度なNim
  • ジェネリクス
  • テンプレートとマクロ
  • プラグマ
  • ポインタとメモリ
  • マルチスレッド
  • FFI
  • コンパイルオプション
  • NimScript
  • アセンブリ

require

  • Node.js
  • vuepress

install

if not installed vuepress,

npm i -g vuepress

already installed or after install,

git clone https://github.com/2vg/Nim-World

build

vuepress dev src # start dev server localhost:8080

or

vuepress build src # build static file to src/.vuepress/dist

Maintainer