タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

nimに関するdarwiniaのブックマーク (2)

  • VimでNim言語を書く設定 - Blank File

    VimNimのコードを書くときに、してあると便利な設定を紹介します。 Nimについては、このブログの前の記事を参照して下さい。 Nimの紹介 − Python風静的型付言語 〜コンパイラと型推論を添えて〜 - Blank File 他のエディタの設定はここで紹介されています。以下、一部前の記事と重複しますがご容赦ください。 最低限必要なこと nimrod.vimをインストールして下さい。 これでシンタックスハイライトや自動インデントが有効になり、ジャンプ機能等も使えるようになります。 以降は主に私が使っているプラグイン用の設定です。 quickrun の設定 簡単にコンパイルから実行までをしてくれるvim-quickrun用の設定です。 quickrunデフォルトの設定は少し古かったので動かず、nimrod.vimに含まれているquickrun用の設定は少し物足りなかったので別途設定を書

    VimでNim言語を書く設定 - Blank File
  • Nim · How I Start.

    Nim is a young and exciting imperative programming language that is nearing its 1.0 release. My main motivation for using Nim is its performance / productivity ratio and the joy of programming in Nim. In this guide I’m going to show you how I start a Nim project. For this purpose we will write a small interpreter for the brainfuck language. While Nim is a practical language with many interesting f

    darwinia
    darwinia 2015/02/10
    How I Start Nim
  • 1