Vyhľadávanie
  • Vyhľadávanie
  • Moje Príbehy

Domain of Application

Skopírujte tento Storyboard
Domain of Application
Storyboard That

Vytvorte si vlastný Storyboard

Vyskúšajte to zadarmo!

Vytvorte si vlastný Storyboard

Vyskúšajte to zadarmo!

Storyboard Popis

Smart guy is creating software directly from domain specific description.

Text z Príbehu

  • What if I could create software direcly from the demands that are comming from the domain of application?
  • Like in the domain of cruise control, "When the engine speed exceeds the upper limit of economy then the engine switches to the next gear".
  • TYPE Gears = {1..6};WHEN CurrentRPM above UpperEconomyRange THEN TRIGGER NextGearIfInRange;ON NextGearIfInRange, IF CurrentGear < LAST(Gears) then LET CurrentGear = INC CurrentGear;
  • voiid Init() { RegisterCheck(Chck1, Actn1); RunRealtimeTasks();}void onNextGearIfInRange(Object* pObj) { if ( getCurrentGear() < cnMaxGear ) { setCurrentGear(inc(getCurrentGear())); }}
  • Thousands of lines of C code could be generated automatically - out of a small text of a programming language that is specific to the domain of electronic cruise control.
  • You are so smart. Have you ever tried genccc, this tool is your enabler for your own Domain Specific Language an its compiler.
Bolo vytvorených viac ako 30 miliónov storyboardov
Na Vyskúšanie nie je Potrebné Žiadne Sťahovanie, Žiadna Kreditná Karta a Žiadne Prihlásenie!
Storyboard That Family