|
|
|
|
|
by kapv89
3571 days ago
|
|
- Read SICP - Understand how all programs can be written as lists of lists of lists... and so on - Pick up the language that you work in. Identify what construct of that language allows you to approximate scheme/lisp lists. For me this is objects in java & php, and functions in javascript - Code your program as a list of lists of lists... in the language of your choice. - Congrats, you got OOP |
|