Make custom type behave like Float64
|
|
4
|
163
|
October 7, 2025
|
Is there an abstract interface for parameter/function estimation?
|
|
2
|
91
|
September 15, 2025
|
Hidden version of searchsortedfirst
|
|
4
|
179
|
August 23, 2025
|
[ANN] MultipleInterfaces.jl: Interfaces with multiple inheritance and multiple dispatch
|
|
28
|
2331
|
August 8, 2025
|
ANN: TraitInterfaces.jl - explicit interfaces in Julia
|
|
0
|
270
|
July 28, 2025
|
Common API for `Integrate`. IntegrationBase
|
|
5
|
176
|
July 11, 2025
|
How can interfaces work with symbolic-diff?
|
|
8
|
210
|
June 3, 2025
|
Interfaces/traits in julia 2.0 and multiple inheritance
|
|
37
|
2978
|
May 7, 2025
|
Avoid copy when using data for Ptr{T}
|
|
4
|
167
|
May 2, 2025
|
Zig Like Interfaces for Julia
|
|
3
|
545
|
February 3, 2025
|
Interfaces.jl unable to find implementation
|
|
2
|
143
|
December 31, 2024
|
Why did Julia choose nominal typing over structural typing/traits?
|
|
29
|
1799
|
November 16, 2024
|
What interface to implement for `round(x, digits=n)` to work?
|
|
2
|
76
|
November 7, 2024
|
Non-intuitive difference of copyto! between CuArray and Array
|
|
3
|
126
|
September 26, 2024
|
Problem making two custom number types work together
|
|
6
|
162
|
August 4, 2024
|
Running a Julia script from MATLAB using system()
|
|
1
|
274
|
February 9, 2024
|
Feasibility of adding multiple inheritance to Julia
|
|
36
|
2650
|
October 31, 2023
|
How to design a custom array-like type for physics calculations: balancing functionality and customization?
|
|
2
|
561
|
September 16, 2023
|
Interface pattern in Julia
|
|
4
|
433
|
July 24, 2023
|
Static testing with JET vs interfaces
|
|
5
|
389
|
April 27, 2023
|
When to Use An Interface ("Base-like") Package
|
|
1
|
364
|
March 5, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
5105
|
February 8, 2023
|
How do I define my own type based on Julia's pre-existing type?
|
|
4
|
387
|
January 31, 2023
|
[pre-ANN/RFC] VectorInterface.jl
|
|
4
|
683
|
August 3, 2022
|
AbstractVector vs AbstractRange: length vs size -- which is fundamental?
|
|
3
|
1133
|
July 28, 2022
|
What is the interface for abstract types in Base?
|
|
2
|
338
|
April 20, 2022
|
Any guides on designing an interface?
|
|
3
|
814
|
March 5, 2022
|
Is there a defined minimal interface for a type to work with SparseArrays?
|
|
22
|
1395
|
October 21, 2021
|
Fully lost with custom broadcasting interface
|
|
3
|
1126
|
October 3, 2021
|
Implementing interface on custom types
|
|
3
|
778
|
August 12, 2021
|