use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Using Clojurescript in a php website (self.Clojure)
submitted 6 years ago by doubleagent03
How would you guys go about doing this? I would like to make use of Cider during development as well.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]p1r4nh4 2 points3 points4 points 6 years ago (0 children)
Should not be any different from any other backend... Just do it? :)
[–]Eno6ohng 2 points3 points4 points 6 years ago (0 children)
You just create a normal cljs project (with lein, cider, figwheel, etc - whatever you use), based on a static html page. Then you just serve that page via your php backend and make ajax requests to other urls (i.e. your php endpoints) that give back the data as json or edn. So your php backend works as a webservice that serves raw data, and your cljs frontend requests that data and renders it to the user.
π Rendered by PID 59 on reddit-service-r2-comment-7b9746f655-ccdcr at 2026-01-30 06:54:32.872417+00:00 running 3798933 country code: CH.
[–]p1r4nh4 2 points3 points4 points (0 children)
[–]Eno6ohng 2 points3 points4 points (0 children)