Results 1 to 19 of 19

Thread: Mono on linux

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Mono on linux

    Has anyone used mono on linux? I installed it on windows too so I could get used to it but the computer ground to a halt everytime I tried to run it.

    If you have used it how do you find it? Is it a useful tool?

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Mono on linux

    i heard that it is not that good. and the great linux users on this site DO NOT recommend it
    My usual boring signature: Something

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    Im just a beginner...

    What is recommended? I amn't even going to bother trying to install VS2008 with wine....

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Mono on linux

    if you want to use windows products, i would say get a windows machine
    My usual boring signature: Something

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    I have 3. I just want to learn linux and would love to be able to use some of the programs I have made on it. As well as be able to develop more for it.

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Mono on linux

    Perhaps this thread will do better in hte Linux forum.

    Thread Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Mono on linux

    C++/C/Java/Perl and Python are the main development platforms on Linux. I have heard both good things and bad things about Mono on Linux but I cannot comment on it fully because I do not use it.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Mono on linux

    Mono is only worthwhile if you intend to run console applications only. As soon as you try to do a GUI then you'll quickly want to tear your hair out with both the slowness and difficulty to get anything working properly.

    But for console apps (in C#) it's fine.

    But to be honest if you're only doing console apps then you may as well just code it in C++ instead. Mono (as it stands) is a bit of a struggle. Give it a couple of years though and it will probably be fairly decent.
    I don't live here any more.

  9. #9

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    What about using it for VB.NET programming?

  10. #10
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Mono on linux

    Quote Originally Posted by 03myersd
    I have 3. I just want to learn linux and would love to be able to use some of the programs I have made on it. As well as be able to develop more for it.
    I'm going to be blunt, because I feel strongly about this...

    Your willingness to learn linux is great and is to be saluted. You have my support on that 100%. However I cannot help but think that you wouldn't actually be learning linux if your first exposure to programming on a linux box would be through dotnet. I think that would be a bad idea.

    I think this for various reasons, not least of which are the numerous and strange hoops through which mono must jump in order to appear consistent across Windows and Linux, which are two VERY different beasts.

    You will be much better to leave mono alone for a while, at least until you are comfortable with the Linux environment. This is the route that I took. I started using linux over 2 years ago after having become an advanced dotnet programmer. Mono will not give you a good and fair introduction to linux, which is what this thread is really about.
    Last edited by wossname; Mar 26th, 2008 at 07:51 PM.
    I don't live here any more.

  11. #11
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Mono on linux

    If you want to learn linux, look at scripting languages for Linux (e.g. Python, etc) and try to understand those than trying to understand C or C++ if you've came straight from VB.

    (Yes, I know how old this thread is, but I'm still entitled to my opinion, am I not?)

  12. #12

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    Quote Originally Posted by kregg
    (Yes, I know how old this thread is, but I'm still entitled to my opinion, am I not?)
    Yes you are. And I completely agree that it is a bad idea to use VB.NET for this. However, I haven't done any programming in C or C++, but I will be learning C++ at uni and don't want to create any bad habits by learning it now.

  13. #13
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Mono on linux

    If you want, you can try learning C#. That's pretty much bang-in-the-middle of VB and C++ (i.e. simplicity of VB with half the power of C++... and that's a good thing )

  14. #14

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    That is my planned next step.

    The syntax is almost identical too I believe?

  15. #15
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Mono on linux

    If you mean C# and C++, Not really...

    Unless you mean C# and Java, then yes.

  16. #16

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    Hmmm.... Thats that plan slightly put off.... Oh well, its at least closer than VB.NET is.

  17. #17
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Mono on linux

    A duck is more closer to C++ than VB.

    Seriously, if you learn C++, it will be handy for making Linux programs. Quite a useful programming tool to have under your belt (well... name one language that isn't).

  18. #18

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: Mono on linux

    Quote Originally Posted by kregg
    (well... name one language that isn't).
    Brain****

  19. #19
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Mono on linux



    Not true, it gives optimal machine code, if you can code it...


    ... Acutally, I'm talking nonsense.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width