home.social

#leiningen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #leiningen, aggregated by home.social.

  1. Historischer Verein: Becker-Vortrag – Ludwigshafen

    „Die Geschichte des Hauses Leiningen bis zum Reichsdeputationshauptschluss“ ist der Titel eines Vortrags des stellvertretenden Leiters des Ludwigshafener…
    #Mannheim #Deutschland #Deutsch #DE #Schlagzeilen #Headlines #Nachrichten #News #Europe #Europa #EU #Baden-Württemberg #Germany #Leiningen #lokal #Ludwigshafen #Stadtarchiv
    europesays.com/de/1004286/

  2. OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.

    But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.

    The error is in a #leiningen project built on a #luminus template.

    Error loading refactor-nrepl.middleware: java.io.FileNotFoundException: Could not locate cider/nrepl/middleware/util/cljs__init.class or cider/nrepl/middleware/util/cljs.clj on classpath., compiling:(refactor_nrepl/middleware.clj:1:1)

    /Continued

  3. OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.

    But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.

    The error is in a #leiningen project built on a #luminus template.

    Error loading refactor-nrepl.middleware: java.io.FileNotFoundException: Could not locate cider/nrepl/middleware/util/cljs__init.class or cider/nrepl/middleware/util/cljs.clj on classpath., compiling:(refactor_nrepl/middleware.clj:1:1)

    /Continued

  4. OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.

    But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.

    The error is in a #leiningen project built on a #luminus template.

    Error loading refactor-nrepl.middleware: java.io.FileNotFoundException: Could not locate cider/nrepl/middleware/util/cljs__init.class or cider/nrepl/middleware/util/cljs.clj on classpath., compiling:(refactor_nrepl/middleware.clj:1:1)

    /Continued

  5. OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.

    But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.

    The error is in a #leiningen project built on a #luminus template.

    Error loading refactor-nrepl.middleware: java.io.FileNotFoundException: Could not locate cider/nrepl/middleware/util/cljs__init.class or cider/nrepl/middleware/util/cljs.clj on classpath., compiling:(refactor_nrepl/middleware.clj:1:1)

    /Continued

  6. OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.

    But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.

    The error is in a #leiningen project built on a #luminus template.

    Error loading refactor-nrepl.middleware: java.io.FileNotFoundException: Could not locate cider/nrepl/middleware/util/cljs__init.class or cider/nrepl/middleware/util/cljs.clj on classpath., compiling:(refactor_nrepl/middleware.clj:1:1)

    /Continued

  7. @yogthos Woohoo! following the Jank install instructions for #Ubuntu seems to work fine for #Debian13trixie !

    github.com/jank-lang/jank/blob

    I've installed lein-jank, but it does not seem able (yet) to start a jank repl.

    Is there a how-to anywhere for porting a #leiningen project from #clojure to jank?

  8. @yogthos Woohoo! following the Jank install instructions for #Ubuntu seems to work fine for #Debian13trixie !

    github.com/jank-lang/jank/blob

    I've installed lein-jank, but it does not seem able (yet) to start a jank repl.

    Is there a how-to anywhere for porting a #leiningen project from #clojure to jank?

  9. @yogthos Woohoo! following the Jank install instructions for #Ubuntu seems to work fine for #Debian13trixie !

    github.com/jank-lang/jank/blob

    I've installed lein-jank, but it does not seem able (yet) to start a jank repl.

    Is there a how-to anywhere for porting a #leiningen project from #clojure to jank?

  10. @yogthos Woohoo! following the Jank install instructions for #Ubuntu seems to work fine for #Debian13trixie !

    github.com/jank-lang/jank/blob

    I've installed lein-jank, but it does not seem able (yet) to start a jank repl.

    Is there a how-to anywhere for porting a #leiningen project from #clojure to jank?

  11. @yogthos Woohoo! following the Jank install instructions for #Ubuntu seems to work fine for #Debian13trixie !

    github.com/jank-lang/jank/blob

    I've installed lein-jank, but it does not seem able (yet) to start a jank repl.

    Is there a how-to anywhere for porting a #leiningen project from #clojure to jank?

  12. [razzlom@void clojure]$ lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: lein​​: command not found
    It's not working.
    [razzlom@void clojure]$ lein​​ version
    Leiningen 2.11.2 on Java 11.0.25 OpenJDK 64-Bit Server VM
    It's working!
    [razzlom@void clojure]$ whereis lein
    lein: /usr/bin/lein /usr/share/man/man1/lein.1
    It's exist.
    [razzlom@void clojure]$ /usr/bin/lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: /usr/bin/lein​​: No such file or directory
    It's not exist.

    Am I stupid or something broken here?

    #Linux #Bash #Leiningen #Clojure

  13. [razzlom@void clojure]$ lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: lein​​: command not found
    It's not working.
    [razzlom@void clojure]$ lein​​ version
    Leiningen 2.11.2 on Java 11.0.25 OpenJDK 64-Bit Server VM
    It's working!
    [razzlom@void clojure]$ whereis lein
    lein: /usr/bin/lein /usr/share/man/man1/lein.1
    It's exist.
    [razzlom@void clojure]$ /usr/bin/lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: /usr/bin/lein​​: No such file or directory
    It's not exist.

    Am I stupid or something broken here?

    #Linux #Bash #Leiningen #Clojure

  14. [razzlom@void clojure]$ lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: lein​​: command not found
    It's not working.
    [razzlom@void clojure]$ lein​​ version
    Leiningen 2.11.2 on Java 11.0.25 OpenJDK 64-Bit Server VM
    It's working!
    [razzlom@void clojure]$ whereis lein
    lein: /usr/bin/lein /usr/share/man/man1/lein.1
    It's exist.
    [razzlom@void clojure]$ /usr/bin/lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: /usr/bin/lein​​: No such file or directory
    It's not exist.

    Am I stupid or something broken here?

    #Linux #Bash #Leiningen #Clojure

  15. [razzlom@void clojure]$ lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: lein​​: command not found
    It's not working.
    [razzlom@void clojure]$ lein​​ version
    Leiningen 2.11.2 on Java 11.0.25 OpenJDK 64-Bit Server VM
    It's working!
    [razzlom@void clojure]$ whereis lein
    lein: /usr/bin/lein /usr/share/man/man1/lein.1
    It's exist.
    [razzlom@void clojure]$ /usr/bin/lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: /usr/bin/lein​​: No such file or directory
    It's not exist.

    Am I stupid or something broken here?

    #Linux #Bash #Leiningen #Clojure

  16. [razzlom@void clojure]$ lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: lein​​: command not found
    It's not working.
    [razzlom@void clojure]$ lein​​ version
    Leiningen 2.11.2 on Java 11.0.25 OpenJDK 64-Bit Server VM
    It's working!
    [razzlom@void clojure]$ whereis lein
    lein: /usr/bin/lein /usr/share/man/man1/lein.1
    It's exist.
    [razzlom@void clojure]$ /usr/bin/lein​​ ​​new​​ ​​luminus​​ ​​guestbook​​ ​​--template-version​​ ​​3.91​​ ​​--​​ ​​+h2​​ ​​+http-kit
    bash: /usr/bin/lein​​: No such file or directory
    It's not exist.

    Am I stupid or something broken here?

    #Linux #Bash #Leiningen #Clojure

  17. The Leiningen tutorial command was actually really great. It didn't assume prior knowledge and covered all the questions I had. Sending out a cosmic "thank you” to whoever wrote it.

    $ lein help tutorial

  18. The Leiningen tutorial command was actually really great. It didn't assume prior knowledge and covered all the questions I had. Sending out a cosmic "thank you” to whoever wrote it.

    $ lein help tutorial

    #clojure #leiningen #documentation

  19. The Leiningen tutorial command was actually really great. It didn't assume prior knowledge and covered all the questions I had. Sending out a cosmic "thank you” to whoever wrote it.

    $ lein help tutorial

    #clojure #leiningen #documentation

  20. The Leiningen tutorial command was actually really great. It didn't assume prior knowledge and covered all the questions I had. Sending out a cosmic "thank you” to whoever wrote it.

    $ lein help tutorial

    #clojure #leiningen #documentation

  21. Broke: Using #Clojure i/o #Java or #Kotlin because it's functional and that's better!

    Woke: Using Clojure because #Leiningen is just the better build system and #Gradle, #Maven and #Ant suck.

  22. Broke: Using #Clojure i/o #Java or #Kotlin because it's functional and that's better!

    Woke: Using Clojure because #Leiningen is just the better build system and #Gradle, #Maven and #Ant suck.

  23. Broke: Using #Clojure i/o #Java or #Kotlin because it's functional and that's better!

    Woke: Using Clojure because #Leiningen is just the better build system and #Gradle, #Maven and #Ant suck.

  24. Broke: Using #Clojure i/o #Java or #Kotlin because it's functional and that's better!

    Woke: Using Clojure because #Leiningen is just the better build system and #Gradle, #Maven and #Ant suck.

  25. Broke: Using #Clojure i/o #Java or #Kotlin because it's functional and that's better!

    Woke: Using Clojure because #Leiningen is just the better build system and #Gradle, #Maven and #Ant suck.

  26. Another weekend, another side project. This week, in pursuit of understanding #HTTP transfers, the #interceptor model and also #Datalevin, I wrote a data pastebin that runs self hosted in #Clojure.

    github.com/somecho/datbin

    #database #clojurist #clj #leiningen

  27. Another weekend, another side project. This week, in pursuit of understanding #HTTP transfers, the #interceptor model and also #Datalevin, I wrote a data pastebin that runs self hosted in #Clojure.

    github.com/somecho/datbin

    #database #clojurist #clj #leiningen

  28. Another weekend, another side project. This week, in pursuit of understanding #HTTP transfers, the #interceptor model and also #Datalevin, I wrote a data pastebin that runs self hosted in #Clojure.

    github.com/somecho/datbin

    #database #clojurist #clj #leiningen

  29. Another weekend, another side project. This week, in pursuit of understanding #HTTP transfers, the #interceptor model and also #Datalevin, I wrote a data pastebin that runs self hosted in #Clojure.

    github.com/somecho/datbin

    #database #clojurist #clj #leiningen

  30. Another weekend, another side project. This week, in pursuit of understanding #HTTP transfers, the #interceptor model and also #Datalevin, I wrote a data pastebin that runs self hosted in #Clojure.

    github.com/somecho/datbin

    #database #clojurist #clj #leiningen

  31. Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
    How do you handle env variables?

    #clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn

  32. Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
    How do you handle env variables?

    #clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn

  33. Migrating a big project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
    How do you handle env variables?

    #clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn

  34. Migrating a bit project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
    How do you handle env variables?

    #clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn

  35. Migrating a bit project from lein to deps that uses environ.core and lein environ. Is there a similar library from deps? Since there is no (I couldnt find it) environ for deps I used aero by juxt, but that required a complete overhaul of a lot of env dependend stuff. And using -Dkey=val for 15 or so vars is not something I like.
    How do you handle env variables?

    #clojure #clj #cljs #lein #leiningen #clojurescript #java #deps.edn

  36. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  37. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  38. Oh the joys of migrating a large Leiningen project to deps.edn. #clojure #leiningen #deps

  39. #Clojure cli-tools have become so good that I’ve drifted away from #Leiningen towards them almost unconsciously. A year after getting the laptop I’m on, I just realized that I don’t have lein installed.

  40. #Clojure cli-tools have become so good that I’ve drifted away from #Leiningen towards them almost unconsciously. A year after getting the laptop I’m on, I just realized that I don’t have lein installed.

  41. #Clojure cli-tools have become so good that I’ve drifted away from #Leiningen towards them almost unconsciously. A year after getting the laptop I’m on, I just realized that I don’t have lein installed.