-
[PyCon](https://us.pycon.org/2023/) is the main meat-space gathering of python programmers. Every year, there are presentations about cool python projects and programming techniques, and these presen…
-
Please re-open this issue:
The root cause seems to be in `DoubleFloats`:
```
julia> Double64(1e300)^2
NaN
julia> Float64(1e300)^2
Inf
```
_Originally posted by @KlausC in https://github.…
-
## Implement Empirical Calculation of Coefficients and Recurrence Solver Integration
### Task
- **Calculate Coefficients**: Implement empirical calculation of sequences \(A_n\), \(B_n\), and \(C_n…
-
Test case:
byte a = -1;
message (a);
byte b = 256;
message (b);
byte c = a - 1;
message (c);
byte d = b + 1;
message (d);
There is no compiler or runtime e…
-
RFC Link - https://github.com/witheve/rfcs/blob/master/proposed/syntax.md
-
This seems like a gotcha (indeed it caught us out when manipulating images):
```jl
julia> x = N0f8(0.5)
0.502N0f8
julia> x + x
0.0N0f8
```
-
### Describe the bug
While I haven't yet noted any consistent patterns that would trigger the issue, during use of the system keyboard on iOS on my personal device, the keyboard has occasionally go…
-
**Reported by fcasella on 11 Dec 2016 19:03 UTC**
I have added a proposal for the clarification of the units of literal constants, which is currently unspecified in Modelica 3.3r1. I hope there's stil…
-
A [homoiconic](https://en.wikipedia.org/wiki/Homoiconicity) programming language can parse itself to an AST expressed as native data that can be transformed within the language, evaluated, or isomorph…
-
Hi y'all, I thought that a good way to get to know each other and to welcome new members is to have an issue for introductions. When adding new members in future I feel we should point them here 😄
@…