Closed svetlyak40wt closed 5 years ago
Sounds interesting. Where can I find it?
I didn't finish it yet, because nobody was interested.
You'd probably get more interest somewhere like https://www.reddit.com/r/Common_Lisp/ where there's a few enthusiasts. The TodoMVC crowd would probably take notice if it was something special in terms of performance, clarity, structure or lines-of-code.
For me personally, I'd like to see any example where someone did a good job of structuring a small, single-page web application in Lisp. I wonder if it's a good idea and can it even be done? There's probably an example somewhere but I haven't found it.
Well, I've pushed my intermediate code, it is not completed yet though.
https://github.com/40ants/todomvc/blob/common-lisp-example/examples/common-lisp-react/src/app.lisp
It want to polish some details and to write instruction how to build it before making a pull-request.
Thank you. It works quite nicely. In addition to your instructions in the readme, I had to install npm brew install npm
on macon and run in todomvc/examples/common-lisp-react
:
npm install
npm install http-server -g
http-server
It works like magic. Thanks again. This will help me learn a lot.
There's interest over there too ! I'd love to read about how it went, what you think of Panic' state, etc. Please come post something on reddit/lisp when you feel it.
ps: do you have any experience with trident-mode / Skewer ? (for live browser interaction)
pps: and if you'd like more challenge, nobody started a lisp version of RealWorld (a Medium clone) :] (and nobody seems interested (reddit)).
ps: do you have any experience with trident-mode / Skewer? (for live browser interaction)
I have it in my bookmarks but still didn't try.
I've seen this RealWorld post at reddit, but have no time for this. I'm more interested in Weblocks reanimation.
I'm closing this issue, because lack of time to push the example into the upstream. Sorry, guys.
Hi, I want to submit an implementation in Common Lisp and Parenscript. I already rewrote basic React example, now polishing the code and making it more concise by using language's features.
What do you think, guys and girls?