Racket Libraries
5.1 
5.2 双 and 􏿴
5.3 􏻿
5.4 􏿰
5.5 
5.6 勺
5.7 
5.8 
5.9 􏺃
5.10 Conditionals
5.11 
5.12 
5.13 未分类
5.12 
On this page:
5.12.1 禾、禾?
5.12.2 入、􏸗
5.12.3 􏸛,􏸚
5.12.4 􏸘
5.12.5 Base References
􏸗
𡊤
禾?
􏸕
􏸘
5.12.6 Additional References
𥟍
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.

Example:
> (禾? (􏸧 1))

#t

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🔗

汉字化

 : 【MORE】 = λ

汉字化

􏸗 :  +  【MORE】 = case-lambda

汉字化

 : 【MORE】 = define

汉字化

 : 【MORE】 = let

汉字化

𡊤 : 【MORE】 = apply

汉字化

禾? :  + ? 【MORE】 = procedure?

汉字化

 :  +  【MORE】 = compose

汉字化

􏸕 :  +  【MORE】 = compose1

汉字化

􏸘 :  + +  【MORE】 = procedure-rename

5.12.6 Additional References🔗

汉字化

𥟍 :  +  【MORE】 = negate