Skip to content

Monkey is a stupid language that for learning purpose

Notifications You must be signed in to change notification settings

xujihui1985/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A stupid language

git clone ...

go run main.go

>> let a = [1, 2, 3]
>> a[1]


>> let idx = fn(x) { [1,2,3,4,5][x] };
>> idx(2)

About

Monkey is a stupid language that for learning purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages