nooblisp

Update of "nooblisp"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 30d81d8227f57531ec102254c262b2bdf28b151c
Page Name:nooblisp
Date: 2012-04-26 22:11:41
Original User: severak
Parent: f8ffacdd7fafc160028c4fc877ad0323358376e2 (diff)
Content

This is an attempt to make language which is encoded in JSON.

The Idea was born while I was developing some interactive fiction. JSON was great for storing story static data but javascript for displaying conditional actions written in literal strings was a big bug.

So I found a way how to encode it some kind of lisp into JSON.

It's look like this:

["print","Hello world!"]