|
Inconsistencies in Julia syntax and semantics
|
|
7
|
1351
|
March 29, 2022
|
|
What if the `if` filter from generator statements worked in for loops too?
|
|
4
|
607
|
March 28, 2022
|
|
Optimisations for loops of known size at compile time
|
|
3
|
647
|
March 25, 2022
|
|
Base including notnan, notnothing, ...?
|
|
9
|
959
|
March 25, 2022
|
|
Why is there no `permutedims!(dest,src)`?
|
|
1
|
512
|
March 24, 2022
|
|
Keyword behaves differently using `;` or `,`
|
|
13
|
924
|
March 22, 2022
|
|
Compact syntax for combining `Tuple` and `NamedTuple`: `(1, 2; x=2, y=3) == ((1, 2), (x=2, y=3))`
|
|
15
|
968
|
March 21, 2022
|
|
Why is expanduser not used in abspath
|
|
5
|
888
|
March 19, 2022
|
|
Difference handling missing of enumerate and eachindex
|
|
3
|
525
|
March 19, 2022
|
|
Broadcasting string interpolation
|
|
2
|
684
|
March 17, 2022
|
|
Unzip function
|
|
2
|
459
|
March 16, 2022
|
|
Accessing and changing struct fields using a dictionary
|
|
1
|
399
|
March 16, 2022
|
|
Indexing `OrderedDict`s by index instead of key
|
|
3
|
2320
|
March 14, 2022
|
|
How to check whether profiling is supported
|
|
0
|
373
|
March 14, 2022
|
|
Would a function istypestable(foo, x) make sense for beginners?
|
|
6
|
813
|
March 13, 2022
|
|
Piping and broadcasting
|
|
1
|
497
|
March 11, 2022
|
|
Julia shoudn't silently activate a project associated to a previous Julia version
|
|
3
|
758
|
March 7, 2022
|
|
AoT / JIT and runtime constant folding
|
|
4
|
1002
|
March 2, 2022
|
|
Interpreted and compiled hybrid
|
|
4
|
782
|
February 28, 2022
|
|
Opt-in [compat] tests ok ? augment ver list;
|
|
5
|
686
|
February 25, 2022
|
|
Base.@kwdef
|
|
8
|
2288
|
February 22, 2022
|
|
Zero and zerounit, analogous to one and oneunit?
|
|
2
|
900
|
February 21, 2022
|
|
Const vs zero argument function
|
|
4
|
895
|
February 19, 2022
|
|
Comments on "Transducers & Effects – Mike Innes"
|
|
4
|
2711
|
February 17, 2022
|
|
Profiling Revised Base
|
|
2
|
492
|
February 17, 2022
|
|
An experiment for Python Style (but Unidirectional) Generators for Julia
|
|
8
|
1295
|
February 16, 2022
|
|
Module with Main.BakedPackage in its dependencies
|
|
8
|
643
|
February 13, 2022
|
|
Whitespace sensitivity
|
|
46
|
5005
|
February 13, 2022
|
|
Is it possible to import everything but?
|
|
9
|
1347
|
February 10, 2022
|
|
Should `literal_pow` optimize for bigger exponents?
|
|
15
|
954
|
February 10, 2022
|