File: introduction.html

package info (click to toggle)
rudiments 0.31-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,516 kB
  • ctags: 3,248
  • sloc: asm: 23,776; cpp: 22,792; sh: 7,769; ansic: 1,769; makefile: 1,054; xml: 169; perl: 19
file content (37 lines) | stat: -rw-r--r-- 1,481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>firstworks   Introduction to Rudiments</title>
<link href="css/styles.css" rel="stylesheet">
</head>
<body>

<span class="heading">Introduction to Rudiments</span><br><br>

<p>In the early days of
<a href="http://www.firstworks.com/sqlrelay.html"><b>SQL Relay</b></a>
and <a href="http://www.firstworks.com/groundwork.html"><b>Groundwork</b></a>, some of the
classes being developed for each project didn't exactly fit.  
Or more precisely, could concievably be useful in other projects.  
Some of these classes were very generic
base classes, others were utilities.  The older the projects got, the
more obvious it became that these classes should be extracted and assembled
into a library of their own.</p>

<p><b>Rudiments</b> was born.</p>

<p>As a result, some of the <b>rudiments</b> classes are fairly full featured
and others very incomplete; containing only the functions that were required
by the project they were derived from.</p>

<p><b>Rudiments</b> is very much a 
work in progress, and not extremely well defined at that.  Currently though,
the objective of the project is to develop a set of utility classes that 
provide the functionality of the standard C libraries through an object
oriented interface and a set of useful base classes for some standard kinds of
programs.</p>

<p>If you would like to contribute to this project, please contact 
<a href="mailto:david.muse@firstworks.com">david.muse@firstworks.com</a>.</p>

</body>
</html>