Join Nostr
2026-04-29 15:51:29 UTC

... and and and and ... on Nostr: Programming language idea: A language that truly has no garbage collection, in that ...

Programming language idea: A language that truly has no garbage collection, in that there is no way to reuse nor free memory. All cells can only be set once. Attempting to poke a new value into an already filled cell is an error terminating the program immediate.

#PLIdea