-
I'd like some discussion here about where you'd like to see this project go. I abandoned work on it for a long time, I've currently got a surge of enthusiasm for it again, but who knows if that'll las…
-
# Question
I have to draw a custom map supporting translations, rotations and zooming.
The transforms of every gesture is always additive in respect of the previous gestures.
From a math perspect…
-
In this proposal https://github.com/aspnet/AspNetCore/issues/8674 (please all VB.NET fans, support it), I suggested to use xml literals to implement ASP.NET MVC razor in VB.NET instead of vbhtml files…
-
I am trying to nail down in my mind, the fundamental _orthogonal_ semantic concepts of our proposed programming language.
| Concept | Description |
| --- | --- |
| `data` | [Unified sum, product,…
-
The 'mushroom' `(= =)` delimiters is used by the [formula-plugin](http://chronicles.wiki/TiddlyWikiFormula/)
The 'curly percent' `{% %}` delimiters allow delimiter based 3rd party parser and templa…
-
Following incredibly valid points from @usnul and @cihadturhan, in order to get this library into the state that it deserves, a rewrite would appear to be necessary. This thread is for anyone to add t…
-
### Describe the bug
### Bugs Description
It will report some issues when I encounter the equations (e.g \$ a \$, \$ a + b = c \$) in Markdown or Latex. Like this.
```
Error in decoration prov…
-
[北京市五险一金及税后工资计算器](http://salarycalculator.sinaapp.com/)
[能定时提醒的公众号](https://github.com/polyrabbit/WeCron)
[数据模拟神器](https://github.com/easy-mock/easy-mock)
[设计模式](https://github.com/questionlin/desi…
-
Previously, atoms like ```'a\'b'``` printed correctly (as ```'a\'b'```)
But jpl 7.6.4 gives ```'a'b'``` ,so without properly escaping special characters inside the atom
Junit test showing the fa…
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…