Skip to content

Commit

Permalink
Merge pull request #700 from bloomberg/ann
Browse files Browse the repository at this point in the history
add a link
  • Loading branch information
bobzhang committed Aug 31, 2016
2 parents cb33166 + a9132d5 commit f2dfb2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h1>Announcing BuckleScript 1.0</h1>
</div>
<div id="content">
<div class="paragraph">
<p>BuckleScript is an optimizing compiler which compiles <a href="http://ocaml.org/">OCaml</a>
<p><a href="https://github.com/bloomberg/bucklescript">BuckleScript</a> is an optimizing compiler which compiles <a href="http://ocaml.org/">OCaml</a>
into JavaScript module by module <em>without name mangling</em>. The generated code is <em>highly readable</em> and <em>super small</em>,
see <a href="http://bloomberg.github.io/bucklescript/js-demo/">Hello world</a> example
and <a href="http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP">examples of calling JS libraries</a>.
Expand Down Expand Up @@ -473,7 +473,7 @@ <h1>Announcing BuckleScript 1.0</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-31 13:48:35 EDT
Last updated 2016-08-31 13:51:25 EDT
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion site/docsource/blog/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ September 1, 2016 by Hongbo Zhang
:page-layout: article


BuckleScript is an optimizing compiler which compiles http://ocaml.org/[OCaml]
https://github.com/bloomberg/bucklescript[BuckleScript] is an optimizing compiler which compiles http://ocaml.org/[OCaml]
into JavaScript module by module _without name mangling_. The generated code is _highly readable_ and _super small_,
see http://bloomberg.github.io/bucklescript/js-demo/[Hello world] example
and http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP[examples of calling JS libraries].
Expand Down

0 comments on commit f2dfb2c

Please sign in to comment.