Composition and inheritance: the Julian way
|
|
133
|
38856
|
May 14, 2024
|
Required function input types in PyJulia
|
|
0
|
200
|
June 19, 2023
|
Is it ok to write interfaces that require field access on subtypes?
|
|
6
|
500
|
May 8, 2023
|
Generate a (mutable) struct which inherits others
|
|
12
|
2518
|
April 3, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
4876
|
February 8, 2023
|
Metaprogramming: Obtain actual type from Symbol for field inheritance
|
|
15
|
887
|
July 29, 2022
|
[ANN] ObjectOriented.jl (renamed from TyOOP.jl), complete OOP support
|
|
31
|
5310
|
July 15, 2022
|
Dispatch on type aliases?
|
|
7
|
845
|
October 31, 2021
|
How to simplify the code in constructing struct
|
|
5
|
1059
|
October 31, 2021
|
Method inheritance the Julian way
|
|
18
|
2291
|
August 29, 2021
|
Deep dive detangling terms: multiple inheritance vs. traits
|
|
10
|
664
|
August 24, 2021
|
Multiple Parent Types: How to go about it?
|
|
23
|
2267
|
August 27, 2021
|
Function reusing in Julia without inheritance
|
|
3
|
543
|
August 10, 2021
|
Why use subtypes instead of traits and duck typing?
|
|
32
|
4123
|
April 15, 2021
|
Inheriting from a Type Parameter
|
|
1
|
743
|
April 10, 2021
|
Supertype method call inside subtype method with same name
|
|
2
|
773
|
April 7, 2021
|
Multiple inheritance carry-over members
|
|
13
|
1370
|
April 6, 2021
|
Invoke different method for callable struct / How to emulate pythons `super()`
|
|
4
|
656
|
March 24, 2021
|
Union Type vs Inheritance from Abstract Type
|
|
9
|
742
|
January 8, 2021
|
ExtensibleUnions.jl - experiments in abstract multiple inheritance via extensible type unions
|
|
2
|
1039
|
December 21, 2020
|
About inheritance and abstract types
|
|
46
|
10058
|
June 12, 2020
|
Property Inheritance Pattern
|
|
20
|
1697
|
May 26, 2020
|
Generating a type inheritance diagram
|
|
3
|
853
|
December 29, 2019
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1350
|
July 25, 2019
|
How to enforce the fields to be inherited?
|
|
8
|
1048
|
February 12, 2019
|
Why doesn't Julia allow multiple inheritance?
|
|
8
|
6271
|
August 31, 2018
|
Merging composite types - multiple inheritance of fields/mixins
|
|
3
|
853
|
April 21, 2018
|
Numeric types and their relationships
|
|
14
|
1576
|
December 21, 2017
|
Workaround for traditional inheritance features in object-oriented languages
|
|
40
|
10038
|
November 14, 2017
|
Inheritance in Julia
|
|
11
|
14843
|
September 1, 2017
|