Dmitri Nesteruk
Dmitri Nesteruk
Только что открыл [статью](https://habrahabr.ru/post/314820/), написанную в LaTeX, и часть формул полоаны. @1Boomburum
I used a `__m128` from `` and then tried to output it and got ``` [cling]$ __m128 test{}; [cling]$ test cling: /home/dmitri/cling/src/tools/cling/lib/Interpreter/ValueExtractionSyntheslueExtractionSynthesizer::SynthesizeSVRInit(clang::Expr*): Assertion `0 && "Unha Aborted (core dumped) ```
MATLAB stores the result of any temporary in the variable `ans`. Could Cling do the same? I don't know if rebinding a variable is possible, so they could be called...
Probably one of the most important use cases for this sort of thing
``` ~ $ sh ~/.bash-powerline.sh /home/dnesteruk/.bash-powerline.sh: 50: /home/dnesteruk/.bash-powerline.sh: Syntax error: "(" unexpected (expecting "fi") ```
It should be possible to cancel a search if it takes too long.
Combinatorial searches are seriously slowing down the application. There should be a way of speeding those up, possibly by creating `Delegate` instances our of sequential function calls.
Indexers have peculiar annotations, e.g., `string []` indexer shows up as `Chars`.
Write a Monte-Carlo sim that determines pairs (triples, ...) of function calls that are commutative.
We need to separate UI and search into separate processes so that search can be a multi-process/multi-computer endevour. Reason for this is that search on a single, local machine takes...