added scripting section

added dyon link
added gluon link
added ketos link
pull/276/head
Eddy S 7 years ago committed by GitHub
parent 7b3436e9b5
commit 0a23bb190c

@ -50,6 +50,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
- [Network programming](#network-programming)
- [Parser](#parser)
- [Platform specific](#platform-specific)
- [Scriting](#scripting)
- [Template engine](#template-engine)
- [Text processing](#text-processing)
- [Text search](#text-search)
@ -773,6 +774,13 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [retep998/winapi-rs](https://github.com/retep998/winapi-rs) — Windows API bindings [<img src="https://travis-ci.org/retep998/winapi-rs.svg?branch=master">](https://travis-ci.org/retep998/winapi-rs)
## Scripting
[[scripting](https://crates.io/keywords/scripting)]
* [PistonDevelopers/dyon](https://github.com/PistonDevelopers/dyon) - A rusty dynamically typed scripting language
* [gluon-lang/gluon](https://github.com/gluon-lang/gluon) - A small, statically-typed, functional programming language
* [murarth/ketos](https://github.com/murarth/ketos) - A Lisp dialect functional programming language serving as a scripting and extension language for rust
### Template engine
* Handlebars

Loading…
Cancel
Save