-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
content/post/adventures-in-advanced-symbolic-programming.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: "Adventures in Advanced Symbolic Programming : MIT-OCW - 6.945" | ||
date: 2024-04-10T11:31:01+05:30 | ||
categories: ["Study"] | ||
tags: ["lisp","scheme","MIT-OCW","software", "engineering", "design", "symbolic" ,"algebra"] | ||
--- | ||
|
||
I finished my first pass of SICP (structure and interpretation of | ||
computer programs) around [3 years | ||
ago](https://github.com/rajp152k/SICP). Since, I've realized the | ||
elegantly implicit existence of symbolic algebra in several domains | ||
that I personally explore on a regular basis. | ||
|
||
That initial infatuation with Lisp ( and consequently symbolic | ||
computation ) has simmered and fermented enough in my mind to be | ||
realised as a potent generic thinking device. To cement my | ||
commitment to the same, I'll regularly dive deeper into relevant academia | ||
so I don't lose out on the joys of thinking for the sake of itself. | ||
|
||
The first such rigorous choice after a period of seeking practicality | ||
when it comes to lisp is [Adventures in Advanced Symbolic Programming | ||
(MIT OCW | ||
6.945)](https://ocw.mit.edu/courses/6-945-adventures-in-advanced-symbolic-programming-spring-2009/) | ||
|
||
I'll be updating my progress in a reverse chronological stream, along | ||
with temporally independent note nodes in the ideation buffer at [this | ||
specific node](https://buffer.rajpatil.dev/%2F20240410114903-mit_ocw_6_945_aiasp.html) |