Programming
- What primitives do you need to program?
- Variables and assignment
- branching (if's)
- goto (loops or function calls)
- With these primitives, you can program anything.
- Rule based systems have all of these things, so you can program anything
with them
- Moreover, you now know how to do all of these thigns.
- How would you write rules that print out the numbers one
to ten, 5 times?
- How would you write rules to calculate the average of 5 user inputs?
- To average an unlimited number of inputs?