|
|
|
|
|
by eigenspace
2360 days ago
|
|
> What other languages offer a similar profile? D? Swift? Kotlin (via LLVM)? Julia. It’s fast, JIT compiled (static compilation is possible but it’s quite rough around the edges), has a fantastic type system, uses multiple dispatch to achieve some very cool stuff, has quite powerful lispy macros, and a really great community / library ecosystem, especially in scientific computing. |
|