Skip to content

agoncharov-reef/nim-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-python

A demo app to show how to run Nim code from within Python.

  1. Install nimpy: nimble install nimpy
  2. Compile .nim sources to shared library: nim c -d:ssl --threads:on --app:lib --out:nimlib.so nimlib.nim
  3. Use it in Python as usual module: import nimlib; nimlib.get(url)

About

Nim + Python coop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published