[ANN] MultipleInterfaces.jl: Interfaces with multiple inheritance and multiple dispatch
|
|
17
|
1278
|
July 31, 2025
|
ANN: TraitInterfaces.jl - explicit interfaces in Julia
|
|
0
|
209
|
July 28, 2025
|
Common API for `Integrate`. IntegrationBase
|
|
5
|
151
|
July 11, 2025
|
How can interfaces work with symbolic-diff?
|
|
8
|
189
|
June 3, 2025
|
Interfaces/traits in julia 2.0 and multiple inheritance
|
|
37
|
2780
|
May 7, 2025
|
Avoid copy when using data for Ptr{T}
|
|
4
|
154
|
May 2, 2025
|
Zig Like Interfaces for Julia
|
|
3
|
518
|
February 3, 2025
|
Interfaces.jl unable to find implementation
|
|
2
|
131
|
December 31, 2024
|
Why did Julia choose nominal typing over structural typing/traits?
|
|
29
|
1700
|
November 16, 2024
|
What interface to implement for `round(x, digits=n)` to work?
|
|
2
|
64
|
November 7, 2024
|
Non-intuitive difference of copyto! between CuArray and Array
|
|
3
|
96
|
September 26, 2024
|
Problem making two custom number types work together
|
|
6
|
148
|
August 4, 2024
|
Running a Julia script from MATLAB using system()
|
|
1
|
262
|
February 9, 2024
|
Feasibility of adding multiple inheritance to Julia
|
|
36
|
2542
|
October 31, 2023
|
How to design a custom array-like type for physics calculations: balancing functionality and customization?
|
|
2
|
552
|
September 16, 2023
|
Interface pattern in Julia
|
|
4
|
423
|
July 24, 2023
|
Static testing with JET vs interfaces
|
|
5
|
375
|
April 27, 2023
|
When to Use An Interface ("Base-like") Package
|
|
1
|
351
|
March 5, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
4989
|
February 8, 2023
|
How do I define my own type based on Julia's pre-existing type?
|
|
4
|
370
|
January 31, 2023
|
[pre-ANN/RFC] VectorInterface.jl
|
|
4
|
667
|
August 3, 2022
|
AbstractVector vs AbstractRange: length vs size -- which is fundamental?
|
|
3
|
1121
|
July 28, 2022
|
What is the interface for abstract types in Base?
|
|
2
|
329
|
April 20, 2022
|
Any guides on designing an interface?
|
|
3
|
790
|
March 5, 2022
|
Is there a defined minimal interface for a type to work with SparseArrays?
|
|
22
|
1326
|
October 21, 2021
|
Fully lost with custom broadcasting interface
|
|
3
|
1094
|
October 3, 2021
|
Implementing interface on custom types
|
|
3
|
764
|
August 12, 2021
|
New Julia interface in Wolfram Mathematica works great
|
|
6
|
2359
|
July 15, 2021
|
What is the "interface" necessary for DifferentialEquations.jl if your data type does not subclass AbstractArray?
|
|
5
|
804
|
April 5, 2021
|
How to use generic constructors in interface modules?
|
|
6
|
574
|
February 5, 2021
|