[obsidian] vault backup: 2025-06-20 13:23:30[
All checks were successful
Build / build (push) Successful in 8m10s

This commit is contained in:
2025-06-20 13:23:31 +09:00
parent 808b8f4faa
commit e845d93bfc
4 changed files with 35 additions and 1 deletions

14
content/Nim.md Normal file
View File

@ -0,0 +1,14 @@
---
date: 2025-06-20 12:57
---
#programming-language
[Nim Programming Language](https://nim-lang.org/)
ランタイムレスなコンパイル言語。カスタムのメモリアロケーターとかも定義できる。
コンパイラもセルフホスティングされているし、STLもNim自身で書かれている。
CやC++との連携がしやすい。