-
It would be nice if the @enum tag could support other enumeration patterns beside a strict object literal.
For example, we are using a Typesafe Enum pattern[1] which looks like the following:
``` ja…
-
The execution of the program is explained in closed issues number 4.
-
Hi!
I was able to find working version of this, "com.typesafe.play" %% "play-json" % "2.2.0-RC2", but I stumbled across a problem. This doesn't seem to compile:
import play.api.libs.json._
import pl…
-
I've never liked the idea of having a top-level package called `controllers` for controllers that are part of the framework like `Assets` and `Default`. Since they are Play-provided components, they s…
-
### 계속해서 변경 :sunglasses:
- 공통, 재사용될 스타일은 상위 테마로 꺼내기
- redux 데이터 관련 코드
- mapstatetoprops mapdispatchtoprops 등 컴포넌트 밖에서 모두 처리하고 컴포넌트 내부에서는 데이터를 사용하는 것 이외에 변형을 하지 않는다.
- 비동기관련 코드
…
-
# Introduction
https://www.edgedb.com/docs
Just found out about EdgeDB and it looks like a new database which also has its own schema and query language, according to my understanding. However it …
-
I really like the idea of typesafe monads in Python (what a time to be alive 😄)
However, I tried this and it doesn't work:
```python
from monads.currying import curry
from monads.result import…
-
I went through this: http://downloads.typesafe.com/website/presentations/ScalaDaysSF2015/T4_Vogt_Compossible.pdf
I've been looking a FP language with [anonymous records](https://gist.github.com/nikit…
-
see the code here:
https://github.com/eed3si9n/jarjar-abrams/blob/develop/core/src/main/scala/com/eed3si9n/jarjarabrams/scalasig/EntryTable.scala#L38
these rules aren't currently touching scala …
-
```
var Num?[] = [];
return Num?[0];
```
or something. Should be combinable with `[?x]` typesafe array access, ie
```
var Num[][] = [];
return Num[?0]?[?1];
// get Num[0,1] or nothing
```
which bre…