-
There is some immediate backlash about immutable collections by Java users, as their understanding of the concept is either getting a full copy per operation, or receiving an exception on mutating met…
-
Some of the promises libraries now implement progress. The key thing that has yet to be decided upon is how we should deal with exceptions thrown in progress handdlers.
It has been broadly agreed up…
-
Child processes created through `#system:` or `#resultOfCommand:` keep open copies of the file descriptors of the Pharo VM process. In the following example, this poses a problem: the second send of `…
-
Imagine we have the following relationship in a sample atomspace:
```
(Inheritance
(Concept "A")
(Concept "B")
)
(Inheritance
(Concept "B")
(Concept "C")
)
(Inheritance…
-
We will need to decide which models we provide. This may not be purely a library decision and may reach into the features we offer in the language.
To kick off discussion, I refer to [my post from Ma…
-
- VSCode Version: 1.5.0
- OS Version: windows 10
I can honestly dare to say that this is the best open source editor for web developers but, the missing of the small things like the Arabic language s…
-
This issue will provide notebook space for attempting to decode the labview application.
For me this is starting with absolutly no experience with labview, so expect a bit of stumbling around, but …
-
I'm reading your personal web site and seeing all your endeavours with languages and I like your attitude you expressed e.g. in [Why didn't you use an existing game engine?](https://github.com/zestere…
-
We propose to add a new package golang.org/x/exp/xiter that defines adapters on iterators. Perhaps these would one day be moved to the iter package or perhaps not. There are concerns about how these w…
-
When I read the implementation in Q35 and Q70, I did not see any difference between decorators and high-order components.
Would you clarify the difference between them and the use case of each one…