Cmajor 1.1.0 released

"Seppo Laakko" <seppo.laakko@pp.inet.fi>
Wed, 5 Aug 2015 21:06:37 +0300

          From comp.compilers

Related articles
Cmajor 1.1.0 released seppo.laakko@pp.inet.fi (Seppo Laakko) (2015-08-05)
| List of all articles for this month |

From: "Seppo Laakko" <seppo.laakko@pp.inet.fi>
Newsgroups: comp.compilers
Date: Wed, 5 Aug 2015 21:06:37 +0300
Organization: Compilers Central
Keywords: tools, available
Posted-Date: 05 Aug 2015 15:28:54 EDT

Cmajor version 1.1.0 has been released.


Cmajor (http://sourceforge.net/projects/cmajor/) is a hybrid programming
language taking features from C++ and C# and adding a few on its own.
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 single dimensional arrays
o hash tables and linked lists
o SHA-1, SHA-256 ja SHA-512
o Mersenne Twister random number generator
o Rotate algorithm (same as C++ std::rotate)
o debugger ported to Linux
o debugger inspect can show contents of all containers in system library
o bug fixes


Regards,
Seppo Laakko



Post a followup to this message

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