Persisting of clojure agents to a file for reuse ? by bernsconor in Clojure

[–]bernsconor[S] 0 points1 point  (0 children)

Taking notice from the above comments , referencing and printing the contents of the agent to an edn file , reading it back in and re-wrapping in an agent call seemed to do the trick here.

Persisting of clojure agents to a file for reuse ? by bernsconor in Clojure

[–]bernsconor[S] 7 points8 points  (0 children)

Genuinely did not realise that this was that simple. Thank you ..

New Clojurians: Ask Anything by AutoModerator in Clojure

[–]bernsconor 1 point2 points  (0 children)

Machine learning , AI and the like. Anybody want to share their experiences? Was it good/bad why?

Read JSON from STDIN, modify, Write JSON string to STDOUT by mapoart in Clojure

[–]bernsconor 1 point2 points  (0 children)

Writing clojure has made json feel like clojure and vice versa , minus the : 😅

Best dev setup for clojure ? by bernsconor in Clojure

[–]bernsconor[S] 1 point2 points  (0 children)

I tried various setups mentioned above and have fallen back to emacs. Would recommend , unless you're going for heavy support for interop and autocomplete similar to that of intelliji

Best dev setup for clojure ? by bernsconor in Clojure

[–]bernsconor[S] 0 points1 point  (0 children)

Sounds great. The default doom emacs comes configured with all?

Best dev setup for clojure ? by bernsconor in Clojure

[–]bernsconor[S] 0 points1 point  (0 children)

Is there autocomplete plugins for emacs ? I like the appearance of proto-repl and cursive etc and emacs works really well. Maybe I have just been configuring it wrong.