File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ <h1>Announcing BuckleScript 1.0</h1>
427
427
</ div >
428
428
< div id ="content ">
429
429
< div class ="paragraph ">
430
- < p > BuckleScript is an optimizing compiler which compiles < a href ="http://ocaml.org/ "> OCaml</ a >
430
+ < p > < a href =" https://github.com/bloomberg/bucklescript " > BuckleScript</ a > is an optimizing compiler which compiles < a href ="http://ocaml.org/ "> OCaml</ a >
431
431
into JavaScript module by module < em > without name mangling</ em > . The generated code is < em > highly readable</ em > and < em > super small</ em > ,
432
432
see < a href ="http://bloomberg.github.io/bucklescript/js-demo/ "> Hello world</ a > example
433
433
and < a href ="http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP "> examples of calling JS libraries</ a > .
@@ -473,7 +473,7 @@ <h1>Announcing BuckleScript 1.0</h1>
473
473
</ div >
474
474
< div id ="footer ">
475
475
< div id ="footer-text ">
476
- Last updated 2016-08-31 13:48:35 EDT
476
+ Last updated 2016-08-31 13:51:25 EDT
477
477
</ div >
478
478
</ div >
479
479
</ body >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ September 1, 2016 by Hongbo Zhang
6
6
:page-layout: article
7
7
8
8
9
- BuckleScript is an optimizing compiler which compiles http://ocaml.org/[OCaml]
9
+ https://github.com/bloomberg/bucklescript[ BuckleScript] is an optimizing compiler which compiles http://ocaml.org/[OCaml]
10
10
into JavaScript module by module _without name mangling_ . The generated code is _highly readable_ and _super small_ ,
11
11
see http://bloomberg.github.io/bucklescript/js-demo/[Hello world] example
12
12
and http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP[examples of calling JS libraries].
You can’t perform that action at this time.
0 commit comments