-
This is just an idea (see this [reddit thread](https://www.reddit.com/r/ProgrammingLanguages/comments/148k8qy/give_me_your_feature_ideas_for_a_clike/)).
Tuples are useful and are, in my opinion, mi…
-
Nim v2 is on the horizon which presents a unique backwards compatibility opportunity. The original plan for v2 was to simply change the gc to be `orc` by default but I think we can be more ambitious.
…
dom96 updated
11 months ago
-
is RethinkDB dead?
-
# Introduction
The Oberon-7, as all reports written by Wirth, isn't very clear about scope rules. However, in Programming in Oberon, he sort of addresses this. The following bug appears to be relat…
-
Hi
after creating an issue for https://github.com/snowblink14/smatch I found a case where Smatch and Smatchpp score very differently, and I'm not sure which is the ideal/correct score:
```
# ::sn…
-
I think full memory safety without GC, yet with `mut` function parameters is a hard problem to solve. Suppose we have reference counted array data:
```rust
fn bad(a mut []int, i mut int)
{
*a = […
-
I was picturing that the syntax would be `obj with .prop = value`, and I see the syntax here as `obj with prop = value`. To me, seeing `prop` bare like that makes me think of a lexically scoped variab…
-
@susanodd thinks she might be able to make the `Sense` model prettier and faster simultaneously, this is the issue to give that a try
-
https://github.com/MangelMaxime/Fulma/blob/1cbbc35e046007029e4b382d502cd9b301443a69/src/Fulma/Elements/Form/Textarea.fs#L144-L151
```fsharp
if Option.isSome opts.Id then yield Props.Id opts.Id.V…
-
## Summary
Configuration overhead is an issue that has arisen time and time again from user feedback – particularly as Kedro projects scale in complexity. From user interviews, it can be observed the…