all repos — min @ 315dd472cf35599d304de68aabe108b2c1903232

A small but practical concatenative programming language.

Fixed Nim capitalization.
h3rald h3rald@h3rald.com
Sun, 30 Jul 2017 19:30:27 +0200
commit

315dd472cf35599d304de68aabe108b2c1903232

parent

a8a9437e847539da7d9761c3460314a276dc46c1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M site/contents/home.mdsite/contents/home.md

@@ -21,7 +21,7 @@ <div class="pure-g">

<section class="pure-u-1 pure-u-md-1-2"> <h2>Features</h2> <ul> - <li>Entirely written in <a href="https://nim-lang.org">nim</a>. It can be easily embedded in other nim programs.</li> + <li>Entirely written in <a href="https://nim-lang.org">Nim</a>. It can be easily embedded in other nim programs.</li> <li>Follows the <strong>functional</strong> and <strong>concatenative</strong> programming paradigms.</li> <li>Provides a wide range of <strong>combinators</strong> for advanced stack manipulation and dequoting.</li> <li>Provides a <strong>minimal set of data types</strong>: integer, floats, strings, booleans, and quotations (lists).</li>