-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Searialize lisp-file contents to read
-able data?
#6
Comments
If I get it right, you want to skip the In any case, we would not replace Note: can we leverage |
Looks interesting. You never know how much foresight you can discover in the spec ( ͡° ͜ʖ ͡°) EDIT: an -> can |
Actually |
That's would work perfectly in conjunction with #5! Imagine: we serialize the data to a huge |
A small demo that seems to work on simple/standard types:
|
OK, but what abou the readtable trick from the original post? |
Also before working on this, let's run some benchmarks (e.g. on Nyxt's GHT). |
How about this: define a reader macro for classes and (de)serialize objects with this macro in
*readtable*
? Something like sharpsign-s reader macro for structures, but for classes. Maybe even rebind the structure one? Then we can rebind readtables to the new syntax for the time or reading:Benefits:
cl-prevalence
, I'm guessing).read
is (a lot, I'm guessing).Downsides:
The text was updated successfully, but these errors were encountered: