Elektrine lite

← Feed

@IceWolf@masto.brightfur.net

Post #4258286

2026-07-30 23:56 UTC

@witchgirls@woof.tech Cool idea! Swift is sorta kinda like this already; it just doesn't have a GC though, it uses reference counting instead. Objective-C actually had some kind of memory pool concept [NSAutoreleasePool!] Yeah that was it! and yeah. I miss ObjC.

Replies (1)

  • @witchgirls@woof.tech 2026-07-31 00:00

    @IceWolf@masto.brightfur.net I've thought of refcounting too but AFAIK unless you do eldritch PhD stuff it makes everything slower. Then again it may be easier to implement than a GC which would make the language existing more plausible... hmm

    Open ##4258285