maplant / FACT

FACT (Functions Are Classes Too) is a programming language I made in high school designed to illustrate how complex concepts can be implemented in simple languages.
11 stars 1 forks source link

Issues with "import" function #2

Open maplant opened 13 years ago

maplant commented 13 years ago

Firstly, the file path given to import has to be a direct path. This should be modified (and this is really a very easy thing to do) to check for the $FACT_PATH environmental variable. Secondly, if the loading of the module fails, I am 90% sure that if the module is attempted to be loaded again, returning a "cannot re-load module" error. This should be fixed.