Difference between revisions of "Mdk"

From Free Software Directory
Jump to: navigation, search
m (version 1.2.9)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=mdk
+
|Name=GNU MIX Development Kit (MDK)
 
|Short description=Emulator and development environment for Knuth's MIX computer
 
|Short description=Emulator and development environment for Knuth's MIX computer
|Full description=MDK stands for MIX Development Kit, and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is Donald Knuth's mythical computer, described in the first volume of ''The Art of Computer Programming'', which is programmed using MIXAL, the MIX assembly language. MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine (mixvm) with a command line interface. In addition, a GTK+ GUI to mixvm, called gmixvm, and a Guile interpreter with an embedded MIX virtual machine called mixguile, are provided.
+
|Full description=MDK stands for MIX Development Kit, and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is Donald Knuth's mythical computer, described in the first volume of ''The Art of Computer Programming'', which is programmed using MIXAL, the MIX assembly language. MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine (mixvm) with a command line interface. In addition, a [[GTK+]] GUI to mixvm, called gmixvm, and a [[Guile]] interpreter with an embedded MIX virtual machine called mixguile, are provided.
 +
 
 +
It also contains an [[Emacs]] major mode for MIXAL programming and an elisp program allowing to run the MIX virtual machine in one buffer while viewing the MIXAL source code in another.
 +
|Homepage URL=https://www.gnu.org/software/mdk/
 
|User level=none
 
|User level=none
|Status=Live
 
 
|Component programs=mixvm,gmixvm,mixasm,mixguile
 
|Component programs=mixvm,gmixvm,mixasm,mixguile
|Homepage URL=http://www.gnu.org/software/mdk/mdk.html
+
|VCS checkout command=git clone git://git.savannah.gnu.org/mdk.git
|VCS checkout command=
 
 
|Computer languages=C,Scheme
 
|Computer languages=C,Scheme
 
|Documentation note=User introduction in Postcript, DVI, Texinfo, HTML included; User reference in Postcript, DVI, Texinfo, HTML included
 
|Documentation note=User introduction in Postcript, DVI, Texinfo, HTML included; User reference in Postcript, DVI, Texinfo, HTML included
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=assembler,guile,mix,mixal,knuth,taocp,mix development kit,educational,emulator,simulator,mixvm,gmixvm,mixasm
 
|Keywords=assembler,guile,mix,mixal,knuth,taocp,mix development kit,educational,emulator,simulator,mixvm,gmixvm,mixasm
|Is GNU=y
+
|Version identifier=1.2.9
|Last review by=Jose Antonio Ortega Ruiz (jao at gnu dot org)
+
|Version date=2015/12/23
|Last review date=2008-01-07
+
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/mdk/v1.2.9/mdk-1.2.9.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2016/01/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.2.5
+
|Status=
|Version date=2009-10-11
+
|Is GNU=Yes
|Version status=stable
+
|GNU package identifier=mdk
|Version download=http://ftp.gnu.org/gnu/mdk/v1.2.5/mdk-1.2.5.tar.gz
+
}}
|License verified date=2009-10-14
+
{{Project license
|Version comment=
+
|License=GPLv3
 +
|License copyright=Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014, 2015 Free Software Foundation, Inc.
 +
|License verified by=Genium
 +
|License verified date=2014/09/13
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jose Antonio Ortega Ruiz
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Jose Antonio Ortega Ruiz
 
 
|Email=jao@gnu.org
 
|Email=jao@gnu.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Philip E King
 
|Role=Contributor
 
|Role=Contributor
|Real name=Philip E King
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 43: Line 44:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://savannah.gnu.org/cvs/?group_id=118
+
|Resource URL=http://git.savannah.gnu.org/cgit/mdk.git
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 57: Line 58:
 
{{Software category
 
{{Software category
 
|Education=programming
 
|Education=programming
|Interface=command-line,x-window-system
+
|Interface=command-line, x-window-system
 
|Use=education
 
|Use=education
}}
 
{{Project license
 
|License=GPL
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-10-14
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 83: Line 79:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=guile
+
|Prerequisite description=readline
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[guile|libguile]]
 
}}
 
}}
 +
{{Featured}}

Revision as of 12:44, 19 January 2016


[edit]

GNU MIX Development Kit (MDK)

https://www.gnu.org/software/mdk/
Emulator and development environment for Knuth's MIX computer.

MDK stands for MIX Development Kit, and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is Donald Knuth's mythical computer, described in the first volume of The Art of Computer Programming, which is programmed using MIXAL, the MIX assembly language. MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine (mixvm) with a command line interface. In addition, a GTK+ GUI to mixvm, called gmixvm, and a Guile interpreter with an embedded MIX virtual machine called mixguile, are provided.

It also contains an Emacs major mode for MIXAL programming and an elisp program allowing to run the MIX virtual machine in one buffer while viewing the MIXAL source code in another.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

19 October 2020




Leaders and contributors

Contact(s)Role
jao Maintainer
Jose Antonio Ortega Ruiz Maintainer


Resources and communication

AudienceResource typeURI
GitVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/mdk.git/
DebianDeveloperhttps://tracker.debian.org/pkg/mdk-doc
WikidataGeneralhttps://www.wikidata.org/wiki/Q5514024
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-mdk/
DebianDeveloperhttps://tracker.debian.org/pkg/mdk
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
FTPDownloadhttps://ftpmirror.gnu.org/mdk/
SavannahDeveloperhttps://savannah.gnu.org/projects/mdk/
BugsBug Trackinghttps://savannah.gnu.org/bugs/?group=mdk


Software prerequisites

KindDescription
Weak prerequisitelibglade
Required to buildflex
Weak prerequisitelibguile
Weak prerequisitereadline
Weak prerequisitegtk
Required to buildglib




Entry


































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.