7a987c29f6
* Remove all the references to "drupal". * Apply ferdymercury changes. Thanks !
103 lines
4.9 KiB
HTML
103 lines
4.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
|
|
<head>
|
|
<title>Cling Website</title>
|
|
<meta name="description" content="Official website of Cling" />
|
|
<meta name="keywords" content="cling, interactive compiler interface, interpreter, clang, LLVM" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="robots" content="noindex,nofollow" />
|
|
<link rel="stylesheet" type="text/css" href="../style/style.css" />
|
|
<link rel="stylesheet" type="text/css" href="../style/menu.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="website">
|
|
<div id="header">
|
|
<div id="logo">
|
|
<div id="logo_text">
|
|
<!-- class="logo_colour", allows you to change the colour of the text -->
|
|
<h1><a href="index.html"><span class="logo_colour">Cling</span> Website</a></h1>
|
|
<h2>Interactive Compiler Interface</h2>
|
|
</div>
|
|
</div>
|
|
<div id="mainmenubar">
|
|
<ul id="mainmenu">
|
|
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
|
|
<li><a class="tab_link" href="../index.html">Home</a></li>
|
|
<li><a class="tab_link" href="../download.html">Download</a></li>
|
|
<li class="selected"><a class="tab_link" href="../news.html">News</a></li>
|
|
<li class="root"><a class="tab_link" href="../docs.html">Docs</a>
|
|
<div id="secondarymenu">
|
|
<div id="secondarymenu_content">
|
|
<div class="secondarymenu_header">Documentation</div>
|
|
<br class="clear" />
|
|
<div class="column">
|
|
<div class="column_header">Developer</div>
|
|
<ul>
|
|
<li><a class="secm_link" href="docs/internal/doxygen.html">Doxygen</a></li>
|
|
<li><a class="secm_link" href="docs/internal/extensions.html">Extensions</a></li>
|
|
<li><a class="secm_link" href="#">Error Recovery</a></li>
|
|
<li><a class="secm_link" href="#">Late Binding</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="column">
|
|
<div class="column_header">End User</div>
|
|
<ul>
|
|
<li><a class="secm_link" href="#">User Manual</a></li>
|
|
<li><a class="secm_link" href="#">Status of ObjectiveC[++]</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<li><a class="tab_link" href="../contact.html">Get Involved</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="breadcrumb"></div>
|
|
<div id="content">
|
|
<div class="sidebar">
|
|
<!-- insert your sidebar items here -->
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="www.cern.ch" target="_blank">CERN</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="main">
|
|
<!-- insert the page content here -->
|
|
<h1>Cling Goes Public</h1>
|
|
<h5>July 25th, 2011</h5>
|
|
<p>
|
|
Cling is a completely new development, based on the opensource projects <a target="_blank" href="http://clang.llvm.org">clang</a> and <a target="_blank" href="http://llvm.org">LLVM</a>. Cling is a new generation interpreter implemented as an interactive compiler interface of clang. The developer team has carefully designed the project, taking in mind the lessons that they had learn from CINT.
|
|
</p>
|
|
<p>
|
|
Cling has been developed as prototype since quite a while. We have got more manpower and we managed to improve the prototype a lot. We have gotten to stage where the project could be useful.
|
|
</p>
|
|
<p>
|
|
Since cling heavily depends on clang and LLVM we feel responsible to offer the project to the community. On July the 25-th 2011 we have <a target="_blank" href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-July/016325.html">announced</a> the stable status we have and kindly asked the community for feedback. It became clear there are many people interested in it. Some of the them even asked for the status of objC/objC++!
|
|
</p>
|
|
<p>
|
|
The overall good mark is a good motivation to keep walking in that direction. We follow our milestones and we are getting there!
|
|
</p>
|
|
<a class="readmore" href="../news.html"><< Back</a>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<div id="copyright">
|
|
Copyright © Cling Team
|
|
</div>
|
|
<div id="links">
|
|
<a href="http://root.cern.ch/" target="_blank">The ROOT Framework</a> |
|
|
<a href="http://llvm.org" target="_blank">LLVM</a> |
|
|
<a href="http://clang.llvm.org" target="_blank">Clang</a> |
|
|
<a href="http://www.html5webtemplates.co.uk" target="_blank">Web Design</a>
|
|
</div>
|
|
<div id="modified"><i>Page was modified on <b>$Date$</b> in $Rev$ by <b>$Author$</b></i></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|