Skip to content

Commit 67dc73a

Browse files
committed
🐛 修改错误description
1 parent 559c661 commit 67dc73a

File tree

1 file changed

+1
-1
lines changed
  • src/content/blog/2022/y-combinator-in-haskell

1 file changed

+1
-1
lines changed

src/content/blog/2022/y-combinator-in-haskell/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Haskell 中的 Y Combinator'
3-
description: '由于校园网 22 端口一直有 ssh 爆破攻击,而实验室用户密码为方便一般相对简单,不太安全。为了避免新工作站被爆破植入挖矿病毒,因此要配置防火墙规则,限制 22 端口只能从实验室所在网段访问,而其他网段(包括学校无线网和学校其他位置的有线网)则不能直接访问 22 端口。"'
3+
description: '事实上,这个 y 就是逻辑数学巨匠 Haskell Curry(Haskell 语言的 Haskell,Curry 化函数的 Curry)发现的数学函数 Y Combinator,这个函数在计算机科学发展中发挥了重要作用,直接启发了我们每天都在使用的 for 循环和 while 循环。"'
44
date: 2022-10-29
55
tags: ['haskell', 'functional-programming']
66
authors: ['hellightning']

0 commit comments

Comments
 (0)