Skip to main content dsal3389

Randoms

Go Anonymous Func

started to learn a little bit of go, so here is some good notes about anonymous functions

anonymous functions

well, there are 3 types really for the phrase “anonymous function”.

init

Shared C Libraries

quick access to some sections

when we compile C code, we using shared libraries all the time without knowing it, to see what shared libraries some executable is using we can use the ldd command like so

Call C Code With Python

before you read, its good to know:


sometimes we may want to call C functions from python, because python may be: