ANN: TraitInterfaces.jl - explicit interfaces in Julia
|
|
0
|
239
|
July 28, 2025
|
Interfaces/traits in julia 2.0 and multiple inheritance
|
|
37
|
2812
|
May 7, 2025
|
Why did Julia choose nominal typing over structural typing/traits?
|
|
29
|
1706
|
November 16, 2024
|
Module parameters and run-time efficiency
|
|
3
|
56
|
September 17, 2024
|
Holy traits vs "boolean traits"
|
|
9
|
1259
|
July 21, 2024
|
How can I use a Holy trait defined in a module outside of it?
|
|
3
|
137
|
June 30, 2024
|
Which is better for traits? Subtyping vs parametric typing
|
|
3
|
232
|
June 20, 2024
|
Traits and type piracy
|
|
3
|
297
|
April 4, 2024
|
Why traits?
|
|
5
|
1834
|
November 19, 2023
|
Are hasmethod and applicable recommended for defining traits now?
|
|
2
|
427
|
April 17, 2023
|
IsIndexed trait
|
|
2
|
348
|
April 8, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
4999
|
February 8, 2023
|
Dispatch over element type
|
|
14
|
617
|
January 30, 2023
|
Question on Idiomatic Julia, Traits, and Types
|
|
6
|
460
|
January 25, 2023
|
Combining SimpleTraits.jl traits on one type
|
|
5
|
847
|
April 8, 2022
|
Trait dispatch causing allocations
|
|
9
|
817
|
February 4, 2022
|
Deep dive detangling terms: multiple inheritance vs. traits
|
|
10
|
703
|
August 24, 2021
|
Why use subtypes instead of traits and duck typing?
|
|
32
|
4302
|
April 15, 2021
|
[ANN] BinaryTraits.jl - a new traits package
|
|
27
|
3418
|
November 6, 2020
|
"Traits" which may be defined on types or values?
|
|
10
|
704
|
October 24, 2020
|
Types vs traits for dispatch
|
|
7
|
4252
|
September 10, 2020
|
What's the best way to dispatch on an _iterable_ trait?
|
|
15
|
1332
|
July 4, 2020
|
How to subtype a type alias?
|
|
13
|
4327
|
June 30, 2020
|
Protocols/Interfaces/Traits... or: The "what to implement problem"
|
|
10
|
3590
|
June 2, 2020
|
Announcing Traits.jl - a revival of Julia traits
|
|
21
|
9199
|
April 11, 2020
|
Defining traits on functions using macros
|
|
10
|
956
|
March 20, 2020
|
Collection of objects with a trait
|
|
6
|
573
|
January 28, 2020
|
TraitWrapper - an idea for developing a traits based system
|
|
9
|
1130
|
November 25, 2019
|
Make an existing type a child of an abstract type
|
|
3
|
757
|
August 29, 2019
|
Trait inheritance
|
|
4
|
604
|
February 20, 2019
|