I am not primarily interested in finding a market for this idea. Foremost I am looking for a mentor. (Or even a mentee - if someone believes she can learn a thing from me.)
Parts of it read like a lisper's gospel praising macros.
Quote:
Consider another typical case, the need to fill in a template with data from a record. This might be to create a customer statement or invoice to be mailed, an HTML form to be displayed, or some other such form. Replacing specific character locations on the template by character data from the record can do this. Where the "_" represents the characters to be replaced, code something like the following does the job.
into =: (# i.@#)@:=&'_'@:] }"1
That was the code needed when the original article was written. Now an even shorter equivalent is:
into =: I.@:=&'_'@:]}"1
This is simpler than before and incidentally, it is also faster and requires less space.
With a thing called "Record" containing an ASCII version of the record data with the same number of characters, as there are "_" positions on the character template called "Form". The phrase:
Record into Form
Then yields the desired result of a filled in form.
Somebody gives you money for something you do. It's the same basic formula for startups and employees. Your definiton can not tell them apart.
BTW: That's only a theoretical counter-argument to a theoretical argument. I understand that in reality startups are vastly different from being employed.
"As a final note, coasting may not be the best choice in overly demanding classes or those where grading is based on objective measures, such as multiple-choice or mathematics."
I study math. Our grades are not very objective. But maybe that's because we only have oral examination and we do not have to do much arithmetic.
I am not primarily interested in finding a market for this idea. Foremost I am looking for a mentor. (Or even a mentee - if someone believes she can learn a thing from me.)