Files
harbour-core/website/faq/harbour31.html
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

38 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>I can't code C, how can I help development? </title>
</head>
<body text="#000000" bgcolor="#ffffff">
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour20.html"><em>Helping develop Harbour</em></a>
<b>:</b> <em>I can't code C, how can I help development? </em><br />
<b>Previous:</b> <a href="harbour30.html"><em>So what's with all these language extensions then?</em></a><br />
<b>Next:</b> <a href="harbour32.html"><em>I've got loads of Clipper code I can donate, what shall I do?</em></a>
<hr noshade>
<h2><a name="31"></a>3.11. I can't code C, how can I help development? </h2>
<p>How about doing some Clipper (the language) coding? Parts of Harbour have
been and can be written in itself. Why not look at
<a href="harbour27.html#WhatToDo">what needs doing</a> in the run-time library and seeing what could be
coded using normal Clipper code?</p>
<p>Don't worry about speed for the moment, chances are the functions you're
thinking about are not speed critical, even if they are someone can come
along and, using your implementation as the base design, re-code it in C for
extra speed (if re-coding will speed it up).</p>
<hr noshade>
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour20.html"><em>Helping develop Harbour</em></a>
<b>:</b> <em>I can't code C, how can I help development? </em><br />
<b>Previous:</b> <a href="harbour30.html"><em>So what's with all these language extensions then?</em></a><br />
<b>Next:</b> <a href="harbour32.html"><em>I've got loads of Clipper code I can donate, what shall I do?</em></a>
</body>
</html>