|
|
|
|
|
by satyenr
2355 days ago
|
|
C, C++, D, Nim, Haskell, OCaml, Rust, Swift, Objective-C, Crystal..... the list goes on. Many of the languages have a native code implementation in addition to an interpreter or a byte code compiler — e.g. Common Lisp (SBCL), Scheme (Chicken Scheme), Kotlin/Native..... |
|
I guess with musl C, C++ and Rust can do that though it is a bit of work.
OCaml seems to link only to non OCaml stuff dynamically, which fits the bill too.