Composition and inheritance: the Julian way
|
|
133
|
39607
|
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
|
508
|
May 8, 2023
|
Generate a (mutable) struct which inherits others
|
|
12
|
2568
|
April 3, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
4929
|
February 8, 2023
|
Metaprogramming: Obtain actual type from Symbol for field inheritance
|
|
15
|
904
|
July 29, 2022
|
[ANN] ObjectOriented.jl (renamed from TyOOP.jl), complete OOP support
|
|
31
|
5382
|
July 15, 2022
|
Dispatch on type aliases?
|
|
7
|
859
|
October 31, 2021
|
How to simplify the code in constructing struct
|
|
5
|
1147
|
October 31, 2021
|
Method inheritance the Julian way
|
|
18
|
2388
|
August 29, 2021
|
Deep dive detangling terms: multiple inheritance vs. traits
|
|
10
|
675
|
August 24, 2021
|
Multiple Parent Types: How to go about it?
|
|
23
|
2325
|
August 27, 2021
|
Function reusing in Julia without inheritance
|
|
3
|
544
|
August 10, 2021
|
Why use subtypes instead of traits and duck typing?
|
|
32
|
4195
|
April 15, 2021
|
Inheriting from a Type Parameter
|
|
1
|
750
|
April 10, 2021
|
Supertype method call inside subtype method with same name
|
|
2
|
782
|
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
|
659
|
March 24, 2021
|
Union Type vs Inheritance from Abstract Type
|
|
9
|
751
|
January 8, 2021
|
ExtensibleUnions.jl - experiments in abstract multiple inheritance via extensible type unions
|
|
2
|
1040
|
December 21, 2020
|
About inheritance and abstract types
|
|
46
|
10123
|
June 12, 2020
|
Property Inheritance Pattern
|
|
20
|
1701
|
May 26, 2020
|
Generating a type inheritance diagram
|
|
3
|
857
|
December 29, 2019
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1358
|
July 25, 2019
|
How to enforce the fields to be inherited?
|
|
8
|
1049
|
February 12, 2019
|
Why doesn't Julia allow multiple inheritance?
|
|
8
|
6335
|
August 31, 2018
|
Merging composite types - multiple inheritance of fields/mixins
|
|
3
|
854
|
April 21, 2018
|
Numeric types and their relationships
|
|
14
|
1579
|
December 21, 2017
|
Workaround for traditional inheritance features in object-oriented languages
|
|
40
|
10062
|
November 14, 2017
|
Inheritance in Julia
|
|
11
|
14859
|
September 1, 2017
|