Measures Concepts
GitHub icon

ink-lang

ink-lang - Programming language

< >

ink-lang is a programming language created in 2019 by Linus Lee.

Source code:
git clone https://github.com/thesephist/ink
#1103on PLDB 5Years Old

Ink is a minimal programming language inspired by modern JavaScript and Go, with functional style.


Example from the web:
std := load('std') log := std.log listen('0.0.0.0:8080', evt => ( evt.type :: { 'error' -> log('Error: ' + evt.message) 'req' -> (evt.end)({ status: 200 headers: {'Content-Type': 'text/plain'} body: 'Hello, World!' }) } ))

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout