Skip to content

eliza0x/Mikan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikan

Domain specific language for calculate oranges.

ORANGES

How to use

$ stack install

Stack is here.

Syntax

$ mikan '(\x. (\y. x y)) iszero zero'
(λx. (λy. x (y))) (iszero) (zero)
-> (λx. (λy. x (y))) (iszero)
-> zero
-> (λy. iszero (y)) (zero)
-> iszero (zero)
-> true
---
true

samplecode is here.

Is it a calculator or programming langage?

NO, it is a counter for oranges. neither more nor less.

About

script language

Resources

License

Stars

Watchers

Forks

Packages

No packages published