-
Hey @JoeNoPhoto, well done on submitting this task!
String concatenation... :P It's definitely the first time I see fizzbuzz implemented like that, well done :)
Well done on (almost) not using jQuer…
-
I wonder what the future and the roadmap looks like?
I have also some (very) crazy ideas but I'd first like to learn about the goals and roadmap if any :wink:.
-
I was also posting this in the do proposal:
https://github.com/tc39/proposal-do-expressions/issues/9
To me, it sounds most logical that if any of the `if`, `switch`, `for`, `while`, `try` keywords…
-
Context: https://github.com/xamarin/java.interop/issues/962
Like `Java.Interop.dll`, traditionally we have not versioned `Mono.Android.dll` to allow binding nugets made with ex: `d17-2` to be used …
-
(途中) 1. [電卓](http://jsfiddle.net/yoshie_s/oqf6vcuv/)
:pencil2: 2. [粗利の算出](http://jsfiddle.net/yoshie_s/jxrm4vgo/)
:pencil2: 3. [リストHTMLの出力](https://jsfiddle.net/yoshie_s/ott1kbpe/)
:pencil2: …
-
```
$ cat unko.glue
import PATH
unko.shout
$ glue unko.glue
Parse error at line 2, char 1
line2: unko.shout
^
Invalid path
process_level 0
exit_status 2
pid 18
[31mERROR: 2[m
```
-
# Background
In https://github.com/prettier/prettier/issues/737, an alternative format was proposed for nested ternaries, on the grounds that indenting every level of a nested ternary looked bad, e…
-
We should immediately consider proving all of the desired properties in the application to cover all possible cases. This may require rewriting whole project to some language with less typing and dign…
-
Because I do lot of API declares, I've sometime wished that VB* would allow me to create typedefs -- having `LongPtr` represent `HWND`, `HDC`, and so forth can get quite tedious and make it possible t…
-
These are just some thoughts about an alternative way to implement commands, no actual implementation done. It might be overkill, result in a weird API, or plain unnecessary, but I might as well post …