-
## 주제
'${장 번호} - ${장 제목}'을 읽고 내용을 요약하거나,
중요✨ 하다고 생각하는 키워드 및 관련 설명을 코멘트로 달아주세요
## 연관 챕터
#17
-
Issue #817 was closed with this response:
> We fell a little behind. The Python bindings are done in SWIG. I think that can be quickly repurposed into .Net bindings, once done. So it shouldn't be too…
-
Are there any plans or interest in using Javelin from Clojure? I was thinking earlier today that it would be nice to have cells on the backend too.
Yeah, core.async works for most of the same proble…
bsima updated
5 years ago
-
I can create a patch - but would like to know if this has any chance. I am working in a project that is undergoing a change towards DOMly and would really like to have this in the default distribution…
-
> **Sometimes we don't need new information - we just need to be reminded!**
## Section 1 - Career
### Having a business mindset
Software Developers need a business mindset for their career (This is …
-
It was pointed out today that is not obvious, looking at a function signature like
```
fn:filter(
$input as item()*, |
$predicate as function(item(), xs:integer) as xs:boolean |
) as it…
-
There's an assertion in https://github.com/munificent/ui-as-code/blob/master/in-progress/parameter-freedom.md that the "child" and "children" named arguments should become unnamed because they don't a…
Hixie updated
8 months ago
-
One of the first things we need to do is decide on a function syntax, for application and definition.
keean updated
6 years ago
-
So, I've read through the issues asking for functions to support being decorated, and I have a different take: I don't think classes should support decorators, which also solves that semantic divide. …
-
Expression trees support only a subset of the things that could be semantically meaningful. Consider allowing them to support the following constructs:
- The null-coalescing operators such as a?.b, a?…