We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Talk:Magnesium
Jump to navigation
Jump to search
lol the last one got me hey it isnt part of your language or is it???? Representativeofpeace (talk) 05:17, 29 July 2026 (UTC)
Hello there! What "last one"? The "print your interpreter's source" thing or the rm -rf thing? raiseafloppafan3925 【mag-usap tayo (talk)・投稿】【▼(°v°)▼】 05:30, 29 July 2026 (UTC)
Yes you do have to give your interpreter's COMPLETE source code in a string. raiseafloppafan3925 【mag-usap tayo (talk)・投稿】【▼(°v°)▼】 05:38, 29 July 2026 (UTC)
- To be more clear, if your implementation is just a single file then give a string of raw contents of that file. If it is multiple files, then put the file name with Unix convention (slashes for path separators instead of backslashes) relative to the project root directory then the contents followed by two newlines for each file. The COMPLETE source code must be there, so you can't just leave out part of it or cut a part of a file. I really don't care about anything else, so only the source files of the interpreter/compiler itself are required. So for example, the reference implementation
magnesium.cgives its own contents but notquine.cor the standard library files. raiseafloppafan7741 【mag-usap tayo (talk)・投稿】【▼(°v°)▼】 05:43, 29 July 2026 (UTC)