美丽心灵公益论坛's Archiver
论坛
›
电脑技术
› Hy基于Python的函数式编程语言
willsonlincake
发表于 2022-4-14 00:38:26
Hy基于Python的函数式编程语言
https://docs.hylang.org/en/stable/tutorial.html
(setv fruit ["apple" "banana" "cantaloupe"])
(print (get fruit 0)); => apple
(setv (get fruit 1) "durian")
(print (get fruit 1)); => durian
页:
[1]
查看完整版本:
Hy基于Python的函数式编程语言