You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Welcome to Esolang, the esoteric programming languages wiki!](https://esolangs.org/wiki/Welcome_to_Esolang,_the_esoteric_programming_languages_wiki!)
@@ -47,4 +54,4 @@ Just click the run button!
47
54
You can also generate permanent links of programs. However, it you want to do that, <s>your program should **not** be too long.</s> URL length limit no longer exists!
48
55
49
56
### Interpreters
50
-
Interpret Esolangs Online uses client-side JS to implement interpreters, but a new feature has been added in June 2025 to support the execution of Python code in client-side JS (thanks to [PyScript](https://pyscript.net)).
57
+
Interpret Esolangs Online uses client-side JS to implement interpreters, but a new feature has been added in June 2025 to support the execution of Python code in client-side JS (thanks to [PyScript](https://pyscript.net)).
Copy file name to clipboardExpand all lines: contribute.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ <h3>I want a new esolang/feature</h3>
23
23
</pre>
24
24
If the interpreter is in other languages but can be called from JavaScript (like C by using Emscripten), the JavaScript file should call the interpreter.
25
25
26
-
The function name should not be the same with function names for existing esolangs.
26
+
The function name should not collide with function names of existing esolangs.
27
27
28
28
If you have a Python interpreter, add a Python file to link in the about.html file in the last step, and add a JavaScript file that calls the Python code (not the Python file) just like pyexec_example.html.
29
29
<li>Add an <code>option</code> tag inside the <code>select</code> tag in the index.html file, the text should be the language name, like this:</li>
0 commit comments