Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ink-lang

< >

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

#851on PLDB 5Years Old
Download source code:
git clone https://github.com/thesephist/ink
HomepageSource CodeTwitter

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!' }) } ))
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll