File tree Expand file tree Collapse file tree 7 files changed +51
-3
lines changed Expand file tree Collapse file tree 7 files changed +51
-3
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ export const FRIENDLY_LINK = [
66
66
]
67
67
68
68
export const NAV_BANNER = {
69
- title : '🎉 使用凹语言开发Dora SSR游戏 🎉' ,
70
- link : 'https://wa-lang.org/smalltalk/st0067 .html' ,
69
+ title : '🎉 凹语言2024年度收官小结 🎉' ,
70
+ link : 'https://wa-lang.org/smalltalk/st0068 .html' ,
71
71
}
Original file line number Diff line number Diff line change 6
6
}
7
7
}
8
8
9
- window . __WA_BANNER_ID__ = 'st0067 '
9
+ window . __WA_BANNER_ID__ = 'st0068 '
10
10
restore ( `wa-docs-banner-${ window . __WA_BANNER_ID__ } ` , 'banner-dismissed' )
11
11
} ) ( )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ title: 碎碎念
9
9
10
10
# 使用凹语言开发Dora SSR游戏
11
11
12
+ - 2025-01-29: [ 凹语言2024年度收官小结] ( st0068.md )
12
13
- 2025-01-12: [ 使用凹语言开发Dora SSR游戏] ( st0067.md )
13
14
- 2024-12-26: [ 使用GitHub Actions自动化构建凹语言应用] ( st0066.md )
14
15
- 2024-12-19: [ 凹语言跻身PLDB排行榜前200名] ( st0065.md )
Original file line number Diff line number Diff line change
1
+ # 凹语言2024年度收官小结
2
+
3
+ - 时间:2025-01-29
4
+ - 撰稿:凹语言开发组
5
+ - 转载请注明原文链接:[ https://wa-lang.org/smalltalk/st0068.html ] ( https://wa-lang.org/smalltalk/st0068.html )
6
+
7
+ ---
8
+
9
+ 凹语言2024的年度任务其实在11月11日即已经完成,细节请参考[ ST0063/凹语言完成全部语言特性] ( st0063.md ) 。在之后的12月又有几个进展,具体内容在碎碎念均以记录:
10
+
11
+ - 2025-01-12: [ 使用凹语言开发Dora SSR游戏] ( st0067.md )
12
+ - 2024-12-26: [ 使用GitHub Actions自动化构建凹语言应用] ( st0066.md )
13
+ - 2024-12-19: [ 凹语言跻身PLDB排行榜前200名] ( st0065.md )
14
+ - 2024-12-13: [ 凹语言获 2024 上海数智融合开源技术应用创新竞赛 一等奖] ( st0064.md )
15
+
16
+ 之所以提前结束凹语言开发任务,其实是为了在12月份专心参与编撰[ 《国产编程语言蓝皮书-2024》] ( https://www.ploc.org.cn/ploc/CNPL-2024-CHS.pdf ) 工作,因此就以蓝皮书的线上发布作为凹语言2024年度收官小结。
17
+
18
+ ## 1. 国产编程语言蓝皮书-2024
19
+
20
+ 2025 年 1 月 7 日,由编程语言开放社区(PLOC)与湖北省软件行业协会联合编撰的《国产编程语言蓝皮书-2024》正式发布,GitCode 为该蓝皮书提供了重要的技术支持。凹语言联合发起人「丁尔男」作为PLOC社区秘书处秘书和蓝皮书策划者主持了发布会,联合发起人「柴树杉」分享了凹语言项目当前的案例和语言能力。
21
+
22
+ ![ ] ( /st0068-01.png )
23
+
24
+ - https://cdn-static.gitcode.com/doc/CNPL-2024-CHS.pdf
25
+ - https://cdn-static.gitcode.com/doc/CNPL-2024-EN.pdf
26
+
27
+ 《国产编程语言蓝皮书-2024》贯彻PLOC社区“从业者互助”的精神,所有收录项目均为自主申报,凝聚了企业、社区与个人的力量。同时,蓝皮书的编撰与发布得到了业内专家、企业、协会和媒体的广泛关心与帮助。将为政策制定者、开发者在语言选型以及社区贡献等方面提供宝贵的参考依据,进一步推动国产编程语言生态的繁荣与国产根软件的发展。
28
+
29
+ [ https://mp.weixin.qq.com/s/c1gTZLjHplU8r61gziF_EQ ] ( https://mp.weixin.qq.com/s/c1gTZLjHplU8r61gziF_EQ )
30
+
31
+ ## 2. 在线PPT:凹语言案例介绍
32
+
33
+ [ ![ ] ( /st0068-02.png )] ( https://wa-lang.org/talks/wa-gallery/ )
34
+
35
+ - 在线PPT:https://wa-lang.org/talks/wa-gallery/
36
+ - PPT讲稿:https://wa-lang.org/talks/wa-gallery/notes.html
37
+
38
+ ## 3. 年度小结
39
+
40
+ 2024是第二个五年计划的开局之年,随着重载、map、defer、复数等一一补齐,凹语言已完成所有预定语法特性的支持。从第一个五年计划的“能用”,到第二个五年计划的“好用”,凹语言的发展方向越发清晰明确。
41
+
42
+ 在2025蛇年到来之际,我们分享两个凹语言实现的贪吃蛇小游戏,希望大家在蛇年事事有戏:
43
+
44
+ - https://wa-lang.org/wa/snake/
45
+ - https://wa-lang.org/wa/w4-snake/
46
+
47
+ 2025凹语言依然在路上。
You can’t perform that action at this time.
0 commit comments