Skip to content

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

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages