Git Product home page Git Product logo

babooka's People

Contributors

dosbol avatar flyingmachine avatar kjoshi avatar sjames1958gm avatar thangaayyanar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

babooka's Issues

wrong arg nil in README.adoc. Use % instead of nil

@@ -810,11 +810,11 @@ in the journal file. That file should now look like this:
:desc "A unix timestamp, when you recorded this."
:coerce {:timestamp :long}}})

(def table
[{:cmds ["add"] :fn #(add/add-entry (:opts %)) :spec cli-opts}

  • {:cmds ["list"] :fn #(list/list-entries nil)}])
  • {:cmds ["list"] :fn #(list/list-entries %)}])

(cli/dispatch table command-line-args)

Babashka's output may not appear on some systems

In my system (MacOS Ventura on Apple M1 + brew) Babashka's output is not printed. Thus, bb -f script.clj just silently returns the prompt, and not the value of the last expression in the script.

I figured eventually that I needed to add another option bb --prn -f script.clj works fine. Maybe some system-wide default settings somewhere causes this.

The reason why I'm reporting it, as this is in the first chapter and for making the key argument about the coolness of babashka.

chapter about nrepl support?

Hello, have you considered adding a chapter about bb --nrepl-server ?

For me, the support of nrepl in babashka is yet another game-changer that babashka brings to the table. It's really awesome to be able to code fully interactively in your favourite editor, being connected to bb process internally running nrepl server.

Sometimes, if I need "full clojure experience" (better editor support - especially docs popups), I also use bb --print-deps > deps.edn, and code the script using regular clojure repl+nrepl. Then, once I'm happy with the result, I turn back to the bb and make sure the script is still bb-friendly.

Double babooka directories in HTML version's chapter anchor links

... yields broken links on the side panel navigation of https://www.braveclojure.com/quests/babooka/

<ol class="toc">
<li><a href="/quests/babooka/babooka/#Sponsor">Sponsor</a></li>
<li><a href="/quests/babooka/babooka/#What_is_Babashka_">What is Babashka?</a></li>
<li><a href="/quests/babooka/babooka/#Why_should_you_use_it_">Why should you use it?</a></li>
<li><a href="/quests/babooka/babooka/#Installation">Installation</a></li>
...
<li><a href="/quests/babooka/babooka/#Summary">Summary</a></li>
</ol>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.