This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-01-03
Channels
- # aleph (2)
- # announcements (13)
- # babashka (7)
- # beginners (36)
- # calva (26)
- # cider (11)
- # circleci (13)
- # clj-kondo (15)
- # clojure (105)
- # clojure-europe (79)
- # clojure-nl (3)
- # clojure-uk (6)
- # clojurescript (17)
- # conjure (4)
- # core-logic (2)
- # cursive (10)
- # data-science (5)
- # datalevin (11)
- # datalog (14)
- # eastwood (6)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (34)
- # google-cloud (1)
- # graphql (3)
- # introduce-yourself (7)
- # jobs (1)
- # leiningen (17)
- # lsp (46)
- # malli (2)
- # minecraft (3)
- # missionary (19)
- # off-topic (31)
- # other-languages (49)
- # polylith (2)
- # portal (5)
- # practicalli (1)
- # quil (77)
- # releases (1)
- # remote-jobs (1)
#obb: Ad-hoc ClojureScript scripting of Mac applications via Apple's Open Scripting Architecture. https://github.com/babashka/obb Demo: https://twitter.com/zaneshelby/status/1477988369154121734 By @zane and yours truly.
https://plugins.jetbrains.com/plugin/18108-clojure-extras/ v0.3.0 has been released! clojure-extras is an Intellij plugin to add custom features such as inline evaluation, custom syntax highlighting and linting. In this latest version we added full clj-kondo integration, check it out!
Maybe good to add: this is a plugin which runs in addition to Cursive (and depends on Cursive) and does not replace or conflict with it!
is there any documentation on how to use this plugin?
@U02N27RK69K Right now there is only one option: And if you are connected to a REPL, you get some option to inline evaluate something
Good point, I will work on some docs! For now clj-kondo integration is almost zero-conf and to inline evaluate expressions you can use the actions on Tools menu (you can setup keyboard shortcuts in the keymap sections on Preferences). Also, there is a Clojure Extras section on Color Scheme to change custom highlighting.
Released 1.0.0-alpha5 of statecharts: https://github.com/fulcrologic/statecharts which has some new helpers for testing, and a few bug fixes.
Released 1.1.0-RC15 of fulcro-rad which adds load-options
to reports to enable things like incremental row detail loading. https://github.com/fulcrologic/fulcro-rad/commits/develop
I just released https://github.com/clj-python/libpython-clj version 2.014. I had a blast https://github.com/clj-python/libpython-clj/issues/191 to build a Java API into the library (comes with the jar). Also it includes a fastpath for repeatedly calling a python function - https://clj-python.github.io/libpython-clj/libpython-clj2.python.html#var-make-fastcallable. Go tell all your Java friends that the fastest, most robust, and most featureful python integration available for the JVM now has Java bindings so they can use it without knowing a lick of Clojure. P.S. - that issue has a lot of interesting information in it and it gets better near the end :-).
KICK! ASS!