https://github.com/velipso/sink
Minimal programming language for embedding small scripts in larger programs
https://github.com/velipso/sink
embeddable language programming-language scripting-language
Last synced: 8 months ago
JSON representation
Minimal programming language for embedding small scripts in larger programs
- Host: GitHub
- URL: https://github.com/velipso/sink
- Owner: velipso
- License: 0bsd
- Created: 2016-05-26T14:39:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T11:00:06.000Z (over 1 year ago)
- Last Synced: 2025-04-18T05:15:14.777Z (9 months ago)
- Topics: embeddable, language, programming-language, scripting-language
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 51
- Watchers: 3
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sink
====
Sink is a minimal programming language for embedding small scripts in larger programs, with
TypeScript and C99 implementations. It is specifically designed to be small, simple, and easily
embeddable, with support for a REPL as used in debug consoles.
**Note: sink is currently in [beta](https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta)**
### Sink the Language
* [Crash Course](https://github.com/velipso/sink/blob/master/docs/crash-course.md) (Tutorial)
← Read This
* [Online Demo](https://sean.fun/m/sink/dist/repl.html)
* [Standard Library](https://github.com/velipso/sink/blob/master/docs/lib.md)
### Sink for Embedding
* [Guide to Embedding](https://github.com/velipso/sink/blob/master/docs/embedding.md)
### Sink Binaries (BETA 3)
* [Mac OSX](https://github.com/velipso/sink/raw/master/dist/mac/sink-beta3)
* [Linux](https://github.com/velipso/sink/raw/master/dist/posix/sink-beta3)
* [Windows](https://github.com/velipso/sink/raw/master/dist/windows/sink-beta3.exe)
### Details
* [Why Another Language](https://github.com/velipso/sink/blob/master/docs/why.md)
* [Technical Information](https://github.com/velipso/sink/blob/master/docs/tech-info.md)