#myclojurestatus результаты поиска
Seeing for myself just _how much_ easier it is to write complex macros using `clojure.spec.alpha/conform` #myclojurestatus
I am getting far too excited about organising keybindings for the Clojure layer in @spacemacs - its very easy though #myclojurestatus #ldnclj

Improved the Practicalli theme used by cryogen for my Clojure powered blog. A nice Clojure green colour with floating topic images using selma templating and blog meta data. Really easy and I should write a post about creating the blog #myclojurestatus #ldnclj

Got to dogfood some Regal today, this is part of our release process to automatically update versions in the README. Is it ugly? Yes. Did I write a non-trivial regex that worked from the first time? Also yes. #clojure #myclojurestatus

Experimenting with NeoVim 7 in Termux on my android smartphone Next step is to install Conjure for Clojure support Then using the @keyboardio Atreus I would have an extremely portable Clojure development environment #myclojurestatus

Let us try to promote #myclojurestatus a little bit, because it's fun and shows that people progress and weren't born as Lisp and #Clojure pros!
Updated details on how to run a ClojureBridge London event, including an image to show the steps. clojurebridgelondon.github.io/organise-cloju… If you want to be an organiser, host or sponsor for future events, please get in touch. #ldnclj #myclojurestatus

#AdventOfCode is the right amount of pressure every day to practice the language you are learning. #myclojurestatus #AdventOfCode2021
Learning Clojure by curiosity. It's a kind of language that looks esoteric, but once you learn it, all other languages look like esoteric things. #clojure #myclojurestatus
Start Portal data navigation tool on Clojure REPL startup with this simple configuration, automatically adding Portal as a tap> source practicalli.github.io/clojure/clojur… #myclojurestatus

Pairing on Integrant, Integrant REPL, Aero & Reitit code today at my new job Building Clojure APIs and system integration services to support data science at @Billie_Payments My new job is purrfect 🐈 #myclojurestatus

Updated the YouTube channel art for the new year with nicer logos youtube.com/c/practicalli #myclojurestatus

What #clojure related things did you work on this week? Share your #myclojurestatus!
Are you using ClojureScript for development? Why not share that with the stateofjs.com/?source=stateo… survey Thank you. #myclojurestatus

What are you working on this week? #clojure #myclojurestatus
(sort-by (juxt (comp count :k) :k) records) ;; => [{:k "A1"} {:k "A2"} {:k "A10"} {:k "A12"}] Natural sort order in #clojure #myclojurestatus
Learning Clojure by curiosity. It's a kind of language that looks esoteric, but once you learn it, all other languages look like esoteric things. #clojure #myclojurestatus
Updating VSpaceCode & Calva content for Clojure development and decided to created a new book... practical.li/vspacecode/ #myclojurestatus

Drafting an article: a brief history of the London Clojurians community The last decade has been very rewarding and its great to see others continue the work. practical.li/blog-staging/ #myclojurestatus

Migrating Practicalli Books to MkDocs and the excellent Material theme by @squidfunk - thank you practical.li/neovim/ is already converted and the dark theme looks very nice The Writing Tips page shows examples of how to make the content visually engaging #MyClojureStatus

We've published the recording of Season 1 Episode 7 of The Clouncil, where we talk all about files and resources in Clojure! youtu.be/-bfGCNEuSsQ #myclojurestatus #theclouncil
youtube.com
YouTube
S1:07 Files, Paths, and resources in Clojure
Cistercian numerals can indicate an integer between 0-9999 in a single digit. Generated with #Clojure and quil.
My ultra-mobile development environment is in balance with the force Neovim and Emacs (@spacemacs) running via FDroid Termux on a Google Pixel 2XL, both providing a full Clojure development environment (REPL, LSP) practical.li/neovim/termux/ #myclojurestatus




Pairing on Integrant, Integrant REPL, Aero & Reitit code today at my new job Building Clojure APIs and system integration services to support data science at @Billie_Payments My new job is purrfect 🐈 #myclojurestatus

(sort-by (juxt (comp count :k) :k) records) ;; => [{:k "A1"} {:k "A2"} {:k "A10"} {:k "A12"}] Natural sort order in #clojure #myclojurestatus
Experimenting with NeoVim 7 in Termux on my android smartphone Next step is to install Conjure for Clojure support Then using the @keyboardio Atreus I would have an extremely portable Clojure development environment #myclojurestatus

Emacs 28.1 with native compilation is really fast I built Emacs 28.1 from source code, it was much easier than I though and condensed it to two commands & 1 download practical.li/blog/posts/bui… #emacs @spacemacs #myclojurestatus

👇 Thread showcasing some of the things our team has developed for @RealGeneKim and co #myclojurestatus
Today and the next two days we're excited to help @ITRevDOES to deliver an amazing virtual DevOps Enterprise Summit!
Practicalli Spacemacs provides a simple way to set up Emacs, Cider and LSP for Clojure development 2 git clone commands and you're ready to go Space key displays a mnemonic menu to easily navigate a huge number of commands practical.li/spacemacs/ #myclojurestatus

