CSC103 How Computers Work

Notes 10


Last Update:

Programming (continued)

  1. Scratch

  2. Scratch Programming Concepts
  3. Could write fairly sophisticated games
  4. Illustrate one: pacman
  5. Review of translation process:
  6. Web Programming

  7. JavaScript: Client-side web programming
  8. GPIV
  9. php: Server-side web programming
  10. Genetic Programming

  11. Genetic Programming in LISP
  12. Idea: generate many "random" programs for a task.
  13. bj
  14. Running blackjack code:
    [1]> (load "blackjack.fas")
    ;; Loading file blackjack.fas ...
    ;; Loaded file blackjack.fas
    T
    [2]> (load "bgen.fas")
    ;; Loading file bgen.fas ...
    ;; Loaded file bgen.fas
    T
    [3]> (gen-with-mating 10 5 1 4)
    
      
  15. Review of Take-Home
  16. Review of Paper

 


Return to CSC103 Class Homepage: