|
|
|
|
|
by thomastjeffery
3206 days ago
|
|
The wonderful thing is that we can mix the two. One great method is to write your program using a nice functional language (Haskell, CL/racket/scheme, etc.), and where you want optimizations, replace functions with lower level imperative language implementations (C/C++, rust, etc.) and FFI. |
|