As a current using of PBASIC and about 14 approx other languages as I am a software developer by profession. How difficult is it to pick up the SPIN language? Is it more object oriented based?
You need to be a member of diydrones to add comments!
James,
so far from what I can tell spin looks inline with a little bit of C, and python. I'm still going through it though, but that's what it looks like to me. It's wierd, but it shouldn't be too hard to pick up.
well its actualy two languages , spin & assembly. spin is object oriented and i find it easy , but the assembly language runs much much faster and has way more "power" but requires a good understanding of the mechanics of processers. assembly is of course directly translateable into binary.
Replies
so far from what I can tell spin looks inline with a little bit of C, and python. I'm still going through it though, but that's what it looks like to me. It's wierd, but it shouldn't be too hard to pick up.