How to support passing temporary buffers around
|
|
23
|
1736
|
March 31, 2022
|
Inconsistencies in Julia syntax and semantics
|
|
7
|
1276
|
March 29, 2022
|
What if the `if` filter from generator statements worked in for loops too?
|
|
4
|
527
|
March 28, 2022
|
Optimisations for loops of known size at compile time
|
|
3
|
605
|
March 25, 2022
|
Base including notnan, notnothing, ...?
|
|
9
|
840
|
March 25, 2022
|
Why is there no `permutedims!(dest,src)`?
|
|
1
|
495
|
March 24, 2022
|
Keyword behaves differently using `;` or `,`
|
|
13
|
762
|
March 22, 2022
|
Compact syntax for combining `Tuple` and `NamedTuple`: `(1, 2; x=2, y=3) == ((1, 2), (x=2, y=3))`
|
|
15
|
832
|
March 21, 2022
|
Why is expanduser not used in abspath
|
|
5
|
801
|
March 19, 2022
|
Difference handling missing of enumerate and eachindex
|
|
3
|
469
|
March 19, 2022
|
Broadcasting string interpolation
|
|
2
|
640
|
March 17, 2022
|
Unzip function
|
|
2
|
430
|
March 16, 2022
|
Accessing and changing struct fields using a dictionary
|
|
1
|
373
|
March 16, 2022
|
Indexing `OrderedDict`s by index instead of key
|
|
3
|
2217
|
March 14, 2022
|
How to check whether profiling is supported
|
|
0
|
361
|
March 14, 2022
|
Would a function istypestable(foo, x) make sense for beginners?
|
|
6
|
753
|
March 13, 2022
|
Piping and broadcasting
|
|
1
|
460
|
March 11, 2022
|
Julia shoudn't silently activate a project associated to a previous Julia version
|
|
3
|
709
|
March 7, 2022
|
AoT / JIT and runtime constant folding
|
|
4
|
939
|
March 2, 2022
|
Interpreted and compiled hybrid
|
|
4
|
715
|
February 28, 2022
|
Opt-in [compat] tests ok ? augment ver list;
|
|
5
|
611
|
February 25, 2022
|
Base.@kwdef
|
|
8
|
2138
|
February 22, 2022
|
Zero and zerounit, analogous to one and oneunit?
|
|
2
|
858
|
February 21, 2022
|
Const vs zero argument function
|
|
4
|
850
|
February 19, 2022
|
Comments on "Transducers & Effects – Mike Innes"
|
|
4
|
2639
|
February 17, 2022
|
Profiling Revised Base
|
|
2
|
455
|
February 17, 2022
|
An experiment for Python Style (but Unidirectional) Generators for Julia
|
|
8
|
1188
|
February 16, 2022
|
Module with Main.BakedPackage in its dependencies
|
|
8
|
554
|
February 13, 2022
|
Whitespace sensitivity
|
|
46
|
4432
|
February 13, 2022
|
Is it possible to import everything but?
|
|
9
|
1262
|
February 10, 2022
|