Posts
Cross Compilation Adventures with Python
· ☕ 8 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with C lang
· ☕ 7 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with Rust
· ☕ 6 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with Go
· ☕ 7 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with Dart
· ☕ 6 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with Kotlin/Native
· ☕ 5 min read · ✍️ Nishant
This post is part of the series Cross Compilation Adventures. Read the first part here to know about the premise of this series. TLDR; I want to build cross platform CLI utility tools.

Cross Compilation Adventures with Nim Lang
· ☕ 6 min read · ✍️ Nishant
This post is the first in the series Cross Compilation Adventures. I like working inside the Terminal app. So obviously I am using a lot of Terminal CLI (Command Line Interface) tools 🧰.