File: AUTHORS

package info (click to toggle)
maxima 5.27.0-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 120,648 kB
  • sloc: lisp: 322,503; fortran: 14,666; perl: 14,343; tcl: 11,031; sh: 4,146; makefile: 2,047; ansic: 471; awk: 24; sed: 10
file content (95 lines) | stat: -rw-r--r-- 2,634 bytes parent folder | download | duplicates (8)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Maxima's development history spans three distinct periods: The
research project at MIT, the stewardship of William Schelter and the
current Maxima project.

MACSYMA (Project MAC's SYmbolic MAnipulation System) was developed by
the Mathlab group of the MIT Laboratory for Computer Science
(originally known as Project MAC), during the years 1969-1972.  Their
work was supported by grants NSG 1323 of the National Aeronautics and
Space Administration, N00014-77-C-0641 of the Office of Naval
Research, ET-78-C-02-4687 of the U.S. Department of Energy, and
F49620-79-C-020 of the U.S. Air Force.  MACSYMA was further modified
for use under the UNIX operating system (for use on DEC VAX computers
and Sun workstations), by Richard Fateman and colleagues at the
University of California at Berkeley; this version of MACSYMA is known
as VAXIMA.

William Schelter developed and maintained this version, Maxima, from
the project's inception until his untimely death in 2001. We are
eternally grateful for his enormous contribution.

William Schelter thanked the following people for having tested
the code under various common lisp implementations, and for helpful
comments:

hagiya%kurims.kurims.kyoto-u.junet%utokyo-relay.csnet@RELAY.CS.NET
  		(in kcl aosv)
steve@spock.ncsa.uiuc.edu  (Steve on sun/franz common lisp)
spar!malcolm@decwrl.dec.com (malcolm) sun/lucid
raible@orville.nas.nasa.gov (Eric Raible on iris(kcl))
fateman@peoplesparc.Berkeley.EDU (Richard Fateman)

In November, 2001, the Maxima project moved to the Sourceforge
project hosting site.

As of April 2007, the Maxima developers are:

James Amundson
Jorge Barros de Abreu
Jay Belanger
David Billinghurst
Marco Ciampa
Douglas Crosher
Robert Dodier
Andreas Eder
Andrey Grozin
Yasuaki Honda
Stavros Macrakis
Camm Maguire
Volker van Nek
Mario Rodriguez Riotorto
Juan Pablo Romero Bernal
Dan Stanger
Viktor Toth
Raymond Toy
Jaime Villate
Andrej Vodopivec
Barton Willis
Cliff Yapp
Vadim V. Zhytnikov

Former developers as of April 2007:

Mike Clarkson
Steve Horne
Judah Milgram
Paulo Ney de Souza
Sergey Semerikov
Wolfgang Jenkner

Maxima also includes contributions from:

Michel van den Bergh
Karl Berry
Salvador Bosch Prez
Fedor Bezrukov
Fabrizio Caruso
Ari Constancio
Gosei Furuya
Juan Pablo Hierro lvarez
Vadim Konovalov
Tim Moore
Guenther Nowak
Kostas Oikonomou
Edmond Orignac
Valerij Pipin
Jose Ramirez Labrador
Ole Rohne
Thomas A. Russ
Marek Rychlik

Starting with version 5.9.0, Maxima uses mk::defsystem and (slightly
modified) run-lisp from the Common Lisp Open Code Collection,
<http://clocc.sourceforge.net>.

The nregex code was written by Lawrence E. Freil.