An open API service indexing awesome lists of open source software.

https://github.com/jisensee/charly

A stack-based code-golf language made for string processing.
https://github.com/jisensee/charly

Last synced: 8 months ago
JSON representation

A stack-based code-golf language made for string processing.

Awesome Lists containing this project

README

          

# Charly

A stack-based code-golf language made for string processing.

Work in progress, many functions to be implemented and to design.

Check out the [documentation](documentation/README.md)!

## Contribute

If you want to implement planned commands, having an idea about a new command
or want to add some new fancy feaueres, go ahead and create a pull-request.
However, make sure that all existing tests pass (shouldn't be an issue when only
adding new commands) and that the new feature is covered by tests.