Category:Mython
From Rosetta Code
Mython
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Mython.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
See Also: |
|
---|
Your Help Needed
If you know Mython, please write code for some of the tasks not implemented in Mython.
If you know Mython, please write code for some of the tasks not implemented in Mython.
Mython is an extensible variant of the Python programming language. Mython makes Python extensible by adding two things: parametric quotation statement, and compile-time metaprogramming. The parametric quote statement is simply syntactic sugar for saying "run some function on this embedded string". Compile-time metaprogramming allows you to evaluate that function on the embedded string at compile time. This gives you added choice, both in terms of what your code looks like, and when you want to evaluate that code
Subcategories
This category has the following 3 subcategories, out of 3 total.