|
|
|
|
|
by bitmapper
1866 days ago
|
|
My favorite example of this is probably Clean, which solves this using uniqueness types. You can have unique values that are managed using compile time memory management, but also are free to use garbage collected values. It makes for a very performant pure functional language.
My only gripe is that the stdlib is abysmal, and hardcoded into the compiler. |
|