Skip to content

有兴趣汉化CoffeeScript语言本身吗? #15

@nobodxbodon

Description

@nobodxbodon

已经做了最简单的几个关键词汉化,但是卡在for...in了:
https://github.com/nobodxbodon/coffeescript
示例代码:

斐波那契 = () ->
    如果  < 2
        1
    否则
        斐波那契( - 2) + 斐波那契( - 1);

for 索引 in [1..16]
    console.log 斐波那契(索引)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions