dictu-lang / Dictu

Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
https://dictu-lang.com
MIT License
268 stars 53 forks source link

[FEATURE] Compression Module #695

Open briandowns opened 10 months ago

briandowns commented 10 months ago

Is there an existing issue for this?

Is your feature request related to a problem?

It'd be great to get a Compression module that provides some basic functionality. E.g. create, and update/append to compressed files for common compression formats: gzip, bzip. This will prove useful in the future with handling gzip HTTP requests amongst others.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response