Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
/ text-histogram Public archive

Generate a text format histogram in Common Lisp

License

Notifications You must be signed in to change notification settings

thomp/text-histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

text-histogram

Generate a plain-text histogram in Common Lisp.


Development is, post November 2023, at: https://codeberg.org/thomp

text-histogram generates a histogram in plain text. The intent is to provide roughly the same functionality as https://github.com/basnijholt/text_histogram3 , a Python package for generating text histograms.

Example

(th::histogram (loop for x from 0 to 100
                     collect (* 10 (alexandria:gaussian-random))))

License

The repository at https://github.com/basnijholt/text_histogram3 advertises itself as provided under the Apache License, Version 2.0. This Common Lisp code was derived from that code.

About

Generate a text format histogram in Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published