seed-lang

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i seed-lang

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • sorpaas