Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

ink-lang

< >

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

Source code:
git clone https://github.com/thesephist/ink
#919on 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 About Acknowledgements Extensions Day 625 feedback@pldb.io