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

silk

< >

silk is a programming language created in 2019.

#1194on PLDB 5Years Old
Download source code:
git clone https://github.com/AjayMT/silk
Homepage · Source Code

The Silk Programming Language


Example from the web:
// 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 Example Token
Print() Debugging ✓ printf
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0