Jump to content

Fast Sharp - geek text-editor

Posted on:August 11, 2010 at 02:00 AM

Fast Sharp is intended to be a simple text editor with the possibility of running C#/VB/F# code. Everything you enter in the text editor is wrapped into a method and compiled on the fly. Results are displayed in the output box on the bottom of the editor.

I find this tool very useful, because it allows me to do some code tests very quickly.

Author of the tool shared the source code as well!