8.12
5.12 禾🔗
Racket’s Procedures is especially called 禾 in ming-lang.
5.12.1 禾、禾?🔗
禾:
simplifies for
程, which means
journey/procedure in modern chinese.
5.12.2 入、🔗
入:
resembles
λ, especially means
lambda in ming-lang.
Examples:
> (入 () 空) |
#<procedure> |
> (名 fun | ( [() #f] | [(x) x] | [(x y) ( x y)] | [(x y z) ( x y z)])) |
|
> (fun) |
#f |
> (fun 1) |
1 |
> (fun 1 2) |
'(1 2) |
> (fun 1 2 3) |
'#(1 2 3) |
5.12.3 ,🔗
: PUA unicode, especially designs for ming-lang.
: PUA unicode, especially designs for ming-lang.
Examples:
> (( 分) '("a" "b" "c") 2) |
: undefined; |
cannot reference an identifier before its definition |
in module: top-level |
> (( 句化勺 ) '("a" "b" "c")) |
: undefined; |
cannot reference an identifier before its definition |
in module: top-level |
5.12.4 🔗
:
PUA unicode, especially designs for ming-lang.
Example:
> (( '1) 'a 'b 'c 'd) |
'(a b c d) |
5.12.5 Base References🔗
5.12.6 Additional References🔗