|
Oktatás * Programozás 2 * Szkriptnyelvek * Adator. prog. Teaching * Prog. for Data Sci. Félévek Linkek * kalendárium |
DLang /
Passing a list of integersWe want to pass a list of integers from Python to D. Notes:
Makefile: cat: cat Makefile so: # -shared → build a shared library # -fPIC → position-independent code (needed on Linux for shared libs) dmd -shared -fPIC mylib.d -of=libmylib.so run: ./main.py D code
Python code
After this, you can execute your Python program: $ ./main.py 6 |
![]() Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |