A programming language idea: no static code, explicit caller context (Kite)
Kapendev
alexandroskapretsos at gmail.com
Wed Apr 29 21:47:46 UTC 2026
On Wednesday, 29 April 2026 at 21:23:15 UTC, Marconi wrote:
> For allocation, filesystem access, logging, I/O, etc., the
> model feels natural: the callee should not silently decide
> policies, so it asks the caller for authority.
OPINION ALERT!
I think callers should not have full power over a callee because
you don't know as a caller how the callee works. Less generic
code might have more lines of code, but at least it's easier to
reason about as a user. Anyway, ignore me. I am ranting about
current coding trends (global context systems, allocator APIs,
...). Return to monkeyyy and write specific systems for specific
problems.
More information about the Digitalmars-d
mailing list