Category:Phixmonti: Difference between revisions

no edit summary
(Created page with "Phixmonti is a language developed in Phix (http://phix.x10.mx/) and inspired by Monti (https://lduck11007.github.io/MontiLang/). It is based on the use of a stack for the pass...")
 
No edit summary
 
Line 3:
Since Phix is interpreted, although fast, it does not allow Phixmonti (also an interpreter) to be fast. However, it's useful for making small and, above all, stimulating and fun programs... at least for me (which, after all, is what I wanted it for).
 
If anyone wants to take a look, in httphttps://galileanoklingphix.tripodjimdofree.com/Phixmonti.zip you have the zipped file containing the source code, example programs and an executable version of Phixmonti. No installation is required (the contents of the file are unpacked where you want them and that's it). There is also a short instruction manual (in spanish). The way to use the interpreter is the usual way: from the command line write "''Phixmonti <program.pmt> [program arguments]''". For example: ''Phixmonti Fibonacci.pmt''.
 
Anyone who likes to browse through the code will see that it is very easy to extend the features of Phixmonti, so if anyone is encouraged, I'd like you to share your developments.{{language|Phixmonti}}
672

edits