Search code examples
mps

Any examples of turing-complete GPL's in MPS


Could you please provide me with examples of open-sourced Turing complete general-purpose language(s) developed under MPS platform? (For further Studying).


Solution

  • You can have a look three OSS implementations at the moment:

    1. BaseLanguage (Java) - bundled with MPS itself
    2. mbeddr C (C) - http://mbeddr.com/
    3. JavaScript - https://github.com/mar9000/ecmascript4mps

    Vaclav