1 / 8

Program Spiral; { position 0, 0; direction 0; colour red; for int i=0 to 4*pi do { move 1;

new. save. run. stop. exit. Program Spiral; { position 0, 0; direction 0; colour red; for int i=0 to 4*pi do { move 1; turn 1; } }. Compile and run from inside the programming environment. Capture error reports and relate them to text position. void wawawawa(int x).

cleis
Download Presentation

Program Spiral; { position 0, 0; direction 0; colour red; for int i=0 to 4*pi do { move 1;

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. new save run stop exit Program Spiral; { position 0, 0; direction 0; colour red; for int i=0 to 4*pi do { move 1; turn 1; } }

  2. Compile and run from inside the programming environment Capture error reports and relate them to text position

  3. void wawawawa(int x) { int a=6;  } I’m typing a program. The system shows all the static scopes by drawing boxes of different colours (so I can’t possibly get the curly brackets mis-matched, etc.) The insertion point is indicated by a small empty box. I want to add a while-loop, so I just type the word while…

  4. void wawawawa(int x) { int a=6; while () {  } } … I want to add a while-loop, so I just type the word while (or perhaps just the beginning of it: “wh”) And the system adds all the usual parts automatically.

  5. Replace MBR so your program runs after reboot Provide your own kernel, your own file system, your own shell, your own everything.

  6. Cleverly designed semantic representation Text Document(s) “The quick brown fox jumped over the lazy dogs.” Your System User Queries “What did the quick brown fox do?” System Generated Response “It jumped over the lazy dogs.”

  7. 21 bytes 765,049 bytes or 20,974 bytes compressed

  8. Virtual Land-forms too.

More Related