Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

New language

Name: Anonymous 2012-10-06 17:20

Runtime optional.
GC optional.
Static typing.
Binary compatibility with C.
Algebraic types.
Lambdas.
Traits.
Safe shared mutable state.

Name: Anonymous 2012-10-07 18:31

>>30
It's true that you can't move allocated data but you can defragment as you free and reallocate (...) in long-running programs
O(n2).

compacting
O(n), also with less cache misses since defragmenting is done in large contiguous pieces.

Please note that I am against GC implementations that do not allow immediate freeing and/or manually-managed block groups.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List