English 中文(简体)
Whats the learning curve for Lustre/Scade
原标题:
  • 时间:2009-11-13 21:57:27
  •  标签:
  • real-time

I gotta take a seminar this year in my graduate level course which later will get converted into a two year project.

I am a developer with extensive experience in Java, Ruby, PHP, Python etc. I was wondering if Lustre and Scade which are used in Realtime environments would make sense to me.

If there is anyone here with experience in these languages please tell me about the learning curve of these new languages.

问题回答

Lustre/Scade are used to program reactive systems. They solve different problems so you can not really compare them to Java, Ruby...

I found Lustre very easy to pick up. It has a only a small number of orthogonal concepts, that can be assembled together to create sophisticated behaviors (for a reactive system :) ). The "substitution principle" give you an easy way to predict what a program will do.

Of course, you can observe/create behaviors that contradict the mathematical view of Lustre programs as equations over infinite streams, but presumably you will not interface with C in a Lustre beginner course.





相关问题
How to lock pages in memory using WinAPI?

I need to prevent application s memory pages from being swapped out of RAM on Windows. Is there a WinAPI function equivalent of POSIX mlockall() to achieve that?

MS Chart Scaleview & Threading

I have taken the example from the samples off the microsfot website. The example is the realtime Date&Time for C#. The example works perfectly when using a short distance and basically running it ...

Real time price x quantity calculator

I m using ASP.NET and a Repeater control to display my data. The data I have is in stored in a List. How would I implement a simple calculator that is affected in real time? Would I have to use AJAX, ...

Whats the learning curve for Lustre/Scade

I gotta take a seminar this year in my graduate level course which later will get converted into a two year project. I am a developer with extensive experience in Java, Ruby, PHP, Python etc. I was ...

Real time collaborative use interface on the web [closed]

I m wondering what the technologies and best practices are behind real time collaboration in web interfaces. An example of this is of course Google Wave. Another is PivotalTracker.com. I m ...

热门标签