-
# Proposal
This is a Julep suggested by @StefanKarpinski during this [julia-users group discussion](https://groups.google.com/forum/#!topic/julia-users/7IqQROx_zIo).
Julia lacks a C-style [switc…
-
Hi,
I'm the maintainer of [Husky.Net](https://github.com/alirezanet/Husky.Net) tool, In big projects using dotnet-format is a real pain, it takes a lot of time to complete. This is one of the reasons…
-
As mentioned in https://github.com/pressureless/linear_algebra/issues/38, we could consider supporting spaces to indicate long numbers, so that
```I❤️LA
A = 400 000 000
```
would be equivalen…
-
@danbri and @alex-jansen:
https://github.com/schemaorg/schemaorg/issues/2915 added https://schema.org/iso6523Code (see that issue and https://en.wikipedia.org/wiki/ISO/IEC_6523 for a description).
…
-
Since #1316 is closed and I did not had the time yet to work out an real use-case example/proces for which I opened previous issue. Which is btw slightly off-topic compare to #1316.
Assuming we wan…
-
I've been working on trying to disambiguate C, and I need a few tools for that.
One of them is a visitor that can traverse the entire AST resulted after parsing.
I've been trying to revive the vis…
-
During implementation we realized the following cursed code is possible:
```javascript
switch (lbl) {
case 0:
using x = init();
break;
}
```
AFAIK other than this, declarations a…
-
Allow for named arguments for a SPARQL function.
## Why?
Sometimes functions take a lot of argument, and sometimes they have optional arguments. One trick is that the argument list is variable l…
-
## What if dictionary keys can be integers?
```typst
#let foo = (0: [Hello World], lang: "en")
#let bar = ([Hello World], lang: "en")
```
Then, expansion could affect positional arguments:
…
uben0 updated
9 months ago
-
## Problem
Currently in Zig, the way to express a program which properly handles all potential errors, in this case integer overflows, is not the easiest, laziest thing to do. To use addition as th…