cherry

borkdude 2022-07-28T08:25:10.030939Z

Next.js demo: https://twitter.com/borkdude/status/1552570450030501888

borkdude 2022-07-28T08:26:40.305329Z

I would almost say that the recommended pattern of using cherry is using .jsx for React components and then put the business logic into .cljs files, but maybe that's a cop-out for not having a proper hiccup thing right now ;)

1
👀 1
😆 1
Aleed 2022-07-31T17:35:16.453959Z

do macros work yet?

borkdude 2022-07-31T18:12:29.476609Z

@alidcastano Clojure core macros are built into the compiler. User space macros not yet, this is a research project that can go two separate directions. More on this here: https://github.com/borkdude/cherry/issues/4

Aleed 2022-07-31T20:24:13.529999Z

followed up there 🙂 really glad that you’re working on cherry btw, i’ve been longing badly for better JS interop. can’t wait for it to be ready for use!

mkvlr 2022-07-28T09:15:14.761959Z

@borkdude didn’t you get the memo, https://remix.run is the next next. 🙊

borkdude 2022-07-28T09:31:22.755769Z

The churn is real :)

borkdude 2022-07-28T10:25:35.515659Z

Another demo, a Github action implemented with cherry: https://github.com/borkdude/cherry-action-example

2
Brandon Stubbs 2022-07-28T13:28:52.977979Z

@brandon746 has joined the channel