|
MyL is a hyper productive programming language oriented to concepts. It was created in 2004 to simplify and accelerate the development of commercial applications for web and desktop.MyL is strongly typed, nevertheless presents itself very intuitive. Because of its so called "Straight to the Point" syntax, concepts like WebServices, Persistents or CRUD logic become straight forward to write. ... MORE MyL is a hyper productive programming language oriented to concepts. It was created in 2004 to simplify and accelerate the development of commercial applications for web and desktop.MyL is strongly typed, nevertheless presents itself very intuitive. Because of its so called "Straight to the Point" syntax, concepts like WebServices, Persistents or CRUD logic become straight forward to write. MyL's command line compiler, actually generates an intermediate byte-code, which is rewritten in another language that best fits to one specific application, and then compiled. The current implementation of MyL is a double-pass compiler written in Object Pascal. The generated code is also Object Pascal, although theoreticaly, any language or paradigma could be used. The language was created by Ronaldo Moreira, who started working on it as a dialect for a bigger project named Matrix. A complete IDE with its own language, frameworks and code generation.MyL is an acronym for My Language. The following examples can be run within a console window. You must compile and generate code with MyLc, and compile the final code with the generated code compiler, in this case, Delphi compiler DCC32. LESS |

Comments About MyL