.MRSN 파일 확장자
Mersenne Source Code File
| 개발사 | Wilson Web Technologies |
| 인기도 |
3.6 | 5 투표 |
MRSN 파일이란 무엇인가요?
An MRSN file contains source code written in Mersenne, a scripting language that is designed to be human-readable and simple for beginning software developers. It can be created and edited with a text editor, but can only be run by the MersenneX interpreter.
추가 정보
Mersenne syntax is similar to the Python programming language, so an MRSN file may look similar to a .PY file. For example, comments are preceded by hashtags (#) in both languages. However, methods and variables are stated explicitly in Mersenne (preceded by "method" or "var"), whereas this is not necessary in Python. Mersenne is open source and extensible, allowing developers to implement other languages, such as Java or C++, in Mersenne programs to increase functionality.
참고: If you have MersenneX installed on your machine, you can run MRSN files simply by double-clicking them. You can also convert MRSN files into MRSNP Mersenne programs with Perfector, which comes packaged with MersenneX.
