ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

parenscript funtionality separated #32

Closed mfiano closed 5 years ago

mfiano commented 5 years ago

Would it at all be possible to separate the parenscript functionality into a secondary asdf system? I do not use parenscript, infact I found a bug in parenscripts code that causes Sly (a SLIME fork) to hang and eventually error when completing symbols, because parenscript is wrongly importing a symbol with no home package.

ruricolist commented 5 years ago

That's doable.

I'm a Sly user myself, so thanks for reporting the problem there as well.