Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technosaurus/jsish
mirror of jsish - A javascript interpreter with 0install, sqlite and websocket support
https://github.com/technosaurus/jsish
Last synced: 2 months ago
JSON representation
mirror of jsish - A javascript interpreter with 0install, sqlite and websocket support
- Host: GitHub
- URL: https://github.com/technosaurus/jsish
- Owner: technosaurus
- License: mit
- Created: 2015-11-13T08:10:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T06:11:01.000Z (about 9 years ago)
- Last Synced: 2024-08-03T18:15:07.024Z (6 months ago)
- Language: C
- Homepage: http://pdqi.com/cgi-bin/cgiwrap/pdqi/jsi.cgi/doc/tip/jsi/www/index.wiki
- Size: 512 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changelog
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - jsish
README
Jsi is a tiny javascript interpreter whose primary purpose is to act
as a gateway to C. To this end, it internally emulates Tcl.The parser/eval engine originated from quad_wheel, hence the MIT license.