An open API service indexing awesome lists of open source software.

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

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)