Lemur Scripting Language

Discuss Lemur and share techniques.
Post Reply
areos
Newbie
Posts: 9
Joined: 21 Dec 2011 18:41

Lemur Scripting Language

Post by areos »

Hi all,

first of all thanks to Liine for developing Lemur further !

Q: which language is used in the scripting-syntax ?
Python, Java, C ?

Many thanks
areos
Newbie
Posts: 9
Joined: 21 Dec 2011 18:41

Re: Lemur Scripting Language

Post by areos »

No one, really ?

Besides my Max/MSP ans some Smalltalk programming knowledge I can`t really program. It would be a good idea to know in which language Lemur operates, in order to learn it..
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: Lemur Scripting Language

Post by Macciza »

Hi
I guess it is perhaps it's own dialect -kinda objecty C'ish with it's own libraries, with a dash of Smalltalk style dot notation would be one way I might describe it . . .
The manual and the editor interface both document the language side of things fairly well and deserve a good study and continued reference.
I'm guessing you would probably go okay particularly if you have Max for a bit of it's magic . . .

Cheers
MM
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
areos
Newbie
Posts: 9
Joined: 21 Dec 2011 18:41

Re: Lemur Scripting Language

Post by areos »

Thanks Macciza,

I'm in the middle of the manual-study, it provides indeed a good point to start. However, I prefer to learn things from ground up, so only what I can do now is guessing about the right syntax and methods... Maybe we can start a discussion here about general scripting experiences, something like a basic knowledge base:

- your favorite expression
- things you should know
- things you should avoid
- clean coding
- code sharing
- recources for learning this language further ( books, links )
- implementation with other languages ( like Max/MSP, Python )
- etc
mux
Newbie
Posts: 3
Joined: 24 Dec 2011 01:44

Re: Lemur Scripting Language

Post by mux »

Hi!

I'd say it's neither nor. It uses its own language, but I think if you are familiar with Java or C#, you'll be pretty fine - the syntax basically is the same. But then again, it's absolutely not necessary to learn these languages just for Lemur scripting! Lemur may be complex, but it is by far not as complex as Java or C#.

My suggestion: Make sure to become familiar with loops, conditions, arrays, functions and accessing object-attributes. The manual says it all - no need to learn Java or any other language similar to the Lemur-scripting-language. Just stick to the manual and you'll be fine!

Btw, happy new year to all!
areos
Newbie
Posts: 9
Joined: 21 Dec 2011 18:41

Re: Lemur Scripting Language

Post by areos »

Hey mux, thanks for pointing it out !

It's always better to know which direction to take.
I'm a bit familiar with arrays and loops from Smalltalk (Kyma) and just finished reading the manual. Much more is clear now.

Edit: Anyway, it would be great to hear an official statement from Liine ....

Happy 2012 all !
Post Reply