Don Syme

Results 1218 comments of Don Syme

@Krzysztof-Cieslak Thanks - understood :)

Yes, this should be added. There's a discussion going on about this here: https://github.com/fsprojects/FSharp.Compiler.CodeDom/pull/6#issuecomment-94792936, please assist :)

There are zillions of such databases and services, I just wanted to list this one since the pictures are particularly pretty :)

Does your OS or editor keep intermediate copies or history? Undo in the editor? 3000 lines of work, you must have been taking snapshots??

e.g. > Here is prime example of using Python.NET from C# to call into Keras, scipy, sklearn, theano, tensorflow, etc, see also comments' section: https://www.quantconnect.com/forum/discussion/1918/update-python-library-support

Cool thanks! Any idea why CI was failing on Windows? I'm re-running it now

It's possible the project could be resurrected, especially now the python interop libraries for .NET are a litttle more solid than when I wrote this prototype

Do these help, from Fabulous.LiveUpdate in the Fabulous repo. You could add a tryFindMemberByType These could be helpers in PortaCode. ``` let rec tryFindEntityByName name (decls: DDecl[]) = decls |>...

> I couldn't use `EvalContext.GetExprDeclResult` because my member wasn't in the members dictionary for some reason (despite Add- and Eval-ing the decls from the DFiles), Eagerly evaluated values aren't in...

Hmm that should be in the members after AddDecls