Write Node using Clojure and deploy to NPM! (With the creator of Babashka)

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 23

  • @arijanj
    @arijanj 10 місяців тому +2

    I never really used Java so I didn't get all the hype around the interop, but seeing every JavaScript library available within Clojure without the hell that is shadow-cljs (seriously, it's so complicated...) really reignited my passion, thanks!

  • @SebastianAnklamm
    @SebastianAnklamm 2 роки тому +5

    Really good job by the both of you. I love these longer videos to see something more substantial. I learned a lot. (like I always do)

  • @CalvaTV
    @CalvaTV 2 роки тому +9

    OMG. Thanks for this!

  • @PeterLeder
    @PeterLeder 2 роки тому +4

    Learned a lot 😍 thank you so much Dan and Michiel 👏

  • @mjhika
    @mjhika 2 роки тому +1

    Such a useful video thanks gents. Y'all are the best

  • @muthuisheree
    @muthuisheree Рік тому +1

    Thanks for the wonderful session

  •  Рік тому

    Awesome job. Thanks both!

  • @CalvaTV
    @CalvaTV 2 роки тому +4

    JavaScript to ClojureScript converter: roman01la.github.io/javascript-to-clojurescript/

  • @junghanacs
    @junghanacs Рік тому +1

    wow thanks really thanks !!!

  • @CalvaTV
    @CalvaTV 2 роки тому +2

    You shouldn’t install the clj-kondo extension if you use Calva. clj-kondo is already there.

    • @borkdude
      @borkdude 2 роки тому +2

      We installed the extension because linting didn't work out of the box in Calva. We could not find the issue but the clj-kondo extension worked. I recently noticed a similar issue with someone who used neovim and edited a babashka script: no linting with clojure-lsp unless you add the project sources explicitly in .lsp/config.edn.

    • @CalvaTV
      @CalvaTV 2 роки тому +3

      @@borkdude Ah, didn’t know about that problem. Luckily it is now fixed, a bird is whispering in my ear.

  • @wwgg1139
    @wwgg1139 2 роки тому +4

    what a package name "birthman" lol :)

    • @onthecodeagain
      @onthecodeagain  2 роки тому +1

      Cant believe it didnt exist before :p

    • @BobbiCodes
      @BobbiCodes 2 роки тому +1

      You have to sing it to the tune of "Batman"

  • @YisraelDovL
    @YisraelDovL 2 роки тому +1

    So frustrating watching you do this w/o TDD

    • @onthecodeagain
      @onthecodeagain  2 роки тому +1

      My whole life is without TDD :)

    • @YisraelDovL
      @YisraelDovL 2 роки тому +1

      @@onthecodeagain I feel sad for you. :)

  • @CalvaTV
    @CalvaTV 2 роки тому +5

    There is a setting calva.jackInEnv to start the repl with some environment variables.