Skip navigation.

Seven Cool Mono Apps

Mono
Mono

The Mono development environment allows programmers to be more productive than they would be with conventional C programming. The C# language and the Mono APIs together provide a great platform to build applications on.
Read the rest

Re: Seven Cool Mono Apps

> no decent editor

What about Vim? Vim's done the job better than anything else I know from VHDL to C to Java. Where else can you type a single command into your editor to find every statement that matches the phrase "if ( ... ) then" and auto-insert an extra condition between the brackets of every third match?