-
-
Moved from #354.
Comments from 2017-03-06
@codemanyak:
> An early prototype with ANSI-C import could be downloaded from codemanyak/Structorizer.Desktop master...
@GitMensch:
> Thank you…
-
Hi, I noticed you're hosting a copy of my tutorial. I made some typo fixes and a few other changes and additions. The new version is at the original location, here:
http://www.darksleep.com/nota…
-
Rust currently only includes synchronous IO in the standard library. Should we also have async IO as well, or leave that to an external crate? What would the design look like?
Moved from https://gith…
-
I'm sure this has been discussed elsewhere, but maybe not recently or in a focussed/isolated fashion. If this shouldn't be an issue report, I'll move it to julia-users.
Essentially, I would say this …
-
Hi,
I'm trying to do the following
```
local addMetadata(key, value) =
{metadata+: {[key]: value};
{} + addMetadata("app", "name")
```
It fails because super doesn't have the 'metadata' f…
ant31 updated
7 years ago
-
I'm terribly embarrassed.
For the last few months I've been working on a tool called LeMP that adds new features to C#. I recently published its "macro" reference manual. This month I was going to …
-
Inspired by an [article](http://blog.stephencleary.com/2013/01/async-oop-2-constructors.html) on async initialization:
> It would be useful to be able to use `await` in a constructor, but this would …
-
I'm trying to use the excellent [livenode](https://github.com/mishoo/livenode/) with a project which uses ES6 features introduced in node v11, but unfortunately UglifyJS's parser chokes when it encoun…
-
#1. Overview
This is my concept for non-nullable references (and safe nullable references) in C#. I have tried to keep my points brief and clear so I hope you will be interested in having a look thro…