Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisrink10/mscript
mscript programming language and interpreter
https://github.com/chrisrink10/mscript
Last synced: 2 months ago
JSON representation
mscript programming language and interpreter
- Host: GitHub
- URL: https://github.com/chrisrink10/mscript
- Owner: chrisrink10
- License: apache-2.0
- Created: 2016-03-03T00:02:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T02:49:31.000Z (over 8 years ago)
- Last Synced: 2024-08-03T18:16:45.101Z (6 months ago)
- Language: C
- Homepage:
- Size: 471 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - mscript
README
# mscript
[![CircleCI](https://circleci.com/gh/chrisrink10/mscript/tree/master.svg?style=svg)](https://circleci.com/gh/chrisrink10/mscript/tree/master)
mscript is an interpreted programming language taking inspiration from several
other programming languages such as Go, JavaScript, Python, and MUMPS/M (which
is the source of the M in the name mscript).Like M and unlike almost any other extant programming language in the
modern arsenal, mscript permits programmers to persist values to the builtin
key-value store database using the same simple syntax used to manipulate
in-memory variables. This flexible and unique system allows programmers
unprecedented control over their data structures.## Getting Started
To install mscript, you can use the following commands (on *NIX platforms):
cd ~/
cmake .
make
./bin/mscript
Windows users can download [CMake](http://www.cmake.org/download/) directly
and use the GUI to create a Visual Studio project which can be used to
compile the project.## License
Apache License 2.0