Why did Julia choose nominal typing over structural typing/traits?
|
|
29
|
1112
|
November 16, 2024
|
What interface to implement for `round(x, digits=n)` to work?
|
|
2
|
60
|
November 7, 2024
|
Non-intuitive difference of copyto! between CuArray and Array
|
|
3
|
60
|
September 26, 2024
|
Problem making two custom number types work together
|
|
6
|
145
|
August 4, 2024
|
Running a Julia script from MATLAB using system()
|
|
1
|
224
|
February 9, 2024
|
Feasibility of adding multiple inheritance to Julia
|
|
36
|
2436
|
October 31, 2023
|
How to design a custom array-like type for physics calculations: balancing functionality and customization?
|
|
2
|
545
|
September 16, 2023
|
Interface pattern in Julia
|
|
4
|
405
|
July 24, 2023
|
Static testing with JET vs interfaces
|
|
5
|
348
|
April 27, 2023
|
When to Use An Interface ("Base-like") Package
|
|
1
|
343
|
March 5, 2023
|
RFC: Language Support for Traits — Yay or Nay?
|
|
45
|
4870
|
February 8, 2023
|
How do I define my own type based on Julia's pre-existing type?
|
|
4
|
359
|
January 31, 2023
|
[pre-ANN/RFC] VectorInterface.jl
|
|
4
|
653
|
August 3, 2022
|
AbstractVector vs AbstractRange: length vs size -- which is fundamental?
|
|
3
|
1073
|
July 28, 2022
|
What is the interface for abstract types in Base?
|
|
2
|
323
|
April 20, 2022
|
Any guides on designing an interface?
|
|
3
|
786
|
March 5, 2022
|
Is there a defined minimal interface for a type to work with SparseArrays?
|
|
22
|
1299
|
October 21, 2021
|
Fully lost with custom broadcasting interface
|
|
3
|
1025
|
October 3, 2021
|
Implementing interface on custom types
|
|
3
|
747
|
August 12, 2021
|
New Julia interface in Wolfram Mathematica works great
|
|
6
|
2259
|
July 15, 2021
|
What is the "interface" necessary for DifferentialEquations.jl if your data type does not subclass AbstractArray?
|
|
5
|
792
|
April 5, 2021
|
How to use generic constructors in interface modules?
|
|
6
|
559
|
February 5, 2021
|
Interface for subtypes of Core.Real
|
|
6
|
683
|
November 17, 2020
|
Dynamic Imports and User Defined Interfaces in Julia
|
|
4
|
1019
|
October 14, 2020
|
Protocols/Interfaces/Traits... or: The "what to implement problem"
|
|
10
|
3513
|
June 2, 2020
|
Can't launch jupyter from Juliabox
|
|
2
|
698
|
May 26, 2020
|