-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplans.html
More file actions
74 lines (68 loc) · 3.4 KB
/
plans.html
File metadata and controls
74 lines (68 loc) · 3.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CM3 Plans</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META HTTP-EQUIV="Resource-type" CONTENT="document">
<META HTTP-EQUIV="Reply-to" CONTENT="m3-support@elego.de">
<LINK HREF="normal.css" REL="stylesheet" TYPE="text/css">
<META NAME="robots" content="noindex">
</head>
<body bgcolor="#ffffff">
<h2>CM3 Plans</h2>
<p>
<a href="http://www.elego-software-solutions.com">Elego Software
Solutions</a> would like to offer to coordinate the development
of the CM3 5.1 sources, especially the core system, for the
next time. We'll continue to produce releases and installation
archives, integrate patches and extensions, provide installation
and porting help, and would even offer some commercial support
for those who want to make professional use of CM3. You should
keep in mind that CM3 5.1 is a free code distribution without
any warranties, and that the resources of help and support are
not unlimited. If you have any questions about CM3, please mail
to <a href="mailto:m3-support{at}elego.de">m3-support{at}elego.de</a>.
Please don't be disappointed if you don't get an immediate
answer; we're just a small German company and cannot employ any
full-time m3 support people (unless someone would be willing to
pay for them, of course :-); but be assured that we will not
ignore any reasonable questions and requests.
</p>
<p>
Currently all the sources are under CVS control at elego
Software Solutions. We would like to setup public CVS and CVSup
access to everything soon, but it may take a while until this
can be realized. How things will develop will of course depend
on the wishes and support of the M3 user community. For the time
being, we would like to get patches in context diff or unified
diff format from all those that want to participate.
</p>
<p>
Eventually it may be well to mix the existing PM3 and the CM3
Modula-3 distributions, but for elego this is no short time
goal, as there are quite a lot of incompatibilities and changes
that make this difficult, including the build system (quake),
documentation (html/sgml tools), language semantics
(esp. exceptions and pragmas), and interfaces
(e.g. text/unicode). For the time being, the two distributions
may coexist and mutually benefit from each other. I'm already
very thankful for the up-to-date runtime support and Unix
interfaces I borrowed from PM3 and integrated into the CM3
system.
</p>
<p>
It is unlikely that Modula-3 will ever become a widely used
language, but we think it has the potential to be a readily
available and very powerful tool for those who are able to
choose the best suited tool for some purpose. With the
extensions CM3 5.1 provides, many of the issues known to be
wanting in Modula-3 have been addressed or will be easier
addressable. We would like to keep CM3 alive as a small, quick
to install and easy to use system.
</p>
<hr>
<address><a href="mailto:m3-support{at}elego.de">m3-support{at}elego.de</a></address>
<!-- Created: Fri Feb 16 15:27:10 MET 2001 -->
</body>
</html>