|
|
|
|
|
by tejtm
2851 days ago
|
|
User defined types are __no__ different than "native" types. You are talking to the llvm compiler, sure you are talking in Julia most of the time, but if you happen to want to talk in C or FORTRAN or ASM in the middle of your high level script, just do. No marshalling of I/O or data structure impedance it all compiles the same. |
|