Why did Julia choose nominal typing over structural typing/traits?
|
|
29
|
1112
|
November 16, 2024
|
What is a good design for a settable global with a known type?
|
|
4
|
93
|
October 26, 2024
|
Making `setindex` public, how to document it, rethinking the Collections docs
|
|
13
|
604
|
August 15, 2024
|
I don't get Base.IteratorElType
|
|
6
|
352
|
April 30, 2024
|
Job Position @ EnviTrace
|
|
0
|
495
|
March 15, 2024
|
Should Any have an identity constructor method?
|
|
10
|
393
|
January 31, 2024
|
How to Sensibly Implement Generic Slice Indexing for Custom Array Type
|
|
3
|
322
|
January 29, 2024
|
Reference counting and disposables
|
|
4
|
560
|
August 12, 2023
|
Is it ok to write interfaces that require field access on subtypes?
|
|
6
|
499
|
May 8, 2023
|
Allowing the object.method(args...) syntax as an alias for method(object, args ...)
|
|
216
|
12399
|
March 14, 2023
|
Why is `Test` so meta-programming heavy?
|
|
29
|
2972
|
February 20, 2023
|
Keeping well-defined mathematical functions orthogonal to a project structs design
|
|
3
|
438
|
January 6, 2023
|
Design Q: Order of arguments: input data and algorithm type
|
|
4
|
334
|
December 17, 2022
|
Julia better rewritten in rust?
|
|
17
|
3675
|
August 3, 2022
|
[pre-ANN/RFC] VectorInterface.jl
|
|
4
|
653
|
August 3, 2022
|
How to deal with inconsistent objects due to mutation
|
|
19
|
964
|
March 17, 2022
|
Any guides on designing an interface?
|
|
3
|
786
|
March 5, 2022
|
Inheritance in Parametric Types
|
|
7
|
600
|
January 19, 2022
|
Tips on code design for writing new packages
|
|
2
|
484
|
December 12, 2021
|
On beauty of Distributions.jl pdf interface
|
|
20
|
4935
|
September 14, 2021
|
Golang-like member functions
|
|
12
|
1504
|
July 27, 2021
|
Julian design for API library with Websocket client
|
|
2
|
561
|
May 1, 2021
|
Recommended way to cache results of expensive functions?
|
|
6
|
4257
|
February 14, 2021
|
Program design: Types with only fixed Parameters?
|
|
1
|
351
|
January 31, 2021
|
How to rewrite Julia programming language from scratch?
|
|
15
|
2170
|
December 1, 2020
|
Architecture: general module and specific module
|
|
18
|
818
|
September 26, 2020
|
When should a function accept a symbol as an argument?
|
|
40
|
5291
|
July 26, 2020
|
Is there a `recur` syntax to call the current function?
|
|
3
|
992
|
April 19, 2020
|
How to automate a laborous task (via Metaprogramming? Need to access variables of the current working space)
|
|
11
|
1400
|
March 26, 2020
|
How to extend `Base.parse` for my types?
|
|
0
|
941
|
November 11, 2019
|