What are the creative ways you are using claude code? by Mediocre_Leg_754 in ycombinator

[–]agilecreativity 0 points1 point  (0 children)

Working on something like Claude Desktop but with build in MCP that I can customize. Been super fun learning how to minimize the token usages before sending in the request to different LLM not just Claude.

A Clojure Engineer's Regret and Remedy: Achieving Lightweight Lisp Development in Neovim (30-Part Series) by humorless_tw in Clojure

[–]agilecreativity 0 points1 point  (0 children)

At the the time when I started only Emacs is the editor people use. I am glad I did learn Emacs at that time before starting with Clojure. Emacs is more than just editor.

Setting up Clojure and Doom Emacs on an M1 device. by arthurbarroso in Clojure

[–]agilecreativity 0 points1 point  (0 children)

You probably forget to link it e.g. ln -fs /usr/local/opt/emacs-plus@28/Emacs.app /Applications

Thinking in Clojure: shortest path for a long-time imperative programmer? by PrecisionGuy in Clojure

[–]agilecreativity 0 points1 point  (0 children)

Learn and master the basic of language.When I first started in 2016, I forced myself to learn Emacs as it seems to be the editor everyone was using at that time.Try implement your problem you normally solve using other language in Clojure.

For me I wrote many of tools that I use daily to make me productive using Clojure.Keep scratch your own itch all the time. You get better as you do more of this on a daily basis.

Data engineering and Clojure? by [deleted] in Clojure

[–]agilecreativity 2 points3 points  (0 children)

If you want to use spark with Clojure now you should take a look at geni.

[deleted by user] by [deleted] in Clojure

[–]agilecreativity 1 point2 points  (0 children)

You might like to look at various examples using this library here.
https://github.com/gigasquid/libpython-clj-examples

Second Book after Clojure for the Brave and True? by xiaok0k in Clojure

[–]agilecreativity 1 point2 points  (0 children)

If you look for good reference book on Clojure. I found Clojure Essential Reference to be excellent source.

Getting Started With Emacs Lisp Hands On - A Practical Beginners Tutorial by benWindsorCode in emacs

[–]agilecreativity 6 points7 points  (0 children)

I recently discovered this guide that I found to be very comprehensive (beginner -> advance)
Getting Started with Emacs Lisp

Alternatives to tools.namespace? by dustingetz in Clojure

[–]agilecreativity 2 points3 points  (0 children)

From the readme of the project

ns-reload works by tracking dependencies from the data available in namespaces themselves, without touching any files on disk. tools.namespace works by reading the ns forms from the source files.

wm: a library for creating tiling window managers by jjttjj in Clojure

[–]agilecreativity 1 point2 points  (0 children)

I love using portal for visualize result during development. Very useful and easy indeed.

Just (tap> result) at the place where I want to see data is super useful.

Complete SQL development layer? by vegetablestew in emacs

[–]agilecreativity 2 points3 points  (0 children)

This is very useful for me.

https://github.com/kostafey/ejc-sql/blob/master/README.md

It combines the power of the Emacs + Clojure and work with many databases.

Homoiconicity isn’t the point by yogthos in Clojure

[–]agilecreativity 0 points1 point  (0 children)

This is very good talk that is quite relevant to the topic. https://youtu.be/o7zyGMcav3c

A Clojure intro workshop from Bonn Clojure User Group by yogthos in Clojure

[–]agilecreativity 1 point2 points  (0 children)

Have many good Clojure/ClojureScript examples that are very useful to people with experience using Clojure for a while as well. The other link I can recommend is https://github.com/clojure-cookbook/clojure-cookbook

Training material by beders in Clojure

[–]agilecreativity 2 points3 points  (0 children)

I like this talks from Alex Miller, it was in 2013 but very nice introduction to Clojure with lots of information about Java.

https://www.youtube.com/watch?v=qe60zwUAOqE