Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sagebind/riptide
The Riptide Programming Language: Shell scripting redesigned.
https://github.com/sagebind/riptide
interpreter language programming-language riptide scripting-language shell
Last synced: 12 days ago
JSON representation
The Riptide Programming Language: Shell scripting redesigned.
- Host: GitHub
- URL: https://github.com/sagebind/riptide
- Owner: sagebind
- License: mit
- Created: 2017-05-31T19:53:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T00:20:37.000Z (3 months ago)
- Last Synced: 2024-10-16T14:14:00.807Z (28 days ago)
- Topics: interpreter, language, programming-language, riptide, scripting-language, shell
- Language: Rust
- Homepage: https://riptide.sh
- Size: 993 KB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Riptide
Ripide is a powerful scripting language and interpreter that seeks to accomplish two goals:
- Provide a powerful, stream-oriented scripting language where the UNIX philosophy is first-class.
- Provide an interactive and programmable console interface for using your system.## Status
Riptide is currently in rough development, so expect many things to not work correctly. I work on Riptide in my free time only occasionally, so it may take a while before it becomes ready to be used. I'm committed to finishing it one day though, so maybe check back in a year or so?
## Documentation
- [Guide]: For beginners
- [Reference]: In-depth language overview## Sponsors
Special thanks to sponsors of my open-source work!
## License
The Riptide project is licensed under the MIT license. See the [LICENSE](LICENSE) file for details.
[Guide]: https://riptide.sh/guide.html
[Reference]: https://riptide.sh/reference.html