Skip to content

darvin/MockingJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status ![Gitter](https://badges.gitter.im/Join Chat.svg)

#MockingJSON

Tiny Scheme/Lisp dialect, subset of JSON

Examples

["+", 2, 4]

returns 6

["begin",
    ["define", ["fib", "n"],
      ["if", ["=", "n", 1],
          0,
          ["if", ["=", "n", 2],
              1
              ["+", ["fib", ["-", "n", 1]] ["fib", ["-", "n", 2]]]]]],
    ["fib", 13]]

returns 233

["begin", 
    ["write", "Hello World!"],
    ["newline"]]

prints Hello World!\n

***

Our hearts burn for Mike Brown and for every victim of racism and police brutality around the globe. No forgiveness!

About

Scheme dialect, subset of JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published