It is currently Thu Mar 28, 2024 4:24 am


All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: MUMPS V1 from Raymond Douglas Newman
PostPosted: Thu Nov 11, 2010 3:41 pm 
User avatar

Joined: Fri Nov 05, 2010 5:50 am
Posts: 19
Location: Pittsburg, California
Real Name: Chris Richardson
Began Programming in MUMPS: 07 Sep 1977
MUMPS V1 from Raymond Douglas Newman

current version: 1.4
website: www.mumps.org (mv1.mumps.org after 13 Nov 2010)
platforms: Free BSD, Linux (FOSS)

Ray Newman has donated this version of FOSS MUMPS to the MUMPS Community. It will become the reference model for other MUMPS platforms to emulate.


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Fri Nov 12, 2010 8:02 am 
Site Admin
User avatar

Joined: Mon Nov 01, 2010 1:58 pm
Posts: 205
Location: Seattle, Washington
Real Name: Frederick D. S. "Rick" Marshall
Began Programming in MUMPS: 15 Jun 1984
Specifically, the new MUMPS Development Committee will be using MUMPS V1 as its reference implementation. It will be used both to demonstrate that approved extensions to MUMPS can be implemented and also to try out proposals before they are approved so we can expose and correct flaws in the proposals. Many thanks to Ray Newman for generously agreeing to let us use his work in this fashion, which we hope will be of benefit to the community (and for donating the mumps.org domain name for the use of the MUMPS Users' Group).

_________________
Frederick D. S. "Rick" Marshall, VISTA Expertise Network, 819 North 49th Street, Suite 203, Seattle, Washington 98103, (206) 465-5765, rick dot marshall at vistaexpertise dot net
"The hidden harmony is best." - Heraclitus of Ephesus


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Wed Nov 17, 2010 9:03 am 
User avatar

Joined: Wed Nov 17, 2010 8:37 am
Posts: 136
Real Name: Terry L. Wiechmann
Began Programming in MUMPS: 0- 0-1971
Excellent choice - it's a very basic implementation of most of the standard. It's not cluttered with non-standard features. Although it has some glitches, it is a great starting point.


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Wed Nov 17, 2010 10:39 am 
Site Admin
User avatar

Joined: Mon Nov 01, 2010 1:58 pm
Posts: 205
Location: Seattle, Washington
Real Name: Frederick D. S. "Rick" Marshall
Began Programming in MUMPS: 15 Jun 1984
Terry, any glitches you can report would be extremely helpful. Eventually, Larry Landis will launch the discussion in Station 3 - MUMPS Reference Implementation, and we'll have a more active software lifecycle for it, but for now we could collect information about MUMPS v1 here, including a to-do list.

_________________
Frederick D. S. "Rick" Marshall, VISTA Expertise Network, 819 North 49th Street, Suite 203, Seattle, Washington 98103, (206) 465-5765, rick dot marshall at vistaexpertise dot net
"The hidden harmony is best." - Heraclitus of Ephesus


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Wed Nov 17, 2010 11:45 am 
User avatar

Joined: Mon Nov 01, 2010 1:39 pm
Posts: 51
Real Name: John Willis
Began Programming in MUMPS: 01 Apr 2010
I'm personally hoping to see MV1 implement SSVNs and MWAPI :)

_________________
John Willis, Founder
Coherent Logic Development
http://youngmumpster.wordpress.com/
jwillis@coherent-logic.com


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Fri Dec 17, 2010 8:16 am 
User avatar

Joined: Wed Nov 17, 2010 8:37 am
Posts: 136
Real Name: Terry L. Wiechmann
Began Programming in MUMPS: 0- 0-1971
Can someone help me get MUMPSV1 compiled on Ubuntu 10.04? I have zero C skills. Help would be appreciated.

About a year ago I got it compiled on an earlier version of Ubuntu. My guess is that parts of the C compiler are missing. I checked the installation and it seems to be there. The instructions are to:

make clean - works
make depend - generates error listed below.
make all

It runs into trouble on make depend. What package is mkdep a part of? Below is a snip of just the first error:

Depending in compile
make[1]: Entering directory `/home/tlwiechmann/Projects/OpenSource/Paideia/MumpsSystem/MUMPSV1/mumps-1.50.01-src/compile'
mkdep -I../include dollar.c eval.c localvar.c parse.c routine.c
make[1]: mkdep: Command not found
make[1]: *** [depend] Error 127

_________________
Terry L. Wiechmann


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Mon Dec 20, 2010 2:37 pm 
Site Admin
User avatar

Joined: Mon Nov 01, 2010 1:58 pm
Posts: 205
Location: Seattle, Washington
Real Name: Frederick D. S. "Rick" Marshall
Began Programming in MUMPS: 15 Jun 1984
Larry Landis says he's going to help you.

_________________
Frederick D. S. "Rick" Marshall, VISTA Expertise Network, 819 North 49th Street, Suite 203, Seattle, Washington 98103, (206) 465-5765, rick dot marshall at vistaexpertise dot net
"The hidden harmony is best." - Heraclitus of Ephesus


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Tue Dec 21, 2010 3:03 pm 
Site Admin

Joined: Mon Nov 01, 2010 1:31 pm
Posts: 10
Location: Las Cruces, NM 88012 USA
Real Name: LD "Gus" Landis
Began Programming in MUMPS: 15 Aug 1991
Terry,

I am building a 10.04 machine for the purpose of supporting this effort.

If you are interested in accessing this machine, send me a note and your
public SSH key (and the username you prefer).

Cheers,
--ldl (ldlandis@gmail.com)

_________________
3960 Schooner Loop 651-340-4007
Las Cruces, NM 88012-6067


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Fri Feb 04, 2011 7:17 pm 
User avatar

Joined: Mon Nov 01, 2010 3:33 pm
Posts: 104
Location: Australia
Real Name: Ray Newman
Began Programming in MUMPS: 01 Jul 1976
Jollis,

Some of the SSVN stuff is there - see http://mv1.mumps.org/docs.html#SSV


Ray


Top
Offline Profile  
 
 Post subject: Re: MUMPS V1 from Raymond Douglas Newman
PostPosted: Fri Feb 04, 2011 7:21 pm 
User avatar

Joined: Mon Nov 01, 2010 3:33 pm
Posts: 104
Location: Australia
Real Name: Ray Newman
Began Programming in MUMPS: 01 Jul 1976
Rick, Larry, et al,

We need a repository of a distro for each known OSX, FreeBSD, linux, etc...
Any suggestions as to where this should go.

Ray


Top
Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ]  Go to page 1, 2  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Theme created StylerBB.net