CShell: A simple, yet powerful, C# scripting IDE
11–20 of 90 posts
Re: CShell: A simple, yet powerful, C# scripting IDE
#12Well presented. I clicked the link and spent my loading-spinner time thinking thoughts along the lines of "This is silly. Why would anybody build a C# IDE to compete with VS.NET + ReSharper? Surely nobody would ever use anything but that??? I can't believe that anybody would be cheap enough to..." ... and then I arrived at a page that spent ten seconds clearly explaining exactly why I would want to use this thing eve…
Re: CShell: A simple, yet powerful, C# scripting IDE
#13A C# REPL is welcome indeed, but C# is still too verbose for its own good. The F# REPL is much more useful when exploring dataset.
Re: CShell: A simple, yet powerful, C# scripting IDE
#14Good to see the same thing coming to vanilla .Net!
Re: CShell: A simple, yet powerful, C# scripting IDE
#15Re: CShell: A simple, yet powerful, C# scripting IDE
#16Re: CShell: A simple, yet powerful, C# scripting IDE
#17Not very often you find a hedge fund behind an open source project. I guess it makes sense really, as many quants will be happy to mess around in a python shell, having a C# shell will probably play nicer with the rest of the companies infrastructure.
Re: CShell: A simple, yet powerful, C# scripting IDE
#18Re: CShell: A simple, yet powerful, C# scripting IDE
#19What "I/O error occurred"? I mean the IntelliSense hint on the screenshot.
I would guess the tool tips are slightly broken in that it doesn't list the exception class name or put it on a new line.
There you go, simple thing to contribute a fix for!
Re: CShell: A simple, yet powerful, C# scripting IDE
#20What "I/O error occurred"? I mean the IntelliSense hint on the screenshot.