https://github.com/fuco1/blablabla
A follower to litable
https://github.com/fuco1/blablabla
Last synced: 2 months ago
JSON representation
A follower to litable
- Host: GitHub
- URL: https://github.com/fuco1/blablabla
- Owner: Fuco1
- Created: 2014-02-08T18:53:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T20:51:08.000Z (over 9 years ago)
- Last Synced: 2025-02-07T07:46:16.903Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 24.4 KB
- Stars: 15
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blablabla [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TAWNECQR3TTUY)
WIP litable replacement.
We currently support loads of things the old litable wasn't able to do, including
* proper lexical vs dynamic binding
* lambda forms instrumentation
* proper setq/let instrumentation (following the sequence rules of elisp)
* macros are properly *not* instrumented (but I'm working on debug declaration parsing!)
* somehow sensible error handling (print error message instead of result after the function)
* **automatic reinstrumentation** = the "highlight" instrumentation is updated on-the-fly as you edit the function, no user input required
* we have tests now :)
