2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | |
Log message: Recursive revision bump after textproc/icu update |
2020-03-27 19:07:16 by Nia Alarie | Files touched by this commit (1) |
Log message: neko: Wants git to build for reasons I need to investigate later. Doesn't seem to be using it to fetch anything over the network and might not actually be necessary although it seems to think it is. |
2020-03-24 14:23:46 by Nia Alarie | Files touched by this commit (8) |
Log message: lang: Add neko. Based on work by cfkoch in wip. Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries. |