Category talk:Plain English: Difference between revisions

Content added Content deleted
Line 34: Line 34:
: All of the examples I have submitted to Rosetta Code compile and run with cal-4700.exe. Here are some sticking points that folks may be running into:
: All of the examples I have submitted to Rosetta Code compile and run with cal-4700.exe. Here are some sticking points that folks may be running into:
:* It only works in Windows.
:* It only works in Windows.
:* The compiler only compiles source code with extensionless filenames.
:* The compiler only compiles source code with extensionless filenames. ¯\_(ツ)_/¯
:* A copy of the noodle must be present in the same directory as your extensionless source filename. Yes, this means you need to copy it from the main directory to your project directory. Unsophisticed, but such is life. The noodle is a simply another source file that acts as a standard library of sorts.
:* A copy of the noodle must be present in the same directory as your extensionless source filename. Yes, this means you need to copy it from the main directory to your project directory. Unsophisticated, but such is life. The noodle is a simply another source file that acts as a standard library of sorts.


:Here is an example of my workflow.
:Here is an example of my workflow.