96 lines
3.4 KiB
Markdown
96 lines
3.4 KiB
Markdown
# M[UMPS] 参考 (Reference)
|
||
|
||
M 语言的参考很乱,到目前为止也没有找到非常多的有效文件。
|
||
|
||
在这个页面中,我们对网络上能收集到的文档和资料进行归档,以便于大家快速下载。
|
||
|
||
# M Programming Language
|
||
|
||
MUMPS (M) is a high performance transaction processing key–value database with integrated programming language.
|
||
|
||
__M history__
|
||
https://en.wikipedia.org/wiki/MUMPS
|
||
|
||
M syntax
|
||
https://en.wikipedia.org/wiki/MUMPS_syntax
|
||
|
||
M standard
|
||
http://71.174.62.16/Demo/AnnoStd
|
||
|
||
M language guide
|
||
https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsUsersGuide.pdf
|
||
https://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsTutorial.pdf
|
||
|
||
M language forum
|
||
https://groups.google.com/g/comp.lang.mumps
|
||
|
||
M pocket guide
|
||
http://vistaexpertise.net/bookstore/1995-standard-mumps-pocket-guide/1995-standard-mumps-pocket-guide.pdf
|
||
|
||
M example code
|
||
https://github.com/programarivm/mumps-examples
|
||
http://71.174.62.16/Demo/AnnoStd?Frame=Main&Page=a100006
|
||
|
||
M books
|
||
https://www.amazon.com/Mumps-Programming-Language-Kevin-OKane-ebook/dp/B00MZIMA1M
|
||
|
||
M training
|
||
https://www.pioneerdatasys.com/site/train/m2s.html
|
||
|
||
M utilities
|
||
https://www.hardhats.org/tools/MUtilframe.html
|
||
|
||
M blogs
|
||
https://www.datasciencecentral.com/mumps-the-most-important-database-you-probably-never-heard-of
|
||
https://www.elys.com/blog/mumps-the-arcane-database-language-behind-our-electronic-medical-records
|
||
|
||
M: Vista Programming
|
||
https://www.hardhats.org/tools/vpe/vpe_db.html
|
||
http://www.vistapedia.net/index.php/MUMPS_Overview
|
||
http://www.vistapedia.net/index.php/Introduction_To_Programming_VistA_with_MUMPS
|
||
http://www.vistapedia.net/index.php/VistA_Database_Globals
|
||
http://www.vistapedia.net/index.php/Object_Oriented_Programming_with_M
|
||
|
||
## M implementations
|
||
|
||
__Reference standard mumps (RSM)__
|
||
https://gitlab.com/Reference-Standard-M/rsm
|
||
|
||
__YottaDB__
|
||
https://gitlab.com/YottaDB
|
||
https://yottadb.com/product/get-started/
|
||
https://docs.yottadb.com/ProgrammersGuide/devcycle.html#overview-of-the-program-development-cycle
|
||
https://yottadb.com/connect-microsoft-analytics-and-business-intelligence-tools-to-octo/
|
||
|
||
### JSR
|
||
|
||
https://mumps-dev.github.io/jsr/
|
||
|
||
### MUMPS Tutorials
|
||
|
||
[Mumps 语言有关多层次和维度的程序员工具包指南(The Multi-Dimensional and Hierarchical Database Toolkit Programmer’s Guide)](https://www.isharkfly.com/t/the-multi-dimensional-and-hierarchical-database-toolkit-programmers-guide/16033)
|
||
[Mumps 语言快速基本概述(A Quick Overview of the Basics of the Mumps Language)](https://www.isharkfly.com/t/mumps/16037)
|
||
[Mumps 程序语言解释器编译器和 C++ 类库用户指南](https://www.isharkfly.com/t/mumps-c/16038)
|
||
[Mumps 语言标准指南 - 1995 年版](https://www.isharkfly.com/t/mumps-1995/16039)
|
||
[Mumps 语言开发标准 2020 年草案](https://www.isharkfly.com/t/mumps-2020/16040)
|
||
|
||
https://www.cs.uni.edu/~okane/index.html
|
||
https://www.cs.uni.edu/~okane/mumps.html
|
||
https://www.cs.uni.edu/~okane/youtube.html#mumps
|
||
https://youtube.com/playlist?list=PLmMgHNtOIstYpwQRy5btu-P-Gl90IsjPM
|
||
|
||
### Hacker News
|
||
|
||
Introduction to the Mumps Language
|
||
https://news.ycombinator.com/item?id=16309237
|
||
https://news.ycombinator.com/item?id=13859961
|
||
|
||
### Daily WTF
|
||
|
||
https://thedailywtf.com/articles/MUMPS-Madness
|
||
https://thedailywtf.com/articles/A_Case_of_the_MUMPS
|
||
https://robtweed.wordpress.com/2012/10/21/a-case-of-the-mumps/
|
||
|
||
### M Developer gits
|
||
|
||
https://github.com/robtweed |