Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 29, 2024
1 parent 05ccfdd commit 91e09d4
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 65 deletions.
1 change: 1 addition & 0 deletions eval-tips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,7 @@ <h3 id="current-top-level-form">Current Top-level Form<a class="headerlink" href
<p>Default shortcut for evaluating the current top level form: <code>alt+enter</code>.</p>
<p>The <strong>current top-level form</strong> means top-level in a structural sense. It is <em>not</em> the topmost form in the file. Typically in a Clojure file you will find <code>def</code> and <code>defn</code> (and <code>defwhatever</code>) forms at the top level, which also is one major intended use for evaluating top level form: <em>to define and redefine variables</em>. However, Calva does not check the contents of the form in order to determine it as a top-level forms: <em>all forms not enclosed in any other form are top level forms</em>.</p>
<p>An ”exception” is introduced by the <code>comment</code> form. It will create a new top level context, so that any forms immediately inside a <code>(comment ...)</code> form will be considered top-level by Calva. This is to support a workflow with what is often referred to the <a href="../rich-comments/">Rich Comments</a>.</p>
<p>A special case is ignored forms (using the <code>#_</code> marker) at the top level. They will always be selected as top level forms separately from their ignore marker, enabling evaluating them as top level forms. Similar to Rich Comments.</p>
<p>At the top level the selection of which form is the current top level form follows the same rules as those for <a href="#current-form">the current form</a>.</p>
<h3 id="evaluate-enclosing-form">Evaluate Enclosing Form<a class="headerlink" href="#evaluate-enclosing-form" title="Permanent link">#</a></h3>
<p>The default keyboard shortcut for evaluating the current enclosing form (the list the cursor is in) is <code>ctrl+shift+enter</code>.</p>
Expand Down
1 change: 1 addition & 0 deletions evaluation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,7 @@ <h3 id="current-top-level-form">Current Top-level Form<a class="headerlink" href
<p>Default shortcut for evaluating the current top level form: <code>alt+enter</code>.</p>
<p>The <strong>current top-level form</strong> means top-level in a structural sense. It is <em>not</em> the topmost form in the file. Typically in a Clojure file you will find <code>def</code> and <code>defn</code> (and <code>defwhatever</code>) forms at the top level, which also is one major intended use for evaluating top level form: <em>to define and redefine variables</em>. However, Calva does not check the contents of the form in order to determine it as a top-level forms: <em>all forms not enclosed in any other form are top level forms</em>.</p>
<p>An ”exception” is introduced by the <code>comment</code> form. It will create a new top level context, so that any forms immediately inside a <code>(comment ...)</code> form will be considered top-level by Calva. This is to support a workflow with what is often referred to the <a href="../rich-comments/">Rich Comments</a>.</p>
<p>A special case is ignored forms (using the <code>#_</code> marker) at the top level. They will always be selected as top level forms separately from their ignore marker, enabling evaluating them as top level forms. Similar to Rich Comments.</p>
<p>At the top level the selection of which form is the current top level form follows the same rules as those for <a href="#current-form">the current form</a>.</p>
<h3 id="evaluate-enclosing-form">Evaluate Enclosing Form<a class="headerlink" href="#evaluate-enclosing-form" title="Permanent link">#</a></h3>
<p>The default keyboard shortcut for evaluating the current enclosing form (the list the cursor is in) is <code>ctrl+shift+enter</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

126 changes: 63 additions & 63 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,317 +2,317 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://calva.io/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/api/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/async-out/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/babashka/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/basilisp/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clj-java-decompiler/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojure-lsp/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojuredart/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojuredocs/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/commands-top10/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/commands/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/connect-sequences/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/connect/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/contribute/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/custom-commands/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/customizing-jack-in-and-connect/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/customizing/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/debugger/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/emacs-keybindings/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/eval-tips/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/evaluation/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/fiddle-files/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/finding-commands/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/formatting/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/get-started-with-clojure/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/getting-started/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/hiccup/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/inspector/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/jack-in-guide/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/joyride/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/krell/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/linting/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/live-share/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/luminus/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/merch/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/namespace-form-auto-creation/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/nbb/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/notebooks/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/nrepl_and_cider-nrepl/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/output/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/paredit/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/parinfer/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/polylith/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/pprint/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/quirks/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/re-frame-template/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/rebl/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/refactoring/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/remote-development/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/repl-window/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/reveal/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/rich-comments/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/shadow-cljs/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/sponsors/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/syntax-highlighting/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/tao/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/test-runner/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/try-first/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/vim/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/when-clauses/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/why-calva/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/workspace-layouts/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/wsl/</loc>
<lastmod>2024-10-21</lastmod>
<lastmod>2024-10-29</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 91e09d4

Please sign in to comment.