gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
364 stars 9 forks source link

Infer import from pickle.__name__ #252

Closed gilch closed 7 months ago

gilch commented 7 months ago

Allows easy dill patch: (attach hissp.compiler. : pickle dill.)

resolves #250

gilch commented 7 months ago

Kind of documented to work now, but no tests. I'm not about to install dill in the pipeline as that might change the compilation of other pickles. I should at least try it manually before merging though.

gilch commented 7 months ago

Does appear to work.