Slashdot Mirror


IBM Releases Open Source EGL Development Tools

New submitter dd1968 writes "Today IBM announced the release of a new set of Open Source development tools based on their EGL programming language. The announcement describes the tools as being built from the ground up on an 'open, extensible compiler and generator framework.' The one-language approach places an abstraction layer between the developer and target languages, frameworks, and runtime platforms."

8 of 50 comments (clear)

  1. Not EGL. by GenP · · Score: 4, Informative

    Not that EGL, nothing to see here, move along.

  2. EGL by hawguy · · Score: 4, Informative

    Would it really be that hard to put a brief summary of what EGL is in the summary?

    http://en.wikipedia.org/wiki/EGL_(programming_language)

    EGL (Enterprise Generation Language) is a high level, modern business oriented programming language, designed by IBM to be platform independent. EGL is similar in syntax to other common languages so it can be learned by application developers with similar previous programming background. EGL application development abstractions shield programmers from the technical interfaces of systems and middleware allowing them to focus on building business functionality. EGL applications and services are written, tested and debugged at the EGL source level, and once they are satisfactorily functionally tested they can be compiled into COBOL, Java, or JavaScript code to support deployment of business applications that can run in any of the following environments:

    1. Re:EGL by binarylarry · · Score: 5, Funny

      Yay it looks like Java, Cobol and VB had a baby!

      Rosemary's baby infact!

      --
      Mod me down, my New Earth Global Warmingist friends!
  3. Make that _very_ interesting by msobkow · · Score: 3, Interesting

    They've taken a completely different approach to code production than I do, but it still seems pretty powerful. I think most of what they've accomplished is a clean, elegant variation on good old C pre-processor macros, but restricted so it's a lot harder to hang yourself when writing such code expansions.

    It seems to borrow a fair bit from the concept of annotations and UML stereotyping for it's expansion arguments, rather than inspecting a business application model for that information.

    It's definitely competition for the grunt code market, but I think my approach requires less work on the part of business modellers, while IBM's approach is probably more comfortable for coders than modellers.

    Either way, I'm going to have to hurry up with coding a GUI for this beast so people can use it without groking raw XML.

    --
    I do not fail; I succeed at finding out what does not work.
  4. Re:Why? by the+linux+geek · · Score: 4, Insightful

    Why create C? We already had FORTRAN, COBOL, ALGOL, Lisp, and PL/I.

    Why create C++? We already had C, Smalltalk. and ObjectPascal.

    Why create Java? We already had C++, Eiffel, and Objective-C.

    Why create C#? We already had VB, C++, and Java.

  5. But why should I care? by mattpalmer1086 · · Score: 4, Insightful

    I just read through your whole site, but I have no idea what MSS Code Factory is, what problems it solves, what it would do for me or why I would want it. I get that it generates code from a model using a bunch of rules, much faster than a human could type it - but that is rarely the critical problem in writing code.

    Now, I've worked with various code generators and high level modelling tools for decades, and none of them have been worth the effort so far. The effort involved in learning the system, working around the inevitable bugs in it (usually involving having to keep patching the output again and again as the model evolves), and interfacing with the bits the model can't handle just make them an exercise in frustration. It's a bit like the old regular expression joke.

    I'm not saying yours is the same; for all I know it's totally awesome and doesn't suffer from the same problems as all the other ones I've had to deal with - but you are so into your own project that you've forgotten how to explain why anyone else should care.

    Take a small step back, put yourself in our shoes, and tell us why we need it.

  6. It's yet another 4GL, nothing to see... by Anonymous Coward · · Score: 3, Informative

    It's yet another 4GL and they're nothing new. Most programmers here know about languages that are 3GL (Python, Java, C, C#, Clojure, Lisp, whatever, they're all 3GLs).

    I started working using 2GL: manually entering opcode into the machine but I digress.

    4GLs exists since a long time. This "EGL" is just a new enterprise (read bloated, inneficient and solving the wrong problems) 4GL. IBM here is creating a new language to bill more $IBM-consulting/hours.

    Don't feel threatened: it will be used exactly the same way other 4GLs are.

  7. Re:Why? by alexo · · Score: 3, Insightful

    Why create C#? We already had VB, C++, and Java.

    Precisely because we had Java.