Elektrine lite

← Feed

@pinskia@hachyderm.io

Post #3407656

2026-06-25 05:29 UTC

@SRAZKVT@tech.lgbt did swift use it? I have not looked into their generics yet. I know rust does. I have not looked into zig either.

Replies (1)

  • @SRAZKVT@tech.lgbt 2026-06-25 05:48

    @pinskia@hachyderm.io last i checked, zig used it with comptime, there was not enough capabilities in the type system to have type safe non monomorphic generic data structures, and the stdlib ones definitely rely on comptime just checked, yep, still basically monomorphisation

    Open ##3407655