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

silk

< >

silk is a programming language created in 2019.

#1179on PLDB 5Years Old
Download source code:
git clone https://github.com/AjayMT/silk

The Silk Programming Language


Example from the web:
// this is a comment extern func printf(s *i8) void; func main(argc i32, argv **i8) i32 { printf("hello, world\n"); if argc > 1 { val arg = @(argv + 1); printf(arg); } return 0; }

Language features

Feature Supported Token Example
Print() Debugging ✓ printf
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io