BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Essential: a new Language Workbench

Essential: a new Language Workbench

This item in japanese

Bookmarks

Langugage Workbenches are becoming increasing popular. There was even a competition focused on comparing the different products in that category.Pedro Molina just released the public beta version of his new Language Workbench, Essential.

Essential is a meta-modeling and code generation tool providing specific DSLs to define and consume
  • Metamodels Models
  • Templates
  • Model-to-Text transformations
  • Model-to-Model transformations

One of the key differences, when compared to other tools like Eclipse Xtext, is that Essential focuses on model interpretation which means that prototyping a code generation can be done in an agile way without the need of generating any infrastructure boilerplate or meta-editor plumbling accessories. By Contrast Xtest requires that for any change in the model, a new version of the model parser be generated, which is at the core of the transformation engine.

Pedro sees several benefits to this approach:

  • Prototyping software directly from models without a significant overhead
  • Evolving software architectures quickly which in turn enables experimenting with different designs
  • Benchmarking and comparing architectures
  • Generating code

Our industry is evolving at an incredible pace, with new architetures, architectures components, SDKs appearing almost daily, and the variety of devices on which solutions need to operate, the switch to a modeling approach to software development (MDSD), and metaprogramming in particular, could become more compelling. What do you think?

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Name clash

    by mikhail franco,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    The 'Essential' name is already used by this commercial/open-source Enterprise Architecture modelling tool:

    www.enterprise-architecture.org/

    Mik

  • Re: Name clash

    by Pedro J. Molina,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Your are right Mik. Thanks for point it out. Both projects are not related in any way. It's a small world. Probably I will change the name of the tool in a near future to avoid any confussion. But still looking for a new one.

    Regards,
    Pedro J. Molina

  • Congratulations

    by Ruben Jimenez,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Really nice tool Pedro!! Congratulations!

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT