Category:Mython

From Rosetta Code
(Redirected from Mython)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Mython
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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.