check-examples
Chez Scheme library providing `example:` syntax for in-line documentation and simple tests
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Chez Scheme library providing `example:` syntax for in-line documentation and simple tests
Basic Info
- Host: GitHub
- Owner: rogerturner
- Language: Scheme
- Default Branch: main
- Size: 3.91 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
README.md
check-examples
A lightweight Chez Scheme library providing (example: (fn arg/s) => result) syntax for in-line documentation and simple tests. Usage:
```
(import (check-examples))
(example: (+ 2 2) => 4 )
(define (square n) ;; Number -> Number ;; produce n squared (example: (square 5) => 25 ) (* n n))
(check-examples) ``` See use-check-examples.ss for more examples.
Owner
- Name: Roger Turner
- Login: rogerturner
- Kind: user
- Location: Three miles off the coast of NE England
- Repositories: 19
- Profile: https://github.com/rogerturner
"car and cdr are the only honest function names" [citation needed]
Citation (CITATION.cff)
cff-version: 1.2.0
title: check-examples
message: >-
If you use this software, please cite it using the metadata from this file.
type: software
authors:
- given-names: Roger
family-names: Turner
repository-code: 'https://github.com/rogerturner/check-examples'
abstract: >-
A Chez Scheme library providing `example:` syntax for in-line documentation and simple tests.
keywords:
- Documentation
- Unit Tests
- Chez Scheme
license: LGPL-3.0-or-later