Discussion:
Mention lang/go and lang/rust in faq8.html
Michal Mazurek
2015-12-26 09:17:05 UTC
Permalink
Go and Rust are now widely used. It might be worth mentioning them in
the FAQ.

Index: faq8.html
===================================================================
RCS file: /cvs/www/faq/faq8.html,v
retrieving revision 1.268
diff -u -p -r1.268 faq8.html
--- faq8.html 24 Nov 2015 00:20:25 -0000 1.268
+++ faq8.html 26 Dec 2015 09:13:00 -0000
@@ -316,6 +316,14 @@ This new compiler is available as a subp
</tr>

<tr valign="top">
+<td>Go</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/go">lang/go</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
<td rowspan="2">Haskell</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc">lang/ghc</a>
@@ -430,6 +438,14 @@ Plenty of subpackages are available for
<td>Ruby</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby">lang/ruby</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
+<td>Rust</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/rust">lang/rust</a>
</td>
<td></td>
</tr>
--
Michal Mazurek
Michael McConville
2015-12-26 19:58:03 UTC
Permalink
Post by Michal Mazurek
Go and Rust are now widely used. It might be worth mentioning them in
the FAQ.
ok mmcc@

Thanks!
Post by Michal Mazurek
Index: faq8.html
===================================================================
RCS file: /cvs/www/faq/faq8.html,v
retrieving revision 1.268
diff -u -p -r1.268 faq8.html
--- faq8.html 24 Nov 2015 00:20:25 -0000 1.268
+++ faq8.html 26 Dec 2015 09:13:00 -0000
@@ -316,6 +316,14 @@ This new compiler is available as a subp
</tr>
<tr valign="top">
+<td>Go</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/go">lang/go</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
<td rowspan="2">Haskell</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc">lang/ghc</a>
@@ -430,6 +438,14 @@ Plenty of subpackages are available for
<td>Ruby</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby">lang/ruby</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
+<td>Rust</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/rust">lang/rust</a>
</td>
<td></td>
</tr>
--
Michal Mazurek
Michal Mazurek
2016-01-26 15:34:44 UTC
Permalink
Post by Michal Mazurek
Go and Rust are now widely used. It might be worth mentioning them in
the FAQ.
This was ok'd but never commited.
Post by Michal Mazurek
Index: faq8.html
===================================================================
RCS file: /cvs/www/faq/faq8.html,v
retrieving revision 1.268
diff -u -p -r1.268 faq8.html
--- faq8.html 24 Nov 2015 00:20:25 -0000 1.268
+++ faq8.html 26 Dec 2015 09:13:00 -0000
@@ -316,6 +316,14 @@ This new compiler is available as a subp
</tr>
<tr valign="top">
+<td>Go</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/go">lang/go</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
<td rowspan="2">Haskell</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ghc">lang/ghc</a>
@@ -430,6 +438,14 @@ Plenty of subpackages are available for
<td>Ruby</td>
<td>
<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby">lang/ruby</a>
+</td>
+<td></td>
+</tr>
+
+<tr valign="top">
+<td>Rust</td>
+<td>
+<a href="http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/rust">lang/rust</a>
</td>
<td></td>
</tr>
--
Michal Mazurek
--
Michal Mazurek
Theo Buehler
2016-01-26 15:58:59 UTC
Permalink
Post by Michal Mazurek
Post by Michal Mazurek
Go and Rust are now widely used. It might be worth mentioning them in
the FAQ.
This was ok'd but never commited.
committed, thanks

Loading...