-
The Euler-Macheroni, or Euler, constant is used internally in `Gamma` (to a lesser precision than other constants like Pi, Phi, E) and would be a reasonable addition, without adding any bloat or maint…
-
Crystal has been gaining support for different platforms, but some functionality is not available on all platforms. Regardless of the outcome, such things should definitely be stated in the documentat…
-
-Whitespace
Tabs and spaces could be representing 1's and 0's and treating them as a binary message... or, they could be whitespace done with snow or an esoteric programming language interpreter:
…
-
NPM install fails on windows with message:
```
> mmap-io@1.0.0 postinstall C:\Users\howard\data\Workspace\node-named-pipe-test\node_modules\mmap-io
> make ls
'make' is not recognized as an int…
-
Other platforms has already created their own new programming languages such as Rust, Golang, Swift, Kotlin. On the JVM, Kotlin seems to replace Java with it new modern syntax. People seems to very im…
-
@haraldg wrote in #1840:
> AFAIK memory allocation doesn't fail on any operating systems nowadays: You sooner get a signal than an invalid pointer. In my own code I either treat it as non-failing or …
-
I mentioned elsewhere that I didn't think there was much to be gained from making a brand-new programming .NET language because there are already nice alternative .NET languages out there - Nemerle, b…
-
[discussion link](https://github.com/appium/appium/pull/3886#issuecomment-60537749)
Goals:
- Avoid Spaghetti code:
Use monocle-js, or ES7 async/await syntax (both use generators under the hood).
-…
-
Does this package work on non-Darwin platforms?
-
When I was completing the `high-scores` exercise, I noticed, that there is no need for me to re-calculate the latest and top three scores every time an appropriate function is called.
Instead I could…