Skip to content

A quick-and-dirty prototype Swift DSL written in Japanese

Notifications You must be signed in to change notification settings

Baddaboo/Swifty-Japanese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Swifty Japanese

A quick-and-dirty prototype Swift DSL written in Japanese, because science

Syntax

The syntax for Swifty Japanese is similar to english Swift, using terms such as もし for 'if' and 対して to denote a 'for' loop. For example:

func なにか() {
    もし (答え, {
        続けて()
    }, と: {
        var 今 = 0
        対して({() in 今 < 5 }) {
            世話()
            今 += 1
        }
    })
}

Credit

This project was born out of out of some back-and-forth sarcasm with Jane Manchun Wong and some other peeps in Hackathon Hackers

Copyright

MIT

About

A quick-and-dirty prototype Swift DSL written in Japanese

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages