Zeroes and Ones

  • Home
  • |
  • Blog

This is my learning blog

51 Posts

  1. Learning is not a linear endeavor

    15 December, 2023

    Hey, I haven't written anything here in a long while, as well as my Github being completely inactive this year. Does it mean I'm not coding…

  2. Using Lists and Recursion in Racket

    07 April, 2022

    Sometimes we need to operate on data of arbitrary size, meaning, we are not quite sure the number of elements we are dealing with (think for…

  3. HtDW. Compound Data and Pacman Program

    21 March, 2022

    For this week on the How to Code Simple Data course I learned about compound data, which is some way to group information that belongs…

  4. How to Design Worlds

    20 March, 2022

    In the last blog post we talked about how to design data, which in short is thinking about the data that our program will use, how we are…

  5. How to Design Data

    12 December, 2021

    As Gregor Kiczales says “Design is the process of going from a poorly formed problem to a well structured solution.” An important part of…

  6. How to Design Functions 1b

    05 December, 2021

    So in the last post we learned about the BSL language, how it works, and how it executes our code (Racket evaluates the expression by…

  7. How to Design Functions 1a

    03 December, 2021

    I recently started the course "How to Code: Simple Data" Introduction to Systematic Program Design By Gregor Kiczales on Coursera. The idea…

12345678Next Page →

Developed by Cristobal Heiss