Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sicp-chapter-1): add sicp studies #601

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

biantris
Copy link
Owner

@biantris biantris commented Jan 30, 2024

topics

  • 1. Building Abstractions with Procedures Functions
    • 1.1 The Elements of Programming
      • 1.1.1 Expressions
      • 1.1.2 Naming and the Environment
      • 1.1.3 Evaluating Combinations
      • 1.1.4 Compound Procedures
      • 1.1.5 The Substitution Model for Procedure Application
      • 1.1.6 Conditional Expressions and Predicates
      • 1.1.7 Example: Square Roots by Newton's Method
      • 1.1.8 Procedures as Black-Box Abstractions
    • 1.2 Procedures and the Processes They Generate
      • 1.2.1 Linear Recursion and Iteration
      • 1.2.2 Tree Recursion
      • 1.2.3 Orders of Growth
      • 1.2.4 Exponentiation
      • 1.2.5 Greatest Common Divisors
      • 1.2.6 Example: Testing for Primality
    • 1.3 Formulating Abstractions with Higher-Order Procedures
      • 1.3.1 Procedures as Arguments
      • 1.3.2 Constructing Procedures Using Lambda
      • 1.3.3 Procedures as General Methods
      • 1.3.4 Procedures as Returned Values

studies about sicp [chapter 1] wip

  • translate all to pt-BR
  • better naming of images
  • improve reading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant