Re: [AVR-Chat] Re: Best language for learning AVRs (was forth)
2006-02-09 by stevech@san.rr.com
Hopefully your language of choice, in an industrial setting, will be easy for your successor to deal with (and YOU, 2 years hence), and if non-standard, from a supplier who exists at that time! Today, that knocks it down to asm and C, eh?
�
----- Original Message -----
From: scmikes03 Date: Thursday, February 9, 2006 10:04 am Subject: [AVR-Chat] Re: Best language for learning AVRs (was forth) > I think that the best language to use depends on how you think.>
>
>
> Assembly, C, basic - similar thought patterns, if you like your
> language to provide some syntactic sugar, C is probably you
> choice.
> If you wany evern more sugar and hand holding at the software level,
> go with basic.
>
> C++ - If you want to model your system as objects, but still dive into
> bits when you need to, this seems to be the way to go.
>
>
> forth - if you want to create a domain language that you build up by
> adding "words" to your language, forth may be the way for you to go
>
> The language of choice depends on the best way to think to
> successfully think about a project.
>
> If you want to exand the way you think, learn a language from each of
> the major design Paradigms. If you learn assembly, C and basic, you
> are! learning