Maintainability: Best way to have two versions of the same function with minor differences
|
|
5
|
186
|
November 10, 2024
|
The Unreasonable Efficiency and Effectiveness of Multiple Dispatch: Your Favourite Examples
|
|
33
|
2196
|
October 18, 2024
|
[RFC/WIP] DuckDispatch.jl
|
|
22
|
1221
|
May 31, 2024
|
Discontiguous Lexical Scope for Multiply Dispatched Functions
|
|
9
|
234
|
May 31, 2024
|
Technical term for "operator inference" related to multiple dispatch
|
|
5
|
180
|
May 10, 2024
|
Possible to know if a certain method supports a certain keyword?
|
|
4
|
196
|
April 4, 2024
|
This function seems to allocate memory only if the argument types are not annotated in the definition
|
|
5
|
235
|
February 14, 2024
|
Tutorials/books on C++ Object Oriented methodology to Julia Multiple Dispatch
|
|
13
|
986
|
December 11, 2023
|
Parametric types & multiple dispatch
|
|
7
|
568
|
November 27, 2023
|
Multiple dispatch on function types
|
|
16
|
601
|
August 17, 2023
|
InlineDispatch.jl – A simple module to perform dispatch on the value of an expression
|
|
0
|
374
|
August 14, 2023
|
[Design pattern] How to let my package internally use functions of another package it does know nothing about?
|
|
10
|
499
|
July 27, 2023
|
If Julia was static typed, how multiple dispatch would work?
|
|
3
|
742
|
March 5, 2023
|
Type() vs type() -- Are constructor methods or conversion functions more idiomatic?
|
|
4
|
399
|
January 20, 2023
|
Implementing broadcasting for a nested `Vector` with a scalar
|
|
7
|
423
|
January 11, 2023
|
Why can't I use Vector{Int64} with functions expecting Vector{Integer}?
|
|
4
|
658
|
December 17, 2022
|
Wield behavior of multiple dispatch
|
|
6
|
385
|
November 29, 2022
|