|
|
RecurseAfter reading this blog post about the Recurse programming language, I threw together an interpreter for the language. Here is the Python interpreter for Recurse. % python recurse.py yourRecurseProgram.rc You can give a If you want to modularize your stuff, go right ahead and just list multiple filenames on the command-line. % python recurse.py p1.rc p2.rc p3.rc ... See the Esolangs Wiki page for Recurse for examples of programs in Recurse. |