lumo
etaoin
lumo | etaoin | |
---|---|---|
5 | 8 | |
1,894 | 919 | |
- | 0.4% | |
0.0 | 8.7 | |
over 2 years ago | 18 days ago | |
Clojure | Clojure | |
Eclipse Public License 1.0 | Eclipse Public License 1.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lumo
-
Clojure Scripting on Node.js
Is this similar to Lumo (https://github.com/anmonteiro/lumo)? I would assume Lumo has a faster start time since it boots from a V8 snapshot, but otherwise I'd assume the two projects are similar (except that, of course, lumo is EOL)
- Clojure – Differences with Other Lisps
-
Clojure, but without the JVM?
Lumo: a standalone ClojureScript environment, runs on Node.js. Doesn't seem to have its own reader conditional, uses :cljs.
-
Racket v8.0 is out!
Lumo and Planck (standalone Clojurescript environments, based on Node and on JavaScriptCore with some additional functionality to make it suitable for scripting, respectively), and Clojerl (Clojure implemented on BEAM). Startup times are comparable to e.g. Racket.
etaoin
- GitHub - clj-commons/etaoin: Pure Clojure Webdriver protocol implementation
- Clj-commons/etaoin: Pure Clojure Webdriver protocol implementation
-
Help with automated website testing, please
I've used (WebDriver)[https://w3c.github.io/webdriver/] in Clojure for all kinds of things (testing, simulating users, automating web interactions). I found the Etaoin package to be nicer to use than Selenium. A google search for webdriver and "common lisp" turned up https://copyleft.github.io/cl-webdriver-client/ and possibly other things, so maybe you can use that.
- Pure Clojure Webdriver protocol implementation
-
Playing with webdriver
I have recently wanted to pull some data off the local church website, and I have been unable to log in with any HTTP clients. So, I attempted to throw Etaoin at the problem, and it worked marvelously.
-
Clojure – Differences with Other Lisps
For Clojure on the JVM I've seen etaoin (https://github.com/igrishaev/etaoin) and there's clj-chrome-devtools (https://github.com/tatut/clj-chrome-devtools). I would ask on Clojureverse or the Clojure Slack/Zulip for opinions.
For ClojureScript I guess there's lots of options since you can access the Javascript ecosystem.
One of the benefits of being hosted is that we can always fall back on the host language's options.
-
Browser-based cljs tests
Have you tried using https://github.com/igrishaev/etaoin
What are some alternatives?
joker - Small Clojure interpreter, linter and formatter.
ferret - Ferret is a free software lisp implementation for real time embedded control systems.
planck - Stand-alone ClojureScript REPL
uBlock - uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari. [Moved to: https://github.com/uBlock-LLC/uBlock]
babashka - Native, fast starting Clojure interpreter for scripting
talk-transcripts - Transcripts of Clojure-related talks
awesome-clojure-likes - Curated list of Clojure-like programming languages.
cloture - Clojure in Common Lisp
Fennel - Lua Lisp Language
create-cljs-app - Set up a modern CLJS web app by running one command.
janet - A dynamic language and bytecode vm
clj-chrome-devtools - Clojure API for controlling a Chrome DevTools remote