mmontone / cl-forms

Web forms handling library for Common lisp
http://mmontone.github.io/cl-forms
MIT License
43 stars 5 forks source link

Spinneret renderer backend #11

Open wmealing opened 1 year ago

wmealing commented 1 year ago

Gday,

I thought i'd ask before committing time to this, if I was to write a backend renderer for spinneret , would this functionality be something that you would be interested in ?

I do not mind if you wish to write it, or if I was to. I did not want to duplicate effort.

If you are fine with me trying my hand at it, what should I be aware of to make this easier for you to maintain/accept.

Thanks in advance,

mmontone commented 1 year ago

Hi.

Maybe, but my idea of the cl-who backend implementation is not that it is implemented with cl-who, but that it writes html to a stream. So you can mix spinneret with cl-forms already. Have a look at this: https://github.com/mmontone/cl-forms/issues/5

If you still are interested in a spinneret renderer, we can discuss.

mmontone commented 1 year ago

I have no problem in integrating a spinneret renderer if you still want to write it (to not depend on cl-who, for example).

wmealing commented 1 year ago

I'll test your suggestion of using the mixed spinneret and cl-who. I'll take a while to evaluate this, but will get back to you.