/Fjord

Fjord is a Declarative, RESTful JSON Mashup Language! Implemented on Node.js

Primary LanguageJavaScript

The Fjord Language
------------------


Fjord is a language for expressing domain logic as match-rewrite functions over mashable JSON Web objects.



run tests:

$ node language-tests.js
$ node observer-tests.js
$ node instrument-tests.js
$ ./persistence-tests.js
$ ./networking-tests.js

or:

make tests