Simple but powerful programming language for a hobby software project - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T02:35:28Z http://stackoverflow.com/feeds/question/184469 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project 39 Simple but powerful programming language for a hobby software project Gulzar 2008-10-08T19:33:02Z 2009-04-23T11:47:41Z <p>Long time back, I used to do some home projects in Basic. It was fun and I could get things done without reading tons of documentation (or whatever documentation was available at that time).</p> <p>I guess it is the not the same anymore. Now a days, programming languages comes with a heavy baggage of framework, environment setup etc. Even for writing a simple program, it is not easy to get going within a day.</p> <p>I agree a good knowledge of concepts is important. But, my question is this: Is there any easy simple to use programming language out there for some hobby projects. I have some free time available next month and I dont want to spend half the time learning how to write programs.</p> <p>Since this is for windows, I could have used Visual Basic but looking for something in keeping with modern trends and for some knowledge enhancement. Would love to hear your thoughts.</p> <p><strong>Update1:</strong> <em>What kind of hobby projects?</em> It is for desktop apps but keeping an open mind.</p> <p><strong>Update2:</strong> I am a C#/VB.Net developer by day (at least for the past 6-7 years). Looking for something different.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184473#184473 48 Answer by John Cocktoastan for Simple but powerful programming language for a hobby software project John Cocktoastan 2008-10-08T19:34:05Z 2008-10-08T19:34:05Z <p><a href="http://python.org/" rel="nofollow">Python</a> has everything you're looking for.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184475#184475 20 Answer by Mark Biek for Simple but powerful programming language for a hobby software project Mark Biek 2008-10-08T19:34:12Z 2008-10-08T19:34:12Z <p>I do most of my hobby stuff in <a href="http://www.python.org" rel="nofollow">Python</a>.</p> <p>Especially for command-line apps, it's very easy to just fire it up and go. You can even work entirely interactively if you want to.</p> <p><a href="http://www.pygame.org" rel="nofollow">Pygame</a> is also an easy way to do some game programming in Python.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184477#184477 10 Answer by Robert Elwell for Simple but powerful programming language for a hobby software project Robert Elwell 2008-10-08T19:34:17Z 2008-10-08T19:34:17Z <p>I originally copied the word "Python" and pasted it 1000 times.</p> <p>Just use Python. It's really simplistic and easy to use.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184483#184483 4 Answer by Lindsay for Simple but powerful programming language for a hobby software project Lindsay 2008-10-08T19:35:11Z 2008-10-08T19:35:11Z <p>What kind of hobby projects? Are you looking to create desktop apps, web apps, mobile apps or something else? That would definitely influence recommendations.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184490#184490 2 Answer by theraccoonbear for Simple but powerful programming language for a hobby software project theraccoonbear 2008-10-08T19:37:00Z 2008-10-08T19:55:25Z <p>If you're looking to get away from .NET, I can say I've had a lot of fun over the last decade using Perl, and Perl's CPAN repository is an excellent resource when you're wanting to "get something done" but don't want to get mired down in the fiddly bits.</p> <p>I've also really enjoyed playing around with Scheme, Common Lisp, and Haskell over the last year or so.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184492#184492 5 Answer by Paul Nathan for Simple but powerful programming language for a hobby software project Paul Nathan 2008-10-08T19:37:23Z 2008-10-15T20:50:04Z <p>C# is your best bet for Windows. </p> <p>Edit: <em>Definitely</em> C# for Windows Desktop Apps. </p> <p>edit2: If you've been a C# dev, try Delphi. It's a Wirth-family language, not a C-family. It's pretty nifty. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184493#184493 3 Answer by pmlarocque for Simple but powerful programming language for a hobby software project pmlarocque 2008-10-08T19:37:46Z 2008-10-08T19:37:46Z <p>Ruby or Python are 2 nice languages to have under your belt. Even if you don't use them for work. You'll probably find a use for it.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184498#184498 4 Answer by GvS for Simple but powerful programming language for a hobby software project GvS 2008-10-08T19:39:17Z 2008-10-08T19:39:17Z <p>If you already know Basic, then <a href="http://www.microsoft.com/Express/VB/" rel="nofollow">Visual Basic Express</a> will get you going very fast.</p> <p>I think you should also look at environments like <a href="http://scratch.mit.edu/" rel="nofollow">Scratch</a> (for children, 2D graphical environment) <a href="http://www.alice.org/" rel="nofollow">Alice</a> (3D programming) or <a href="http://www.squeak.org/" rel="nofollow">Squeak</a>, general OO programming.These environments will give you results very fast.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184507#184507 14 Answer by Lucas Oman for Simple but powerful programming language for a hobby software project Lucas Oman 2008-10-08T19:41:16Z 2008-10-08T19:41:16Z <p><a href="http://www.ruby-lang.org/en/" rel="nofollow">Ruby</a> is a really neat and easy to learn language. Combine it with <a href="http://shoooes.net/" rel="nofollow">Shoes</a>, and you get a great way to create apps with fun GUIs.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184509#184509 7 Answer by Cruachan for Simple but powerful programming language for a hobby software project Cruachan 2008-10-08T19:41:38Z 2008-10-08T19:41:38Z <p>You don't specify what your projects are, but if it's unspecified try Processing</p> <p>www.processing.org</p> <p>It's java based, comes with it's own IDE, is free and produces some of the coolest stuff you'll see.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184510#184510 5 Answer by patrickparent for Simple but powerful programming language for a hobby software project patrickparent 2008-10-08T19:41:49Z 2008-10-08T19:41:49Z <p>If you want to do Windows Programming, I would choose VB.Net, it's easy to learn, with a simple syntax. And there's a lot of tutorial on the internet. </p> <p>I think that C# is a step above with the special syntax that comes from C/C++ and Java. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184516#184516 4 Answer by Dana for Simple but powerful programming language for a hobby software project Dana 2008-10-08T19:42:33Z 2008-10-08T19:42:33Z <p>I'd also add to the votes for Python and additionally suggest that if you're working on Windows, you'll likely want to look into:</p> <p><a href="http://www.codeplex.com/IronPython" rel="nofollow">http://www.codeplex.com/IronPython</a></p> <p>A python implementation on the .net platform which will let you use the .net framework from within a python environment. Very handy, and my first choice for scripting-style tasks on windows.</p> <p><a href="http://python.net/crew/mhammond/win32/Downloads.html" rel="nofollow">http://python.net/crew/mhammond/win32/Downloads.html</a></p> <p>Mark Hammonnd's Win32 extensions for Python (I'm not sure how up to date it is, I haven't used it in a while).</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184539#184539 5 Answer by Erin for Simple but powerful programming language for a hobby software project Erin 2008-10-08T19:48:22Z 2008-10-08T19:48:22Z <p>I would love to say Python it is my go to for any thing that doesn't require a GUI interface, So if there is no GUI use python. If you are going to have a GUI use C# and visual studio, but if you decide to do python look at <a href="http://www.wxpython.org/" rel="nofollow">http://www.wxpython.org/</a> it is the least painful of all the GUI frameworks. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184546#184546 1 Answer by Robert S. for Simple but powerful programming language for a hobby software project Robert S. 2008-10-08T19:50:19Z 2008-10-08T19:50:19Z <p>Since you said you want to build a Windows app, and you want to do it in something "different," why not try out Delphi? There's a monetary cost involved ($300 I think?), but it is a lot different from C#, and it is great for building Windows apps. I'm a .NET developer as well, and I fire up Delphi every now and then just to do something different.</p> <p>If you want something free and more sexy, try out the aforementioned Python with wxWindows. With that approach you can create a Linux version for even more fun. :)</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184553#184553 5 Answer by James Atkinson for Simple but powerful programming language for a hobby software project James Atkinson 2008-10-08T19:51:48Z 2008-10-08T19:59:48Z <p>Boo language. Very similar to Python but written exclusively for .NET Framework (and works with Mono).</p> <p><a href="http://boo.codehaus.org/" rel="nofollow">http://boo.codehaus.org/</a></p> <p>It comes standard with the #develop IDE.</p> <p><a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow">http://www.icsharpcode.net/OpenSource/SD/</a></p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184562#184562 2 Answer by Troy Howard for Simple but powerful programming language for a hobby software project Troy Howard 2008-10-08T19:52:52Z 2008-10-08T19:52:52Z <p>My kneejerk reaction is also Python. For a quick leg-up, you can leverage your existing .Net framework knowledge by using <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython" rel="nofollow">IronPython</a>. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184572#184572 17 Answer by Troy Howard for Simple but powerful programming language for a hobby software project Troy Howard 2008-10-08T19:55:49Z 2008-10-08T19:55:49Z <p>If you want to learn something new, and have fun while you do it, but still be in a familiar world of the .Net Framework, you could try out <a href="http://research.microsoft.com/fsharp/fsharp.aspx" rel="nofollow">F#</a>. </p> <p>I personally think it rocks and it's pretty easy to learn. You'll have to 'forget' your procedural and OO background a little bit in order to grok functional programming. That said, F# is cool because you can still write code in a procedural/OO way, if you want, but can ALSO include functional programming. </p> <p>It's extremely flexible. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184579#184579 2 Answer by Danimal for Simple but powerful programming language for a hobby software project Danimal 2008-10-08T19:57:40Z 2008-10-08T19:57:40Z <p>My gut was to suggest C#, because that's how I earn my bread and butter and it's my language of choice. Then I perused this thread, and was about to give in to peer pressure and suggest Python. Finally, I remembered <a href="http://harkal.sylphis3d.com/2005/08/10/multithreaded-game-scripting-with-stackless-python/" rel="nofollow">this blog post</a> and decided to suggest <b>stackless</b> python.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184587#184587 2 Answer by semiuseless for Simple but powerful programming language for a hobby software project semiuseless 2008-10-08T20:00:55Z 2008-10-08T20:00:55Z <p>Python or IronPyton. </p> <p>Since this is Windows, IronPython with the .NET integration would be the best of both worlds. If you use code in any .NET languages. This will allow you to write any performance critical code in C#, if you are into that kind of thing. </p> <p>The really nice thing about Python (and wxPython for the GUI parts) is that you can take your code to another platform with a bare minimum of pain. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184589#184589 2 Answer by Jason Miesionczek for Simple but powerful programming language for a hobby software project Jason Miesionczek 2008-10-08T20:02:01Z 2008-10-08T20:02:01Z <p>If you want to leverage your C# skills, while learning a new technology you could also consider learning WPF. Its a different approach to creating Windows Desktop apps than the old .NET 2.0 forms.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/184815#184815 3 Answer by agartzke for Simple but powerful programming language for a hobby software project agartzke 2008-10-08T20:45:33Z 2008-10-08T20:45:33Z <p>I personally have had fun working with Ruby (and Rails) and Python (for Google App Engine or Django projects). Most of my time is spent on web projects, but at the language level, they both have the same qualities that you're looking for.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/185030#185030 6 Answer by Jeff Kotula for Simple but powerful programming language for a hobby software project Jeff Kotula 2008-10-08T21:39:56Z 2008-10-08T21:39:56Z <p>I agree with the votes for Python <em>if</em> you are doing console apps. But if you're doing GUI stuff then I think you're better off sticking with C# and WinForms. FWIW</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/185287#185287 2 Answer by dsimcha for Simple but powerful programming language for a hobby software project dsimcha 2008-10-08T23:06:39Z 2008-10-08T23:06:39Z <p>If this is a hobby project where performance matters and availability of lots of frameworks, etc. doesn't, you could try D. It's not as easy as Python or Ruby, but it's dead simple for someone with a C# background to pick up, has lots of modern convenience features that C/C++ don't have, is much more flexible about programming style (less bondage and discipline) than C#/Java, and is almost as fast as C++. For a hobby project, use D2, which is less stable but includes more interesting features.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/189401#189401 8 Answer by Chris Schreiner for Simple but powerful programming language for a hobby software project Chris Schreiner 2008-10-09T22:13:25Z 2008-10-09T22:13:25Z <p>How can you miss Squeak (Smalltalk) ??? Self-contained development environment, movable image to at least three major platforms. </p> <p>You said you wanted something different... Once you get the hang of this, you'll have problems going back.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/342840#342840 3 Answer by Norman Ramsey for Simple but powerful programming language for a hobby software project Norman Ramsey 2008-12-05T03:38:50Z 2008-12-05T03:38:50Z <p>Python is a fine choice, but <a href="http://www.lua.org" rel="nofollow">Lua</a> comes with even less baggage and setup. And it is not about to undergo a convulsion. And as a bonus, you can integrate easily with C, in case your hobby takes over and becomes something bigger.</p> <p>If you want something you can master completely, try Lua, and read Roberto's book Programming in Lua (the first edition is <a href="http://www.lua.org/pil/" rel="nofollow">available free online</a>).</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/344288#344288 2 Answer by shapr for Simple but powerful programming language for a hobby software project shapr 2008-12-05T15:55:53Z 2008-12-05T15:55:53Z <p>If you have 128k of memory for your hobby programming, Forth is a fun choice.</p> <p>If you want a small simple framework and you like electronics, you could try the <a href="http://www.arduino.cc/" rel="nofollow">Arduino</a>. You can develop on Windows, and run on the arduino. There are several nice Arduino kits for $50 or so.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/344299#344299 2 Answer by leppie for Simple but powerful programming language for a hobby software project leppie 2008-12-05T15:58:25Z 2008-12-05T15:58:25Z <p>Scheme is as simple as you can get! And more than powerful enough.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/387852#387852 4 Answer by blabla999 for Simple but powerful programming language for a hobby software project blabla999 2008-12-23T00:25:52Z 2008-12-23T00:25:52Z <p>As you explicitly stated to look for something different:</p> <p>I recommend Scheme or Smalltalk (or Squeak). These are old, mature, stable and proven languages which give insight into how easy live could be. They avoid many of the pitfalls, which cost time and nerve (pointer bugs, memory allocation trouble, casting, ...). Things like higher order functions, continuations, closures etc. are pure fun to use and now even find their way into mainstream languages (Seaside web framework). These languages have had that stuff for a long time, and still demonstrate a pure and clean solution.</p> <p>Smalltalk had and still has one of the best integrated IDE ever - and its really integrated, making your app a part of the system and not something which is manipulated by it ! </p> <p>Many of the modern patterns and movements come from the Lisp and/or Smalltalk community: garbage collection, unit-testing, extreme programming, byte-code VMs, Just-in-time compilation, meta-class-protocols, IDEs, window systems, refactoring, ...</p> <p>Even if you cannot use those for work, the insight, understanding and inspiration you get is worth it - also for your work in other - more traditional - languages. You will not have to learn syntax with either of them. Instead, the pure semantics is expressed in their function- or class-libraries respectively. In Squeak, for example, everything is visible from the lowest level VM-implementation up to the GUI, process scheduler and Browser. And all written in one language and easy to understand. </p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/420023#420023 1 Answer by jetxee for Simple but powerful programming language for a hobby software project jetxee 2009-01-07T11:49:23Z 2009-01-07T11:49:23Z <p>For hobby projects, you can benefit tremendously if you built on Open Source code. So make your project Open Source too, or at least <em>choose among languages with strong Open Source communities</em>.</p> <p>My choice is Python. I tried Ruby too, but Python has a richer set of libraries. These languages really boost the productivity.</p> <p>Tcl and Lua and very lightweight scripting languages. PHP is used a lot on the web. Perl is powerful but messy. Groovy is following the trend in the Java camp. I never liked Java or C++ a lot, but I would choose Java over C# (now OpenJDK is Open Source). C is more beatiful than C++ (but C++ has its strength). D pretends to be a better C++.</p> <p>Now I spend some free time studying Haskell, and I find it eye-opening. Like learning programming anew.</p> <p>Remember, your hobby projects are “just for fun”. And the language is part of the fun. Choose the one you really like.</p> http://stackoverflow.com/questions/184469/simple-but-powerful-programming-language-for-a-hobby-software-project/781368#781368 1 Answer by Hideo for Simple but powerful programming language for a hobby software project Hideo 2009-04-23T11:47:41Z 2009-04-23T11:47:41Z <p>For hobby projects in Windows, I use Jeremy Gordon's Go Tools for Win32 and Win64 (assembler, resource compiler and linker)</p> <p>URL: <a href="http://www.jorgon.freeserve.co.uk/" rel="nofollow">http://www.jorgon.freeserve.co.uk/</a></p> <p>I like to get close to the Windows API. With GoAsm, it is easy and interesting.</p>