silk
silk is an actively used programming language created in 2019.
1Years Old | ?Users | ?Jobs |
- the silk website
- silk on github
- silk first appeared in 2019
- Have a question about silk not answered here? Email me and let me know how I can help.
Example code 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; }
Last updated August 9th, 2020