Nimpykot
Porting some Python / Kotlin features to Nim
Install / Use
/learn @jabbalaci/NimpykotREADME
NimPyKot
Porting some Python / Kotlin features to Nim.
Installation
$ nimble install pykot
To install the latest development version, issue the following command:
$ nimble install "https://github.com/jabbalaci/nimpykot@#head"
With nimble uninstall pykot you can remove the package.
API Documentation
See here: https://jabbalaci.github.io/nimpykot/ .
Notes
Similar projects: https://github.com/search?q=nimpylib&type=repositories
Sample
Take an integer and reverse it. The result must also be an integer. Example: 1977 → 7791.
import unicode
import pykot/converters
proc reverse_number(n: int): int =
n.toStr().reversed().toInt()
let n = 2018
echo n # 2018
echo reverse_number(n) # 8102
See the samples/ directory for more examples.
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
83.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
339.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
