[post] new post
All checks were successful
/ deploy (push) Successful in 50s

This commit is contained in:
SouthFox 2024-11-08 00:55:11 +08:00
parent d62a239998
commit ebab58a3ae
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,14 @@
+++
title = 2024-11-07
author = ["SouthFox"]
date = 2024-11-07T16:44:00+08:00
lastmod = 2024-11-08T00:55:08+08:00
tags = ["publish"]
draft = false
+++
## SICP {#sicp}
因为 2024 的秋季场 game jam 有重新燃起了学习的热情,继续开始 [SICP 第一课]({{< relref "SICP 第一课.md" >}}) 吧。
这次比起头次看确实感觉有点更多感受了,可能这就是经验吧。就像在象棋里,熟手比新手就是懂得该如何开场,根据情况进行应对。

View file

@ -0,0 +1,16 @@
+++
title = "计算机程序的构造和解释SICP"
author = ["SouthFox"]
lastmod = 2024-11-08T00:11:09+08:00
tags = ["publish"]
draft = false
+++
SICP 里有视频课和书籍
## 视频课 {#视频课}
[【CS公开课】计算机程序的构造和解释SICP【中英字幕】](https://www.bilibili.com/video/BV1Xx41117tr/)
[SICP 第一课]({{< relref "SICP 第一课.md" >}})