comparison index.html @ 13:560cd6870417

use FSF preferred terminology
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 08 Nov 2015 13:25:13 -0800
parents 09b8b8fc3eba
children 3011dd45c7b0
comparison
equal deleted inserted replaced
12:db3122c92b2a 13:560cd6870417
16 GNU Octave 16 GNU Octave
17 </h2> 17 </h2>
18 <h3>Scientific Programming Language</h3> 18 <h3>Scientific Programming Language</h3>
19 <ul> 19 <ul>
20 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li> 20 <li>Powerful mathematics-oriented syntax with built-in plotting and visualization tools</li>
21 <li>Free, open source software runs on Linux, Mac, BSD, and Linux</li> 21 <li>Free software, runs on GNU/Linux, Mac, BSD, and Windows</li>
22 <li>Drop-in compatible with many <a href="#syntax">Matlab&trade;</a> scripts</li> 22 <li>Drop-in compatible with many Matlab scripts</li>
23 </ul> 23 </ul>
24 <div class=""> 24 <div class="">
25 <a class="button expand" href="{{ "/#install" | prepend: site.baseurl }}"> 25 <a class="button expand" href="{{ "/#install" | prepend: site.baseurl }}">
26 Download 26 Download
27 </a> 27 </a>
34 <h3>Syntax Examples</h3> 34 <h3>Syntax Examples</h3>
35 35
36 <div class="row"> 36 <div class="row">
37 <div class="columns medium-12"> 37 <div class="columns medium-12">
38 <p> 38 <p>
39 The Octave syntax is derived from <a href="http://www.mathworks.com/matlab">Matlab</a> and maintains compatability with many commands. 39 The Octave syntax is largely compatible with <a href="http://www.mathworks.com/matlab">Matlab</a>. The Octave interpreter can be run in GUI mode, as a console, or invoked as part of a shell script.
40 </p> 40 </p>
41 </div> 41 </div>
42 </div> 42 </div>
43 43
44 <div class="row"> 44 <div class="row">