Merge pull request #21568 from wxy/20210406-Teach-anyone-how-to-code-with-Hedy

PUB:published/20210406 Teach anyone how to code with Hedy.md
This commit is contained in:
Xingyu.Wang 2021-04-12 11:29:54 +08:00 committed by GitHub
commit 799115846e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,15 +4,15 @@
[#]: collector: (lujun9972)
[#]: translator: (wxy)
[#]: reviewer: (wxy)
[#]: publisher: ( )
[#]: url: ( )
[#]: publisher: (wxy)
[#]: url: (https://linux.cn/article-13290-1.html)
用 Hedy 教人编程
======
> Hedy 是一种专门为教人编程而设计的新型编程语言。
!["教师还是学习者?"][1]
![](https://img.linux.net.cn/data/attachment/album/202104/12/111814w62da2sannsd2q76.jpg)
学习编程既要学习编程逻辑,又要学习特定编程语言的语法。我在大学上第一堂编程课的时候,教的语言是 C++。第一个代码例子是基本的 “Hello World” 程序,就像下面的例子。