Skip to content

Commit

Permalink
rename manifesto to design, add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Nov 26, 2023
1 parent b45468e commit 8b76f70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions manifesto.html → design.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<title>Core Programming Language – Manifesto</title>
<title>Core Programming Language – Design</title>
<link rel="stylesheet" href="css/base.css">
</head>
<body>
Expand All @@ -11,22 +11,33 @@
<div class="pageHeader">
<div class="topSpace"></div>
<div class="pageTitle"><a href=".">Core</a></div>
<div class="pageSubtitle"> / manifesto </div>
<div class="pageSubtitle"> / design </div>
</div>
</header>
<main>
<h4>simplicity</h4>
<div class="section">
Some believe that adding features improves a language. <br>
Some believe that adding features improves a language.<br>
This is not a language for those.
</div>
<div class="section">
In a world in which languages add features <br>
until they collapse under their own weight, <br>
In a world in which languages add features<br>
until they collapse under their own weight,<br>
build a language that is content with itself.
</div>
<h4>compatibility</h4>
<div class="section">
Spend the engineering effort to make the language amenable for change,<br>
instead of making ossification a forgone conclusion.
</div>
<div class="section">
The least painful time for a breaking change is now.
</div>
<h4>performance</h4>
<div class="section">
The language is designed to allow an implementation that is fast and efficient.<br>
There are no language features that introduce a slow-path.
</div>
</main>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<nav>
<ul>
<div class="link"><a href="about">about</a></div>
<div class="link"><a href="manifesto">manifesto</a></div>
<div class="link"><a href="design">design</a></div>
<div class="link"><a href="status">status</a></div>
<div class="link"><a href="tutorial">tutorial</a></div>
<div class="link"><a href="changes">changes</a></div>
Expand Down

0 comments on commit 8b76f70

Please sign in to comment.