Cmajor 1.4.0 released

"Seppo Laakko" <seppo.laakko@pp.inet.fi>
Sun, 13 Mar 2016 21:52:21 +0200

          From comp.compilers

Related articles
Cmajor 1.4.0 released seppo.laakko@pp.inet.fi (Seppo Laakko) (2016-03-13)
Re: Cmajor 1.4.0 released aaronngray@gmail.com (Aaron Gray) (2016-03-25)
Re: Cmajor 1.4.0 released seppo.laakko@pp.inet.fi (Seppo Laakko) (2016-03-29)
| List of all articles for this month |

From: "Seppo Laakko" <seppo.laakko@pp.inet.fi>
Newsgroups: comp.compilers
Date: Sun, 13 Mar 2016 21:52:21 +0200
Organization: Compilers Central
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="71922"; mail-complaints-to="abuse@iecc.com"
Keywords: available, C, OOP
Posted-Date: 15 Mar 2016 08:10:07 EDT

Hello!


Cmajor compiler version 1.4.0 released:


http://sourceforge.net/projects/cmajor/files/1.4.0/


Cmajor is a hybrid programming language based on C++ and C#. Its
syntax is closer to C#'s than C++'s syntax and semantics closer to
C++'s semantics than C#'s semantics.


It's not garbage collected but relies on destructors doing the cleanup
as in C++.


It runs on Windows and Linux, has LLVM and C backends, has basic
implementation of concepts, has an IDE in Windows, and has support for
debugging integrated in IDE in Windows and using command line tool
cmdb in Linux.


New in this release:
o Unicode support.
o Interfaces like in Java and C#.


Regards,
Seppo Laakko



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.