diff options
author | ahriman <ahriman@falte.red> | 2019-08-26 23:16:55 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-08-26 23:16:55 -0400 |
commit | e75b4af78e0d04bd6d0fe20a4854e0f75c4cd7d9 (patch) | |
tree | 1530e1c6196bd0738fa7b902bb6e7264718ddc7a | |
parent | 264314791c86235153483c684ff9445f18e8d1ff (diff) | |
download | site-e75b4af78e0d04bd6d0fe20a4854e0f75c4cd7d9.tar.gz |
added nim, alphabetized compiler list
-rw-r--r-- | index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/index.html b/index.html index 7775146..0ab4ebc 100644 --- a/index.html +++ b/index.html @@ -24,19 +24,20 @@ <p>Mailing list now available for tilde.institute! Web archive and <a href="https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/">subscribing information available here</a>. The mailing list will be the primary means of communication between tilde.institute and users regarding announcements and critical issues.</p> <p>The list of compilers available are as follows:</p> <ul> - <li><code>gcc 8.3.0</code></li> <li><code>clang 7.0.1</code></li> - <li><code>jdk 11.0.2.9.3 (environment setup required)</code></li> - <li><code>scala 2.12.3</code></li> - <li><code>rust 1.33.0</code></li> - <li><code>go 1.12.5</code></li> + <li><code>clisp 2.49</code></li> <li><code>elixir 1.8.1</code></li> <li><code>erlang 21</code></li> + <li><code>gcc 8.3.0</code></li> <li><code>ghc 8.2.2</code></li> - <li><code>clisp 2.49</code></li> - <li><code>racket 7.2</code></li> + <li><code>go 1.12.5</code></li> <li><code>guile 1.8.8</code></li> + <li><code>jdk 11.0.2.9.3 (environment setup required)</code></li> <li><code>nasm 2.14.02</code></li> + <li><code>nim 0.16.0</code></li> + <li><code>racket 7.2</code></li> + <li><code>rust 1.33.0</code></li> + <li><code>scala 2.12.3</code></li> <li><code>yasm 1.3.0</code></li> </ul> <p>We also provide non-HTTP access to various interpreted languages:</p> |