iacore
iacore
A few suggestions on implementation - use [libinger](https://github.com/efficient/libinger) - use a thread and wait on it - use actor API like [Pony](https://github.com/ponylang/ponyc) A few problems: what if the the task...
Here because of this error when compiling. ``` warning: unable to find C library: pcre2-8 hint: provide "--cclibdir" as an option, or use "syslib" in an extern import? failure during...
SCSS makes code organization and reuse easier. Also, the current tooltip might flow out of browser window and partially clipped, so that's why I think "title" attribute is more accessible.
The tooltip flows outside the window with `overflow: visible` when the thing that the cursor hover over is already near right edge of the window. `title` attribute on HTML element...
What about using [inim](https://github.com/inim-repl/INim)? They are better at interactive stuff already. ``` nim>1 1 == type int nim> 2 2 == type int nim> ``` It has "hot reload" too....
inim's support for directly showing the expression value is buggy. A multiline expression will fail: ``` import sugar, sequtils collect(newSeq): for i in 0..3: i ```
> A char* returned by a C function will be copied to the Idris heap, and the Idris run time immediately calls free with the returned char*. This is exactly...
We can use a library if we want to have manual control over whatever concurrency style to use where. This issue is focused on providing structured concurrency, where spawned task...
# More about independent effects Here are some ways to represent causality explicitly when having multiple effects at once. ## Causality via entangled effects The concept of "entangled" effects is...
#2097 is about floating point literals like `1.76136250473`. This issue is about a type.