Replies: 5 comments
-
|
The react bindings: https://gist.github.com/davazp/aeb89f35e1a221eecdde49ea20162c2f |
Beta Was this translation helpful? Give feedback.
-
|
The JSX macro is much nicer than the one I saw before (in an earlier React binding). I always thought this should be the way to do it. This is mostly Spinneret! |
Beta Was this translation helpful? Give feedback.
-
|
The code in the gist is quite acceptable as well! |
Beta Was this translation helpful? Give feedback.
-
|
If anyone has any cool ideas of quick prototypes that I can spin up let me know. It's fun to see some quick screenshots to get inspiration. |
Beta Was this translation helpful? Give feedback.
-
|
Great work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing here to not polute the issues.
I asked Claude to write react bindings and write a extensible (update the code inside itself) in common lisp with a REPL, a source editor and an inspector...
I think it's very impressive. With a custom FFI for JSCL, and CL that there isn't as much code as JS out there. With all the subtle clstring/jsstring and full of edge cases to workaround in JSCL.
With bindings for codemirror for free.
jscl-react.mov
Sure I would improve the implementation in some areas. but see the attached example. I think it's more than acceptable and super easy to change/refactor.
CL with macros plays so nice with react.
Beta Was this translation helpful? Give feedback.
All reactions