Re: which language for programming

2006-12-07 Thread Jean-marc LEGRAND
For the frenchies who'd like to learn python, I must say that Gérard Swinnen's Apprendre à programmer avec Python, is really amazing (I understand everything ). I found it on developpez.com. Regards ! Jmarc ___ lilypond-user mailing list

Re: which language for programming

2006-11-30 Thread Bertalan Fodor
I would like to also note, that you can use Python as well in jEdit (using the Jython plugin), so if you learn Python and not Java, you can still write sophisticated macros for LilyPondTool :-) Bert ___ lilypond-user mailing list

Re: which language for programming

2006-11-29 Thread fiëé visuëlle
Am 2006-11-28 um 08:56 schrieb Jean-marc LEGRAND: Statistically, I'll try Python and Scheme : these are the two most pointed out in your numerous replies ! And I have noticed that it is a good way to acquire programming good habits. So Santa Claus will have to find a good book on that !

Re: which language for programming

2006-11-28 Thread Jean-marc LEGRAND
well, well, well. Statistically, I'll try Python and Scheme : these are the two most pointed out in your numerous replies ! And I have noticed that it is a good way to acquire programming good habits. So Santa Claus will have to find a good book on that ! Thanks for all your replies : lily

Re: which language for programming

2006-11-28 Thread Orm Finnendahl
Am 28. November 2006, 08:56 Uhr (+0100) schrieb Jean-marc LEGRAND: So Santa Claus will have to find a good book on that ! Regarding scheme I would recommend the following two books. You can actually get them electronically in full text (no need to wait for Santa Claus ;-):

Re: which language for programming

2006-11-24 Thread Erik Sandberg
On Wednesday 22 November 2006 19:31, Joseph Wakeling wrote: Doug Wellington wrote: Why can't you communicate with others using VB and/or AppleScript? I would submit that it's easier to create a graphical application with VB than just about any other programming language. If you want to

which language for programming

2006-11-22 Thread Jean-marc LEGRAND
hi all ! I'm trying to choose a language to learn programming. i know, it depends en what I want dto do with it : but I don't have particular project on my table. So I was wondering if a good idea wouldn't be to use the same language as lilypond, which is C++, i think. My questions are :

RE: which language for programming

2006-11-22 Thread Ed Ardzinski
I am a programmer so I'll give a few comments... I'm trying to choose a language to learn programming. Very well and admirable. Programming is nothing mysterious. Juat a rigorous application of logic. IMO creating a computer program is not all that much different from writing a piece of

Re: which language for programming

2006-11-22 Thread Doug Wellington
Previously: If you an abject beginner with programming I suggest starting out with Visual Basic Excellent idea if you're on a Windows platform. If you're on a Mac, you might try AppleScript, which will let you build useful little applications quickly, somewhat like VB. If you're using Linux

Re: which language for programming

2006-11-22 Thread bbarros
python? it has a simple syntax and it is very powerful, a nice first language and for experienced programmers too. 2006/11/22, Ed Ardzinski [EMAIL PROTECTED]: I am a programmer so I'll give a few comments... I'm trying to choose a language to learn programming. Very well and admirable.

Re: which language for programming

2006-11-22 Thread Geoff Horton
Lilypond also makes fairly extensive use of Scheme, which might be easier to learn. Geoff ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: which language for programming

2006-11-22 Thread Arvid Grøtting
Jean-marc LEGRAND jean-marc.legrand at total.com writes: hi all ! I'm trying to choose a language to learn programming. i know, it depends en what I want dto do with it : but I don't have particular project on my table. So I was wondering if a good idea wouldn't be to use the same

Re: which language for programming

2006-11-22 Thread Nick Bailey
On 22 Nov 2006, at 2:06 pm, Ed Ardzinski wrote: If Lilypond is written in C++ (and I do see some hints of C type syntax when I use Lilypond) this *might* be a factor to consider. But... C and C++ are fairly complex languages and have steep learning curves. If you an abject beginner

Re: which language for programming

2006-11-22 Thread Erik Sandberg
On Wednesday 22 November 2006 15:53, Bob Kline wrote: Ed Ardzinski wrote: If Lilypond is written in C++ (and I do see some hints of C type syntax when I use Lilypond) this *might* be a factor to consider. But... C and C++ are fairly complex languages and have steep learning curves. If you

Re: which language for programming

2006-11-22 Thread Bertalan Fodor
If you'd like to learn something that you can use in LilyPond activity I would suggest Java and/or the Java-like script language of jEdit, that is BeanShell. In BeanShell you can actually write anything that you can in Java, but can be more lazy. There are excellent Java Tutorials on the net,

Re: which language for programming

2006-11-22 Thread Doug Wellington
On 11/22/06, Nick Bailey [EMAIL PROTECTED] wrote: Of course other good languages also exist (ruby was mentioned) but in general one learns a language in order to communicate with others, so Visual Basic and Applescript need not apply (unless you don't want to talk to many other people!). I'm

Re: which language for programming

2006-11-22 Thread Joseph Wakeling
Doug Wellington wrote: Why can't you communicate with others using VB and/or AppleScript? I would submit that it's easier to create a graphical application with VB than just about any other programming language. If you want to communicate via windows, menus, buttons, etc, what's easier than

Re: which language for programming

2006-11-22 Thread Doug Wellington
Simple---because with VB and/or AppleScript you are tying yourself to one platform, or at any rate biasing yourself heavily. Ah... I look at that as a different problem than communicating with others. I didn't think we were talking about portability. I think that when you start talking about

Re: which language for programming

2006-11-22 Thread Mike Blackstock
Joseph Wakeling wrote: I think the earlier poster who suggested going straight for Scheme may have a point. Not only is it the core language for working with Lilypond, but it's a Lisp dialect, and Lisp is both the grandaddy of programming and the most flexible language there is. See for

Re: which language for programming

2006-11-22 Thread Eduardo Vieira
Jean wrote: I'm trying to choose a language to learn programming. i know, it depends en what I want dto do with it : but I don't have particular project on my table. I had been wondering with the same questions lately and, having Lilypond in mind, and lot of survey on forums. I decided I'd go