Weekend is nearly over. What have you been up to? #myclojurestatus
Thank you @flexiana for the recurring contribution, helping London Clojurians continue delivering free events to the community opencollective.com/london-clojuri… Read more about the #Flexiana commitment to Clojure over the last decade flexiana.com/clojure #myclojurestatus


Added :lib/java17-source alias to practicalli/clojure-deps-edn user level config for Clojure CLI Supports jump-to-definition when doing Java interoperability with Clojure github.com/practicalli/cl… #myclojurestatus

A small fix to #Spacemacs Markdown layer to ensure correct table formatting when TABbing through a table github.com/syl20bnr/space… #myclojurestatus

Options for fixing helm-cider with the latest snapshot of CIDER Hack helm-cider is arguably the easiest approach until the PR is approved practical.li/blog/posts/ema… #emacs #myclojurestatus

Happy 4th Advent to all of the Christians out there. What #clojure related things have you been working on this week? Share your #myclojurestatus!
Experimenting with NeoVim 7 in Termux on my android smartphone Next step is to install Conjure for Clojure support Then using the @keyboardio Atreus I would have an extremely portable Clojure development environment #myclojurestatus

I am getting far too excited about organising keybindings for the Clojure layer in @spacemacs - its very easy though #myclojurestatus #ldnclj

Pairing on Integrant, Integrant REPL, Aero & Reitit code today at my new job Building Clojure APIs and system integration services to support data science at @Billie_Payments My new job is purrfect 🐈 #myclojurestatus

Clojure desctructuring within a for macro - example added to #clojuredocs clojuredocs.org/clojure.core/f… #myclojurestatus

Updated the YouTube channel art for the new year with nicer logos youtube.com/c/practicalli #myclojurestatus

Configure @spacemacs / #Emacs to work with Git and GitHub or GitLab http://localhost:4000/source-control/git-configuration.html Using SSH keys and a personal access token, so you never need to entering your username and password. #myclojurestatus

Navigate to Java class and method definitions in @Spacemacs / CIDER for Clojure CLI deps.edn projects Very useful when using Java interop from Clojure practicalli.github.io/spacemacs/navi… #cider #emacs #myclojurestatus

Are you using ClojureScript for development? Why not share that with the stateofjs.com/?source=stateo… survey Thank you. #myclojurestatus

Emacs 28.1 with native compilation is really fast I built Emacs 28.1 from source code, it was much easier than I though and condensed it to two commands & 1 download practical.li/blog/posts/bui… #emacs @spacemacs #myclojurestatus

Updated the ClojureBridge logo to make it more smiley clojurebridgelondon.github.io Our next event is in February 2020 at @SignalHQ_Tech #myclojurestatus

Updated details on how to run a ClojureBridge London event, including an image to show the steps. clojurebridgelondon.github.io/organise-cloju… If you want to be an organiser, host or sponsor for future events, please get in touch. #ldnclj #myclojurestatus

Start Portal data navigation tool on Clojure REPL startup with this simple configuration, automatically adding Portal as a tap> source practicalli.github.io/clojure/clojur… #myclojurestatus

A small fix to #Spacemacs Markdown layer to ensure correct table formatting when TABbing through a table github.com/syl20bnr/space… #myclojurestatus

Improved the Practicalli theme used by cryogen for my Clojure powered blog. A nice Clojure green colour with floating topic images using selma templating and blog meta data. Really easy and I should write a post about creating the blog #myclojurestatus #ldnclj

Three more individual videos from the @reClojure 2021 community conference - Clojure Outreach - Vlojure visual coding - Panel with Artem and Ella All on the #reClojure 2021 YouTube playlist youtube.com/playlist?list=… More to come each day... #Clojure #myclojurestatus

Thank you @flexiana for the recurring contribution, helping London Clojurians continue delivering free events to the community opencollective.com/london-clojuri… Read more about the #Flexiana commitment to Clojure over the last decade flexiana.com/clojure #myclojurestatus


My ultra-mobile development environment is in balance with the force Neovim and Emacs (@spacemacs) running via FDroid Termux on a Google Pixel 2XL, both providing a full Clojure development environment (REPL, LSP) practical.li/neovim/termux/ #myclojurestatus




Something went wrong.
Something went wrong.
United States Trends
- 1. Good Wednesday 26.5K posts
- 2. #wednesdaymotivation 5,884 posts
- 3. #LoveYourW2025 184K posts
- 4. Hump Day 11.2K posts
- 5. Markey 1,034 posts
- 6. #VxWKOREA 48.2K posts
- 7. #WednesdayWisdom N/A
- 8. And the Word 77.4K posts
- 9. #15Oct 3,789 posts
- 10. Moulton N/A
- 11. Happy Hump 6,887 posts
- 12. St. Teresa of Avila 2,144 posts
- 13. Young Republicans 97.6K posts
- 14. Tami 5,309 posts
- 15. Raila Odinga 179K posts
- 16. LEE KNOW FOR HARPERS BAZAAR 7,180 posts
- 17. hobi 33.5K posts
- 18. Kenya 134K posts
- 19. Voting Rights Act 6,448 posts
- 20. George Floyd 38.2K posts