6 responses to “The Changing Face of High-Level Programming”

  1. Daniel

    Coming from the Ruby world, I simply can’t imagine *not* having blocks/lambda expressions!

  2. Kevin Kubasik

    I’ve never really done anything serious in ruby, a little rails work, but not much else. Do they have bindings for gtk/gvfs etc?

  3. andrewski

    I’m just getting into C# to contribute primarily to Banshee. I was wondering what resources you’ve used to learn and stay sharp (pun not intended, but noticed) in C#/Mono. For instance, where’d you find info about this little gem?

    Thanks!
    Andrew Conkling

  4. Kevin Kubasik

    Well, for starters, MSDN (Microsoft Developers Network) isn’t the enemy, there is a lot of documentation there, and plenty of it is geared at beginners. This post was a little bit of stuff from everywhere, its just when I realized that we were enumerating most everything with linq, why not use that to kill the ugly loop syntax.

    Also, mono-project.org is a great resource, but to be honest, the best way to learn it is find some small task you would normally script or something, and do it in C#.

  5. Andrew Conkling

    Good stuff. I couldn’t find a whole lot of just-C# stuff on the MSDN, but I did notice there’s a good bit in the Mono Doc Viewer, as well as a few links in MonoDevelop. Seems like there’s a lot at my disposal!

    Thanks for the help.

  6. Kevin Kubasik

    Most definitely! Those are some great resources! They are a little light on this stuff as its way new and still incomplete in Mono, but for the stable API’s its a great idea.

Leave a Reply