seed-lang
v0.1.1
Published
The Seed Programming Language
Downloads
2
Readme
The Seed Programming Language
Seed is a Lisp-like programming language that treats functions as first-class citizens on the web. You can transfer functions in Seed through Websocket just as like any other data structure. The design of Seed ensures that if the function before transfer can be called without error, the function after transfer could also be called without error given the connection is stable. Besides, you get all the benefits of developing in a Lisp-like language.
The documentations of Seed is at seed-lang.org.
Build Instruction
For the server, run npm dist-server
first, and then npm install -g
.