Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

ink-lang

ink-lang - Programming language

< >

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

#1209on PLDB 4Years Old 512Users
0Books 0Papers

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!' }) } ))
csvw.html 路 ink-lang.html 路 chip-8.html

View source

- Build the next great programming language Search Day 215 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com