|
Creating looping matrixes (Torus-like) with type inheritance
|
|
7
|
300
|
February 18, 2026
|
|
Composition and inheritance: the Julian way
|
|
133
|
42551
|
May 14, 2024
|
|
Required function input types in PyJulia
|
|
0
|
223
|
June 19, 2023
|
|
Is it ok to write interfaces that require field access on subtypes?
|
|
6
|
608
|
May 8, 2023
|
|
Generate a (mutable) struct which inherits others
|
|
12
|
2805
|
April 3, 2023
|
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
5452
|
February 8, 2023
|
|
Metaprogramming: Obtain actual type from Symbol for field inheritance
|
|
15
|
1094
|
July 29, 2022
|
|
[ANN] ObjectOriented.jl (renamed from TyOOP.jl), complete OOP support
|
|
31
|
5884
|
July 15, 2022
|
|
Dispatch on type aliases?
|
|
7
|
988
|
October 31, 2021
|
|
How to simplify the code in constructing struct
|
|
5
|
1305
|
October 31, 2021
|
|
Method inheritance the Julian way
|
|
18
|
2777
|
August 29, 2021
|
|
Deep dive detangling terms: multiple inheritance vs. traits
|
|
10
|
904
|
August 24, 2021
|
|
Multiple Parent Types: How to go about it?
|
|
22
|
2667
|
August 24, 2021
|
|
Function reusing in Julia without inheritance
|
|
3
|
605
|
August 10, 2021
|
|
Why use subtypes instead of traits and duck typing?
|
|
32
|
4780
|
April 15, 2021
|
|
Inheriting from a Type Parameter
|
|
1
|
783
|
April 10, 2021
|
|
Supertype method call inside subtype method with same name
|
|
2
|
835
|
April 7, 2021
|
|
Multiple inheritance carry-over members
|
|
13
|
1511
|
April 6, 2021
|
|
Invoke different method for callable struct / How to emulate pythons `super()`
|
|
4
|
735
|
March 24, 2021
|
|
Union Type vs Inheritance from Abstract Type
|
|
9
|
848
|
January 8, 2021
|
|
ExtensibleUnions.jl - experiments in abstract multiple inheritance via extensible type unions
|
|
2
|
1097
|
December 21, 2020
|
|
About inheritance and abstract types
|
|
46
|
10821
|
June 12, 2020
|
|
Property Inheritance Pattern
|
|
20
|
1959
|
May 26, 2020
|
|
Generating a type inheritance diagram
|
|
3
|
929
|
December 29, 2019
|
|
How to access shared "inherited" fields without paying multiple dispatch performance price?
|
|
14
|
1566
|
July 25, 2019
|
|
How to enforce the fields to be inherited?
|
|
8
|
1182
|
February 12, 2019
|
|
Why doesn't Julia allow multiple inheritance?
|
|
8
|
6537
|
August 31, 2018
|
|
Merging composite types - multiple inheritance of fields/mixins
|
|
3
|
912
|
April 21, 2018
|
|
Numeric types and their relationships
|
|
14
|
1782
|
December 21, 2017
|
|
Workaround for traditional inheritance features in object-oriented languages
|
|
40
|
10592
|
November 14, 2017
|