Home
last modified time | relevance | path

Searched refs:Clojure (Results 1 – 25 of 889) sorted by relevance

12345678910>>...36

/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dclojure2 # file: file(1) magic for Clojure
6 0 string/w #!\ /usr/bin/clj Clojure script text executable
8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable
10 0 string/w #!\ /usr/bin/clojure Clojure script text executable
12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable
14 0 string/W #!/usr/bin/env\ clj Clojure script text executable
16 0 string/W #!/usr/bin/env\ clojure Clojure script text executable
18 0 string/W #!\ /usr/bin/env\ clj Clojure script text executable
23 0 regex \^\\\(ns[[:space:]]+[a-z] Clojure module source text
26 0 regex \^\\\(ns[[:space:]]+\\\^\\{: Clojure module source text
[all …]
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dclojure2 # file: file(1) magic for Clojure
6 0 string/w #!\ /usr/bin/clj Clojure script text executable
8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable
10 0 string/w #!\ /usr/bin/clojure Clojure script text executable
12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable
14 0 string/W #!/usr/bin/env\ clj Clojure script text executable
16 0 string/W #!/usr/bin/env\ clojure Clojure script text executable
18 0 string/W #!\ /usr/bin/env\ clj Clojure script text executable
23 0 regex \^\\\(ns[[:space:]]+[a-z] Clojure module source text
26 0 regex \^\\\(ns[[:space:]]+\\\^\\{: Clojure module source text
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/clojure/
H A Dindex.md3 title: Clojure Guide
26 # MXNet - Clojure API
28 MXNet supports the Clojure programming language. The MXNet Clojure package brings flexible and effi…
29Clojure. It enables you to write seamless tensor/matrix computation with multiple GPUs in Clojure.…
33 You can perform tensor or matrix computation in pure Clojure:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/clojure/
H A Dindex.md3 title: Clojure Guide
26 # MXNet - Clojure API
28 MXNet supports the Clojure programming language. The MXNet Clojure package brings flexible and effi…
29Clojure. It enables you to write seamless tensor/matrix computation with multiple GPUs in Clojure.…
33 You can perform tensor or matrix computation in pure Clojure:
/dports/lang/fennel/fennel-1.0.0/
H A Dfrom-clojure.md1 # Learning Fennel from Clojure
3 Fennel takes a lot of inspiration from Clojure. If you already know
4 Clojure, then you'll have a good head start on Fennel. However, there
7 someone who already knows Clojure.
18 Clojure and Fennel are both languages which have very close
21 beyond that of Clojure. In Clojure, every function implements the
44 In Clojure it's typical to bring in libraries using a tool like
78 Fennel supports destructuring similarly to Clojure. The main
109 is the equivalent of Clojure's `(constantly 5)`.
168 Note that `nil` in Fennel is rather different from Clojure; in Clojure
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/about/
H A Dcompatibility.adoc27 == Clojure section in Compatibility
29 CIDER targets Clojure 1.8+. As Clojure doesn't have the concept of supported releases
32 The minimum required Clojure version is currently derived using data
35 Clojure] survey. In general we consider a Clojure release eligible for
43 Currently we apply the same policy for Clojure and ClojureScript support.
55 | CIDER | Emacs | nREPL | cider-nrepl | Required JDK | Required Clojure
H A Dhistory.adoc7 a proper environment for Clojure development on Emacs. The work on it was
9 provide a common tool-agnostic foundation for Clojure development tools.
15 …http://groups.google.com/group/clojure/browse_thread/thread/2bd91de7dca55ca4[Clojure mailing list].
23 Eventually CIDER became one of the most popular development environments in the Clojure community a…
26 it's still evolving at a steady pace and it's still one of the more innovative Clojure development …
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/usage/
H A Dinteractive_programming.adoc16 Clojure and CIDER offer a better way to work called _interactive
23 Clojure definitions as the program continues to run. Using the CIDER
29 Clojure programmers have been known to keep a CIDER session running
36 complements `clojure-mode` and allows you to evaluate Clojure code
40 efficient Clojure programmer.
49 …e.com/watch?v=O6g5C4jUCUc[Emacs & Clojure, A Lispy Love Affair] - an overview of all popular Emacs…
50 * https://www.youtube.com/watch?v=4ecC3jqHooc[Clojure Development Workflow with Spacemacs and CIDER]
53 * https://www.youtube.com/watch?v=efPPh2jUrkg[Clojure in Emacs from absolute zero]
H A Dmisc_features.adoc5 simultaneous Clojure and ClojureScript REPLs, interactive programming,
12 CIDER provides a simple way to create a Clojure scratchpad via the
33 - This works only for Clojure
55 While Clojure's and CIDER's interactive programming style means you'll
62 `cider-ns-refresh` and reload all modified Clojure files on the
91 You can define Clojure functions to be called before reloading, and after a
130 invoke Clojure's `+(require ... :reload)+` and `+(require
136 important buffers in the context of a Clojure project - e.g. the REPL, the
160 | Most recently visited Clojure buffer.
251 == Browsing the Clojure Spec Registry
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/
H A Dadditional_resources.adoc12 …e.com/watch?v=O6g5C4jUCUc[Emacs & Clojure, A Lispy Love Affair] - an overview of all popular Emacs…
18 …w&list=PLZdCLR02grLoc322bYirANEso3mmzvCiI&index=6[The Evolution of the Emacs tooling for Clojure] -
19 presented at Clojure/conj 2014; dedicated to the origin and the architecture
24 …=PLPgnbBCmP6ZMfHPJ4yMwuoLEZvEe5LVe8[A Few Pints of CIDER] - presented at Clojure Remote 2016; dedi…
26 …ist=PLZdCLR02grLq4e8-1P2JNHBKUOLFTX3kb[CIDER: Inside the Brewery] - presented at Clojure/West 2016;
39 * https://practicalli.github.io/spacemacs/[Clojure Development with Spacemacs]
H A Dindex.adoc6 …s with support for xref:usage/interactive_programming.adoc[interactive programming] in Clojure. The
8 …ojure-emacs/clojure-mode[clojure-mode]. While `clojure-mode` supports editing Clojure source files,
9 `cider-mode` adds support for interacting with a running Clojure process for
17 adapting SLIME's core functionality to Clojure, but over the course of time
33 constantly re-evaluating existing Clojure definitions and adding new ones to
34 their running applications. You never stop/start a Clojure application while
43 CIDER's built on top of https://github.com/nrepl/nrepl[nREPL], the Clojure networked REPL server.
49 Clojure code gets executed by an nREPL server. CIDER sends requests to the
57 editor-agnostic and is being used by other Clojure development
H A Dadditional_packages.adoc3 There are many additional Emacs packages that can enhance your Clojure programming
10 * Generic Emacs packages useful for Clojure programming
75 Flycheck checker for Clojure that provides instant linting of clojure code as you type, via
84 Flycheck checker for Clojure, using tools like
98 Clojure.
115 when editing Clojure (or any other Lisp) code is highly
128 to paredit. Many Clojure hackers have adopted it recently and you might want
164 IMPORTANT: It's generally a bad idea to mix Clojure programming environments, as all of those
168 This section enumerates other Emacs packages that provide a Clojure programming environment
173 This package provides basic interaction with a Clojure subprocess (REPL). It's
[all …]
H A Dfaq.adoc13 CIDER officially supports Emacs 25.1+, Java 8+ and Clojure(Script) 1.8+.
15 NOTE: CIDER 0.17 was the final release which supported Java 7 and Clojure(Script) 1.7.
23 introduced in Clojure 1.8) down the road.
38 == Isn't IntelliJ's Cursive the best Clojure IDE?
53 == Is using CIDER a good idea if I'm new to both Emacs and Clojure?
81 …tween the functionality for ClojureScript and Clojure (as it stands today a lot of functionality i…
88 == Is it true that stable CIDER releases often happen around major Clojure conferences?
92 TIP: Inviting Bozhidar or any other core CIDER developers to present at Clojure
117 == Will CIDER eventually support the Clojure 1.8 socket REPL?
126 == Will CIDER eventually support the Clojure 1.10 prepl?
/dports/devel/swank-clojure/swank-clojure-1.2.1/
H A DREADME.md1 # Swank Clojure
3 [Swank Clojure](http://github.com/technomancy/swank-clojure) is a
5 Superior Lisp Interaction Mode for Emacs) to connect to Clojure
11 Add Swank Clojure to your project as a development dependency to your
22 Note that the lein-swank plugin now comes with Swank Clojure; it does
72 * **C-c C-z**: Switch from a Clojure buffer to the repl buffer
80 distinction between interpreted code and compiled code. Clojure has no
83 Clojure.
87 You can embed Swank Clojure in your project, start the server from
108 Previous versions of Swank Clojure bundled an Elisp library called
H A DNEWS1 Swank Clojure NEWS -- history of user-visible changes
21 * Relicense to the EPL (same as Clojure).
23 * Better compatibility with Clojure 1.2.
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/platforms/
H A Doverview.adoc5 While CIDER was created to serve as a Clojure(Script) programming environment, due to the flexibili…
11 used together with Clojure. In practice this translates to CIDER evaluating Clojure code in some ca…
18 Another problem is that some of the functionality is specific to Clojure and doesn't make much sens…
22 …generic versions that dispatch on the type of the nREPL connection (e.g. Clojure, Racket, Fennel, …
32 All of them are derived from Clojure, so supporting them didn't really require much work.
H A Dbabashka.adoc3 Babashka is highly compatible with Clojure, so it works with CIDER out of the box. All you need to …
13 NOTE: Depending on your CIDER version you might get some warnings about missing Clojure/nREPL versi…
18 == Differences with Clojure
20 There are a few differences between Babashka and Clojure that you should keep in mind:
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/_includes/get_started/linux/clojure/
H A Dbuild-from-source.md1 You can use the Maven packages defined in the following dependency to include MXNet in your Clojure
2 project. To maximize leverage, the Clojure package has been built on the existing Scala package. Pl…
4 to help you with the setup process that is required to use the Clojure dependency.
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/_includes/get_started/linux/clojure/
H A Dbuild-from-source.md1 You can use the Maven packages defined in the following dependency to include MXNet in your Clojure
2 project. To maximize leverage, the Clojure package has been built on the existing Scala package. Pl…
4 to help you with the setup process that is required to use the Clojure dependency.
/dports/www/nextcloud/nextcloud/apps-pkg/text/js/highlight/
H A Dclojure-repl.js.map1Clojure REPL\nDescription: Clojure REPL sessions\nAuthor: Ivan Sagalaev <maniac@softwaremaniacs.or…
/dports/lang/clojure/clojure-tools/
H A Dclojure196 You use the Clojure tools ('clj' or 'clojure') to run Clojure programs
198 The Clojure tools will configure the JVM process by defining a classpath
202 Using a deps.edn file (or files), you tell Clojure where your source code
203 resides and what libraries you need. Clojure will then calculate the full
207 The internal steps of the Clojure tools, as well as the Clojure functions
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/cljs/
H A Doverview.adoc6 debugger are currently Clojure-only features.
8 Unlike the Clojure ecosystem that is dominated by a single REPL, the
25 * You start a regular Clojure REPL
26 * You run some Clojure code in it, that converts it to a ClojureScript REPL
28 This means that jacking-in is a two-fold process for ClojureScript, compared to Clojure,
31 On the bright side - this also means that you can host side by side Clojure and ClojureScript
97 attempting to upgrade a Clojure REPL to a ClojureScript REPL. The nature of this check
/dports/devel/leiningen/leiningen-2.9.8/test_projects/more-gen-classes/
H A DREADME.md3 A Clojure library designed to ... well, that part is up to you.
13 Distributed under the Eclipse Public License, the same as Clojure.
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Clojure/
H A DEmitter.pm17 package Perlito6::Clojure::LexicalBlock;
99 … ((my $block) = Perlito6::Clojure::LexicalBlock->new(('block' => $decl->block())));
415 …((my $block1) = Perlito6::Clojure::LexicalBlock->new(('block' => (defined $self->{body} ? $self->…
416 …((my $block2) = Perlito6::Clojure::LexicalBlock->new(('block' => (defined $self->{otherwise} ? $s…
428 …((my $block) = Perlito6::Clojure::LexicalBlock->new(('block' => (defined $self->{body} ? $self->{…
471 …((my $block) = Perlito6::Clojure::LexicalBlock->new(('block' => (defined $self->{block} ? $self->…
496 …((my $block) = Perlito6::Clojure::LexicalBlock->new(('block' => (defined $self->{block} ? $self->…
/dports/lang/clojure-mode.el/clojure-mode-5.11.0/
H A DREADME.md6 # Clojure Mode
9 [Clojure(Script) programming language](http://clojure.org).
74 * `clojure-mode` is a major mode for editing Clojure code
103 Please, refer to the guide for the general Clojure indentation rules.
374 * The use of [paredit][] when editing Clojure (or any other Lisp) code
378 it for Clojure buffers:
385 (newer) alternative to paredit. Many Clojure hackers have adopted it
416 One of the fundamental aspects of Lisps in general, and Clojure in
426 running Clojure process and evaluating code interactively.
436 [CIDER][] is a powerful Clojure interactive development environment,
[all …]

12345678910>>...36