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

https://github.com/tkf/recalls.jl


https://github.com/tkf/recalls.jl

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Recalls

## API summary

Recording calls:

* `@recall function f(...) ... end`
* `@recall f(...)`
* `recall()`: replay last record created by `@recall`. To debug last record,
use `@run recall()`.
* `Recalls.CALLS`: a vector of records created by `@recall`.

Recording variables:

* `@note v₁ vā‚‚ ... vā‚™`: record variables.
* `Recalls.NOTES`: a vector of records created by `@note`.