LoginSignup
2
1

More than 3 years have passed since last update.

AtCoder用の Nim0.13 のメモ

Last updated at Posted at 2019-01-16

2019年1月現在 Nim は version0.19 がリリースされています.
それに対してAtCoderで使用可能なNimは2016年1月に出た 0.13 です.
これはかなり古いです。

Docker Image

https://hub.docker.com/r/muratam/nim0.13.0
作りました

ビルド

OSXではバグでchoosenimで落とせないので自分でビルドしましょう.
https://nim-lang.org/download/nim-0.13.0.tar.xz のリンクが残ってますので,解凍し,build.sh を叩けばカレントディレクトリのbin以下にnimコンパイラのバイナリをビルドできます.

ver0.13の標準ライブラリのドキュメント

ver0.13の実装

追記

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1