Search Results: Clojure (programming language)
Redirect to:
Clojure
Senin, 2026-05-25 00:54:10Clojure (/ˈkloʊʒər/, like closure) is a dynamic and functional dialect of the programming language Lisp on the Java platform. Like most other Lisps, Clojure's...
Click to read more »Lisp (programming language)
Selasa, 2026-04-21 01:51:55best-known general-purpose Lisp dialects are Common Lisp, Scheme, Racket, and Clojure. Lisp was originally created as a practical mathematical notation for computer...
Click to read more »Rich Hickey
Kamis, 2026-01-15 12:32:54of the Clojure programming language. Clojure is a Lisp dialect built on top of the Java Virtual Machine. He also created or designed ClojureScript and...
Click to read more »Persistent data structure
Jumat, 2026-04-24 20:45:00Retrieved 2018-10-23. "Clojure - Differences with other Lisps". clojure.org. Retrieved 2018-10-23. "Clojure - Data Structures". clojure.org. Retrieved 2018-10-23...
Click to read more »List of programming languages by type
Sabtu, 2026-05-23 02:54:54agents, which are abstractions of objects that can message other agents. Clojure F# GOAL SARL Array programming (also termed vector or multidimensional)...
Click to read more »Ahead-of-time compilation
Senin, 2025-05-26 21:06:23Sciences, 2021-01-30, retrieved 2021-03-17 "Clojure - Ahead-of-time Compilation and Class Generation". clojure.org. Retrieved 2021-03-17. "Hermes: A new...
Click to read more »Heroku
Selasa, 2026-03-03 20:40:29Ruby programming language, but now also supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot...
Click to read more »Modulo
Kamis, 2026-06-04 15:35:25Retrieved 2022-10-04. "clojure.core - Clojure v1.10.3 API documentation". clojure.github.io. Retrieved 2022-03-16. "clojure.core - Clojure v1.10.3 API documentation"...
Click to read more »Functional programming
Kamis, 2026-05-14 03:35:30seeing use today in industry and education, including Common Lisp, Scheme, Clojure, Wolfram Language, Racket, Erlang, Elixir, OCaml, Haskell, and F#. Lean...
Click to read more »Hash array mapped trie
Selasa, 2026-02-03 05:13:25Infoscience Department, École Polytechnique Fédérale de Lausanne. "clojure/clojure". GitHub. 8 December 2022. "Frege/frege". GitHub. 7 December 2022....
Click to read more »Comparison of multi-paradigm programming languages
Sabtu, 2026-05-09 13:22:58RulesEngine Clojure - Concurrent Programming Clojure - core.async Clojure - Functional Programming Clojure - Macros Clojure - core.logic Clojure - Threading...
Click to read more »List comprehension
Senin, 2026-05-11 10:35:51constructs List Comprehensions across languages Axiom stream examples Clojure API documentation - for macro Implementation of a Lisp comprehension macro...
Click to read more »Elixir (programming language)
Kamis, 2026-06-04 14:36:31aimed at large-scale sites and apps. It uses features of Ruby, Erlang, and Clojure to develop a high-concurrency and low-latency language. It was designed...
Click to read more »Leiningen (software)
Selasa, 2025-12-02 10:33:41tool for the simple configuration of software projects written in the Clojure programming language. Leiningen was created by Phil Hagelberg. Phil started...
Click to read more »Higher-order function
Sabtu, 2026-03-07 07:00:28In mathematics and computer science, a higher-order function (HOF) is a function that does at least one of the following: takes one or more functions as...
Click to read more »Comparison of functional programming languages
Jumat, 2026-03-06 21:38:58Retrieved 8 February 2020. "Clojure Functional Programing". "Clojure - lazy". Retrieved 27 November 2013. "Exploring clojure: dynamic typing". 7 December...
Click to read more »List of CLI languages
Kamis, 2025-03-20 14:23:35objects. The compiler is provided by Microsoft. ClojureCLR A port of Clojure to the CLI, part of the Clojure project. Component Pascal A CLI-compliant Oberon...
Click to read more »Scala (programming language)
Senin, 2026-04-20 18:10:49testing frameworks written in Java. Scala is often compared with Groovy and Clojure, two other programming languages also using the JVM. Substantial differences...
Click to read more »Mustache (template system)
Minggu, 2026-05-10 23:21:42web applications. Implementations are available in ActionScript, C++, Clojure, CoffeeScript, ColdFusion, Common Lisp, Crystal, D, Dart, Delphi, Elixir...
Click to read more »Gremlin (query language)
Sabtu, 2026-05-30 07:07:23various Gremlin dialects including Gremlin-Groovy, Gremlin-Scala, Gremlin-Clojure, etc. The above Gremlin-Java8 traversal is ultimately compiled down to...
Click to read more »Rational data type
Jumat, 2024-10-18 02:20:17contents of its standard library's <ratio> header since its 2011 revision. Clojure can perform arithmetic on rational numbers and offers a literal form to...
Click to read more »Safe navigation operator
Senin, 2026-02-02 13:05:16callback = x => x * x; // squares x int result = callback?.Invoke(5); Clojure doesn't have true operators in the sense other languages uses it, but as...
Click to read more »Tail call
Senin, 2026-04-06 05:03:35function factorial(n::Integer)::Integer return fact_iter(n, one(n)) end Clojure – Clojure has recur special form. Common Lisp – Some implementations perform...
Click to read more »Coroutine
Sabtu, 2026-05-30 09:06:14is a third-party library providing support for stackless coroutines in Clojure. It's implemented as a macro, statically splitting an arbitrary code block...
Click to read more »Data-driven programming
Kamis, 2026-03-26 16:18:1971–75. doi:10.1145/74877.74885. ISBN 0897913337. S2CID 7372657. "Clojure". www.clojure.org. Retrieved 2018-06-05. Ierusalimschy, Roberto; de Figueiredo...
Click to read more »Docstring
Jumat, 2025-12-19 14:51:20Programming languages that support docstring include Python, Lisp, Elixir, Clojure, Gherkin, Julia and Haskell. Tools that leverage docstring text include...
Click to read more »Boot (software)
Rabu, 2025-01-08 14:04:24build automation and dependency management tool written primarily in the Clojure programming language. Boot was originally written by Micha Niskin and Alan...
Click to read more »Comparison of programming languages (list comprehension)
Rabu, 2025-11-26 08:22:52List comprehension is a syntactic construct available in some programming languages for creating a list based on existing lists. It follows the form of...
Click to read more »History of programming languages
Selasa, 2026-06-02 22:42:042003 – Groovy 2003 – Scala 2005 – F# 2005 – Haxe 2006 – PowerShell 2007 – Clojure 2008 – Nim 2009 – Go Logos Programming language evolution continues with...
Click to read more »List of JVM languages
Rabu, 2026-04-29 19:11:45language Clojure (no longer in top 50, is one of 51–100, at one point at #47), a dynamic, and functional dialect of the Lisp programming language (ClojureScript...
Click to read more »Erlang (programming language)
Selasa, 2026-02-10 03:17:16Long Road to Enlightenment: a Historical and Personal Narrative". Vimeo. "Clojure: Lisp meets Java, with a side of Erlang - O'Reilly Radar". radar.oreilly...
Click to read more »Hy (programming language)
Senin, 2026-03-23 10:20:16can be used to write domain-specific languages. Similar to Kawa's and Clojure's mappings onto the Java virtual machine (JVM), Hy is meant to operate as...
Click to read more »Puppet (software)
Senin, 2026-06-01 06:38:04library, is also written in Ruby. Puppet Server and Puppet DB are written in Clojure. It is developed by Puppet Inc., which is owned by Perforce, which is owned...
Click to read more »Interface description language
Kamis, 2026-04-30 10:33:12Cross-platform Service Description Language Extensible Data Notation (EDN): Clojure data format, similar to JSON FlatBuffers: Serialization format from Google...
Click to read more »Haskell
Senin, 2026-04-13 12:13:22February 2012.{{cite news}}: CS1 maint: location (link) Hickey, Rich. "Clojure Bookshelf". Listmania!. Archived from the original on 3 October 2017. Retrieved...
Click to read more »Generational list of programming languages
Sabtu, 2026-05-02 10:35:35Erlang) PDL (also under APL) Raku QuakeC tcsh (also under sh) C# Chapel Clojure Crystal D J# Dart F# Hack Java Kotlin Nemerle Oxygene Rust Swift Vala TypeScript...
Click to read more »Contributor license agreement
Sabtu, 2026-05-09 17:07:22CLAs include: .NET Foundation Apache Software Foundation Canonical Ltd Clojure Cloud Native Computing Foundation CyanogenMod Diaspora Digia/Qt Project...
Click to read more »SoundCloud
Jumat, 2026-06-05 13:30:29content. Users 140 million users monthly (2023) Launched 17 October 2008; 17 years ago (2008-10-17) Current status Active Written in Ruby Scala Clojure...
Click to read more »Unit testing
Selasa, 2026-05-26 03:38:05"Minitest (Ruby 2.0)". Ruby-Doc.org. Sierra, Stuart. "API for clojure.test - Clojure v1.6 (stable)". Retrieved 11 February 2015. "Pester Framework"....
Click to read more »Processing
Rabu, 2026-06-03 11:00:37platform using JRuby. Quil is an interactive animation library for Clojure and ClojureScript based on Processing. Sketch is a Common Lisp library highly...
Click to read more »List of build automation software
Selasa, 2026-03-03 10:59:13used for building Linux distributions; written in Python Boot; written in Clojure Boost boost.build – For C++ projects, cross-platform, based on Perforce...
Click to read more »Foreign function interface
Senin, 2026-03-09 00:15:05cases, in which the languages compile into the same bytecode VM, like Clojure and Java, as well as Elixir and Erlang. Since there is no interface, it...
Click to read more »List of unit testing frameworks
Selasa, 2026-03-17 13:22:40Google Project Hosting. Retrieved 2012-11-12. "clojure.test - Clojure v1.9 API documentation". Clojure.github.com. Archived from the original on 2013-01-17...
Click to read more »Wolfram Mathematica
Sabtu, 2026-04-25 12:00:35Mathematica include Haskell, AppleScript, Racket, Visual Basic, Python, and Clojure. Mathematica supports the generation and execution of Modelica models for...
Click to read more »Homoiconicity
Jumat, 2026-01-16 14:08:09manipulated by other Lisp code. Other examples are the programming languages Clojure (a contemporary dialect of Lisp), Rebol (also its successor Red), Refal...
Click to read more »Anonymous function
Kamis, 2026-02-19 00:22:34from the original on 2014-01-06. Retrieved 2014-01-05. "Clojure - Higher Order Functions". clojure.org. Retrieved 2022-01-14. "Managed COBOL Reference"....
Click to read more »Java (software platform)
Jumat, 2026-06-05 11:52:37several languages have been designed to run natively on the JVM, including Clojure, Groovy, and Scala. Java syntax borrows heavily from C and C++, but object-oriented...
Click to read more »ML (programming language)
Jumat, 2026-05-22 17:18:22Lazy ML, ATS Influenced by ISWIM, POP-2, PAL, GEDANKEN Influenced Caml, Clojure, Cyclone, C++, Elm, Erlang, F#, F*, Haskell, Idris, Kotlin, Miranda, Nemerle...
Click to read more »MurmurHash
Jumat, 2026-05-22 02:51:11C, Go, C#, D, Lua, Perl, Ruby, Rust, PHP, Common Lisp, Haskell, Elm, Clojure, Scala, Java, Erlang, Swift, Object Pascal, Kotlin, JavaScript, OCaml and...
Click to read more »Comparison of MQTT implementations
Kamis, 2026-05-28 04:11:53eclipse.org. "M2MQTT Releases". GitHub. "Machine Head". clojurewerkz.org. "ClojureWerks". clojurewerz.org. "Mongoose networking library for C/C++". mongoose...
Click to read more »MiniKanren
Kamis, 2026-05-21 19:32:57making it a theorem-explorer. There are implementations of miniKanren in Clojure, Dart, Haskell, JavaScript, Python, Racket, Ruby, Scala, and Swift. The...
Click to read more »Function overloading
Minggu, 2026-03-22 04:30:12overriding Object-oriented programming Operator overloading "Clojure - Learn Clojure - Functions". clojure.org. Retrieved 2023-06-13. "Crystal Docs". crystal-lang...
Click to read more »Logseq
Jumat, 2026-05-29 08:10:16Tienson Qin Developer Logseq Inc Initial release October 1, 2020 Written in Clojure, TypeScript Platform Windows, macOS, Android, Linux, iOS, BSD Type Personal...
Click to read more »Deeplearning4j
Sabtu, 2026-05-30 07:06:47the widely used programming language Java, though it is compatible with Clojure and includes a Scala application programming interface (API). It is powered...
Click to read more »Racket (programming language)
Minggu, 2026-04-26 07:27:14Bonnaire-Sergeant, Ambrose (2012). A Practical Optional Type System for Clojure (Thesis). The University of Western Australia. "Planet2 questions". "Rust...
Click to read more »Partial application
Minggu, 2026-02-15 11:21:52parameter lists as currying, e.g. def add(x: Int)(y: Int) = {x+y}; add(1) _. Clojure implements partial application using the partial function defined in its...
Click to read more »Haxe
Senin, 2026-05-25 00:53:22(programming language) Nim (programming language) Opa (programming language) Clojure CoffeeScript TypeScript Scala (programming language) Vala (programming...
Click to read more »List of concurrent and parallel programming languages
Kamis, 2026-03-19 13:06:27SystemVerilog Verilog Verilog-AMS - math modeling of continuous time systems VHDL Clojure Concurrent ML Elixir Elm Erlang Futhark Gleam Haskell Id MultiLisp SequenceL...
Click to read more »Loose coupling
Jumat, 2025-10-17 16:14:49languages have patterns of Continuations, Closure, or generators. See Clojure and Lisp as examples of functional programming languages. Object-oriented...
Click to read more »Eclipse (software)
Sabtu, 2026-05-30 07:06:50other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, HLASM, JavaScript, Julia,...
Click to read more »Gradual typing
Selasa, 2026-03-03 12:25:33Hack (for PHP), PHP (since 7.0), Typed Racket (for Racket), Typed Clojure (for Clojure), or cperl (a typed Perl 5). ActionScript was a gradually typed language...
Click to read more »Infrastructure as code
Jumat, 2026-05-15 03:40:56— Puppet Puppet (2005) Push and Pull Declarative and imperative C++ & Clojure since 4.0, Ruby — Chef Chef (2009) Pull Declarative and imperative Ruby...
Click to read more »Fiji (software)
Selasa, 2026-01-06 11:09:45in the form of a script editor which supports BeanShell, Jython, JRuby, Clojure, Groovy, JavaScript, and other scripting languages, as well as just-in-time...
Click to read more »Modular programming
Senin, 2026-05-18 21:01:54formally support the module concept include Ada, ALGOL, BlitzMax, C++, C#, Clojure, COBOL, Common Lisp, D, Dart, eC, Erlang, Elixir, Elm, F, F#, Fortran,...
Click to read more »Underscore
Jumat, 2026-05-22 19:57:44is a special array variable that holds the arguments to a function. In Clojure, it indicates an argument whose value will be ignored. In Python, it is...
Click to read more »Prismatic (app)
Selasa, 2025-12-16 21:39:20functional to the frontend: Clojure + ClojureScript for the web". Retrieved 1 April 2013. "Why Prismatic Goes Faster With Clojure". Retrieved 4 June 2014...
Click to read more »Robert C. Martin
Rabu, 2026-05-20 05:59:42In a 2024 interview Martin stated that he is programming primarily with Clojure. Martin is a proponent of software craftsmanship, agile software development...
Click to read more »Datomic
Selasa, 2025-08-05 04:16:48been designed for first-class use with JVM languages such as Java and Clojure. In its reference architecture, Datomic uses peers and transactors which...
Click to read more »Benevolent dictator for life
Rabu, 2026-06-03 23:33:12Van Rossum, The Father Of Python". TechCrunch. Retrieved June 1, 2015. "Clojure JIRA Workflow". Archived from the original on November 13, 2015. Retrieved...
Click to read more »Multiversion concurrency control
Selasa, 2025-10-21 07:13:18Timestamp-based concurrency control Vector clock Version control "Clojure - Refs and Transactions". clojure.org. Retrieved 2019-04-12. Ramakrishnan, R., & Gehrke...
Click to read more »List of Lisp software and tools
Rabu, 2026-02-18 15:22:20Lisp syntax and REPL Vim — via Slimv plugin VS Code — via Common Lisp and Clojure extensions XEmacs – graphical- and console-based text editor Another System...
Click to read more »Interning (computer science)
Senin, 2025-08-11 21:07:45of interned symbols persists in more recent dialects of Lisp, such as Clojure in special forms such a (def symbol) which perform symbol creation and...
Click to read more »List of programming languages
Minggu, 2026-05-31 10:48:50Cilk (also Cilk++ and Cilk plus) Claire Clarion Clean Clipper CLIPS CLIST Clojure CLU CMS-2 COBOL – ISO/IEC 1989 CobolScript – COBOL Scripting language Cobra...
Click to read more »List of Java software and tools
Sabtu, 2026-05-30 07:08:58build automation and dependency management Boot – build automation for Clojure CMake – build tool with limited support for java Gradle – modern build...
Click to read more »Htmx
Selasa, 2026-05-26 07:16:15engines, including Node.js, Django, Flask, Adobe ColdFusion, ASP.NET, Java, Clojure, and Ruby on Rails. Such libraries are usually a matter of nothing more...
Click to read more »BEAM (Erlang virtual machine)
Senin, 2026-05-11 20:09:14Overflow developer survey. Other notable examples include: Clojerl, a port of Clojure to BEAM Cuneiform, a language for large-scale scientific data analysis...
Click to read more »Design by contract
Sabtu, 2026-05-30 09:06:57natively include: Ada 2012 SPARK (via static analysis of Ada programs) Ciao Clojure Cobra C++ (since C++26) D Dafny Eiffel Fortress Kotlin Mercury Oxygene...
Click to read more »Java virtual machine
Kamis, 2026-05-28 13:33:37Of the new from-scratch languages created to compile to Java bytecode, Clojure, Groovy, Scala and Kotlin may be the most popular. A notable feature of...
Click to read more »Java (programming language)
Rabu, 2026-06-03 22:23:25Pascal, Object Pascal Influenced Ada 2005, ArkTS, BeanShell, C#, Chapel, Clojure, ECMAScript, Fantom, Gambas, Groovy, Hack, Haxe, J#, JavaScript, JS++,...
Click to read more »Recursion (computer science)
Senin, 2026-05-18 08:29:35within its own code. Some functional programming languages (for instance, Clojure) do not define any built-in looping constructs, and instead rely solely...
Click to read more »Datalog
Sabtu, 2026-05-16 05:14:53dimension to the logic Cascalog 2014 Clojure Apache 2.0 can query other DBMS Data processing and querying library for Clojure and Java, designed to be used on...
Click to read more »Eclipse Public License
Selasa, 2025-09-23 15:08:52especially those running on the Java virtual machine. AT&T KornShell Clojure (and ClojureScript) Graphviz Jikes RVM JUnit Mondrian OpenDaylight Project UWIN...
Click to read more »Comment (computer programming)
Sabtu, 2026-05-30 22:21:36PHPDoc. Forms of docstring are supported by Python, Lisp, Elixir, and Clojure. C#, F# and Visual Basic .NET implement a similar feature called "XML Comments"...
Click to read more »Ruby (programming language)
Selasa, 2026-06-02 18:39:51C++, CLU, Dylan, Eiffel, Lisp, Lua, Perl, Python, Smalltalk Influenced Clojure, CoffeeScript, Crystal, D, Elixir, Groovy, Julia, Mirah, Nu, Rust, Swift...
Click to read more »JSON Web Token
Rabu, 2026-04-01 17:24:01frameworks, including but not limited to: .NET (C# VB.Net etc.) C C++ Clojure Common Lisp Dart Elixir Erlang Go Haskell Java JavaScript Julia Lua Node...
Click to read more »Software transactional memory
Kamis, 2025-09-04 22:31:56Approach (tutorial)". GitHub. "Refs and Transactions". Clojure.org. "Poor man's STM in Node.js". Clojure.org. "talhof8/kashmir". GitHub. "Rust Package Registry"...
Click to read more »Concurrency (computer science)
Minggu, 2026-03-01 04:59:21process. Dining philosophers problem Chu space Client–server network nodes Clojure Cluster nodes Concurrency control Concurrent computing Concurrent object-oriented...
Click to read more »Wolfram Language
Sabtu, 2026-05-09 08:31:35Paper Is Obsolete". The Atlantic. Retrieved 2018-04-10. Hickey, Rich. "Clojure Bookshelf". Amazon.com. Archived from the original on 2017-10-03. Retrieved...
Click to read more »Database scalability
Rabu, 2026-01-14 05:47:00scalability". Infosecurity Magazine. Retrieved 2019-04-11. "Clojure - Refs and Transactions". clojure.org. Retrieved 2019-04-12. "Introduction To Reverse Key...
Click to read more »Dynamic Data Exchange
Senin, 2025-07-21 14:08:16Programming for Windows 95. Microsoft Press. MSDN: About Dynamic Data Exchange (DDE) NetDDE Clojure Bindings for DDE, for use in Clojure or Java Applications...
Click to read more »Apache Storm
Senin, 2026-06-01 16:41:24distributed stream processing computation framework written predominantly in the Clojure programming language. Originally created by Nathan Marz and team at BackType...
Click to read more »Nubank
Jumat, 2026-05-29 22:11:21the company also acquired Cognitect, responsible for Datomic and the Clojure programming language. In September 2020, Nubank acquired Easynvest, an...
Click to read more »Higher-order programming
Kamis, 2026-01-01 09:13:21(ActionScript, JavaScript, JScript), F#, Haskell, Lisp (Common Lisp, Scheme, Clojure, others), Lua, Oz, Perl, PHP, Prolog, Python, Ruby, Smalltalk, Scala, ML...
Click to read more »OpenRefine
Selasa, 2026-01-06 11:15:38General Refine Expression Language (GREL), in Jython (i.e., Python), and in Clojure. The program operates as a local web app: it starts a web server and opens...
Click to read more »IntelliJ IDEA
Jumat, 2026-03-27 08:49:12XSL, XPATH Supported in both Community and Ultimate Edition via plugins: Clojure CloudSlang Dart Elm Erlang Gosu Haskell Haxe Julia Lua Perl Python R Rust...
Click to read more »List of Lisp-family programming languages
Senin, 2026-05-11 21:22:34(2019-11-27). "Introducing Chialisp". Chia Network. Retrieved 2022-04-08. "Clojure". Clojure.org. Retrieved 2015-09-15. "CLHS: About the Common Lisp HyperSpec:...
Click to read more »GitHub Codespaces
Senin, 2026-05-25 13:32:20with GitHub Codespaces for cloud-based development environments. C C++ C# Clojure CoffeeScript CSS Dart Diff Docker F# Go Groovy Handlebars HLSL HTML INI...
Click to read more »AllegroGraph
Minggu, 2026-02-22 17:50:25AllegroGraph has client interfaces for Java, Python, Ruby, Perl, C#, Clojure, and Common Lisp. The product is available for Windows, Linux, and Mac...
Click to read more »Structure and Interpretation of Computer Programs
Minggu, 2025-08-10 03:14:36StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »List of numerical-analysis software
Sabtu, 2026-04-25 12:00:35programming interface (API) is similar to MATLAB. Clojure with numeric libraries Neanderthal, ClojureCUDA, and ClojureCL to call optimized matrix and linear algebra...
Click to read more »Steve Yegge
Senin, 2026-04-13 01:34:57archival service (link) CS1 maint: numeric names: authors list (link) "Is Clojure An Acceptable Lisp?". PaulBarry.com. 2009-02-05. Archived from the original...
Click to read more »General-purpose programming language
Sabtu, 2026-05-16 18:54:42The following are some general-purpose programming languages: C C++ C# Clojure Crystal D Dart Delphi Elixir Erlang F# Gleam Go Harbour Haskell Java JavaScript...
Click to read more »Prefix sum
Rabu, 2026-03-04 19:04:11scan Exclusive scan APL +\ C++ std::inclusive_scan std::exclusive_scan Clojure reductions without init reductions with init CUDA thrust::inclusive_scan...
Click to read more »Logo (programming language)
Senin, 2026-05-18 03:35:47StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Cognician
Sabtu, 2024-12-07 13:40:39backend systems are implemented using Clojure. Cognician uses Datomic, a distributed database also built with Clojure, as well as Memcached for transitory...
Click to read more »Light Table (software)
Minggu, 2026-04-26 13:47:03effects as they write the code. Though the program began by supporting only Clojure, it has since aimed to support Python and JavaScript. The developers claim...
Click to read more »Operator overloading
Selasa, 2026-04-21 03:47:32Operators Not overloadable Overloadable New definable ML Prolog ALGOL 68 Clojure Eiffel Fortran F# Haskell Julia R Scala Smalltalk Swift Limited set BASIC...
Click to read more »JVM bytecode
Sabtu, 2026-05-30 07:06:31compile from the language Ada to JVM bytecode C to Java byte-code compilers Clojure, a functional, immutable, general-purpose language in the Lisp family with...
Click to read more »Common Lisp
Selasa, 2026-06-02 13:59:41Influenced by Lisp, Lisp Machine Lisp, Maclisp, Scheme, Interlisp Influenced Clojure, Dylan, Emacs Lisp, EuLisp, ISLISP, *Lisp, AutoLisp, Julia, Moose, R, SKILL...
Click to read more »C++
Kamis, 2026-06-04 04:33:31Modula-2, Simula, Smalltalk Influenced Ada 95, C#, C99, Carbon, Chapel, Clojure, D, Java, JS++, Lua, Nim, Objective-C++, Perl, PHP, Python, Rust C++ Programming...
Click to read more »SLIME
Jumat, 2026-02-13 09:50:01leverage SLIME with an editor plugin, or have plugins inspired by SLIME: Clojure JavaScript Scheme Kawa, a Scheme implementation GNU R Ruby MIT Scheme SLIME...
Click to read more »Lambda architecture
Selasa, 2025-02-11 09:33:23Werner. "Nathan Marz on Storm, Immutability in the Lambda Architecture, Clojure". www.infoq.com. Interview with Nathan Marz, 6 April 2014 Bijnens, Nathan...
Click to read more »Filter (higher-order function)
Jumat, 2025-10-03 01:14:44remove_copy_if in the SGI Standard Template Library (STL) spec clojure.core/filter on ClojureDocs Function COMPLEMENT in the Common Lisp HyperSpec Function...
Click to read more »Metaprogramming
Rabu, 2026-01-28 20:42:39learn how to use these features as part of convention. Lisp, most dialects Clojure Common Lisp Racket Scheme hygienic macros MacroML Template Haskell Scala...
Click to read more »Concurrent computing
Minggu, 2026-05-17 01:58:26lock, yield, also since version 5.0 async and await keywords introduced Clojure – modern, functional programming dialect of Lisp on the Java platform Concurrent...
Click to read more »FMSLogo
Sabtu, 2026-05-16 08:49:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Brent's method
Kamis, 2026-03-26 22:10:50Julia (programming language) The Emmy computer algebra system (written in Clojure (programming language)) implements a variant of the algorithm designed...
Click to read more »Superoptimization
Selasa, 2026-05-19 08:29:41feasibility study by Embecosm (2014) for AVR, based on GSO For the JVM: Clojure superoptimizer for the Java virtual machine (2012) For LLVM IR: souper...
Click to read more »Bazel (software)
Kamis, 2026-05-21 15:02:47Examples of such systems include Ant and Maven for Java, Leiningen for Clojure, sbt for Scala, etc. In a repository with multiple languages, combining...
Click to read more »Programming language
Sabtu, 2026-05-23 00:36:29considered Lisp dialects, although they vary wildly as do, say, Racket and Clojure. As it is common for one language to have several dialects, it can become...
Click to read more »Meta-circular evaluator
Kamis, 2026-05-21 01:36:23chronological order: Lisp, 1958 Scheme, 1975 Pico, 1997 ActorScript, 2009? Clojure, 2007 Forth, 1968 PostScript, 1982 Prolog, 1972 TeX, based on virgin TeX...
Click to read more »Comparison of online source code playgrounds
Senin, 2026-02-09 02:05:44TypeScript OneCompiler Free Yes Yes No Yes Ada, Assembly, Bash, C, C++, C#, Clojure, Cobol, CoffeeScript, CommonLisp, CSS, D, Elixir, Erlang, F#, Fortran,...
Click to read more »Backus–Naur form
Rabu, 2026-05-06 11:22:58Generator Instaparse, for building parsers for context-free grammars in Clojure, extended with PEG-like syntax for lookahead and negative lookahead GNU...
Click to read more »Comparison of programming languages (syntax)
Rabu, 2026-04-22 08:02:54(then / else & function) (begin ...) Scheme (progn ...) Lisp (do ...) Clojure Indentation Off-side rule languages: Boo, Cobra, CoffeeScript, F#, Haskell...
Click to read more »List of software package management systems
Selasa, 2026-06-02 15:07:51build tool, also used by sbt Leiningen: a project automation tool for Clojure LuaRocks: a programming library and package manager for Lua Maven: a package...
Click to read more »Communicating sequential processes
Kamis, 2026-04-16 04:24:07programming languages such as Limbo, RaftLib, Erlang, Go, Crystal, and Clojure's core.async. CSP was first described by Tony Hoare in a 1978 article, and...
Click to read more »BackType
Selasa, 2026-05-05 14:51:54distributed stream processing computation framework written predominantly in the Clojure programming language was created at BackType, and later open sourced at...
Click to read more »Dynamic programming language
Rabu, 2026-03-11 15:10:01considered dynamic languages: ActionScript BeanShell C# (using reflection) Clojure CobolScript ColdFusion Markup Language Common Lisp and most other Lisps...
Click to read more »Object-oriented programming
Selasa, 2026-05-26 09:17:40called OOP "the Roman numerals of computing". Rich Hickey, creator of Clojure, described OOP as overly simplistic, especially when it comes to representing...
Click to read more »Static dispatch
Kamis, 2026-05-21 19:23:29from the final optimized output due to dead code elimination. Elements of Clojure. Lulu.com. 2019. p. 68. ISBN 9780359360581. Retrieved 17 July 2022. "Generic...
Click to read more »QuickCheck
Sabtu, 2026-02-14 06:18:39Re-implementations of QuickCheck exist for many languages: C C++ Chicken Clojure Common Lisp D Elm Elixir Erlang F#, and C#, Visual Basic (.NET) (VB.NET)...
Click to read more »Comparison of deep learning software
Sabtu, 2026-04-25 12:00:35Linux, macOS, Windows, Android (Cross-platform) C++, Java Java, Scala, Clojure, Python (Keras), Kotlin Yes No Yes No Computational Graph Yes Yes Yes Yes...
Click to read more »Ctrie
Rabu, 2025-11-12 08:41:56Ctrie was implemented Managed Ctrie Unmanaged Ctrie. A Clojure implementation is also available Clojure Ctrie. Ctries were first described in 2011 by Aleksandar...
Click to read more »First-class function
Jumat, 2026-01-16 13:55:08below) Scheme Yes Yes Yes Yes Yes SRFI 26 Julia Yes Yes Yes Yes Yes Yes Clojure Yes Yes Yes Yes Yes Yes ML Yes Yes Yes Yes Yes Yes Haskell Yes Yes Yes...
Click to read more »Call-with-current-continuation
Rabu, 2026-03-25 16:06:51StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Comparison of machine learning software
Sabtu, 2026-04-25 12:00:32C++, Python C++, Python, Julia, MATLAB, JavaScript, Go, R, Scala, Perl, Clojure Yes Yes Yes Yes Yes No Orange University of Ljubljana 1996 Yes Cross-platform...
Click to read more »Elvis operator
Selasa, 2026-05-05 15:59:40languages like C# or Dart. In several languages, such as Common Lisp, Clojure, Lua, Object Pascal, Perl, Python, Ruby, and JavaScript, there is no need...
Click to read more »Printf
Jumat, 2026-05-29 20:02:16implementation from the Java virtual machine (JVM) or other environment (such as Clojure and Scala), and languages that do not have a standard native printf implementation...
Click to read more »John McCarthy (computer scientist)
Selasa, 2026-06-02 21:59:02StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Rack (web server interface)
Senin, 2025-08-11 18:16:29"rack-compliant". Rack has inspired similar frameworks in JavaScript (jack.js), Clojure, Perl (Plack), Common Lisp (Clack), and .NET (OWIN). The characteristics...
Click to read more »Green thread
Sabtu, 2026-05-30 07:07:21bytecode produced by the Java compiler (Quasar also supports Kotlin and Clojure). There are some other programming languages that implement equivalents...
Click to read more »Examples of anonymous functions
Senin, 2026-06-01 08:46:29using the "lambda" construct, which is a reference to lambda calculus. Clojure supports anonymous functions with the "fn" special form and #() reader...
Click to read more »CircleCI
Senin, 2026-05-18 21:57:51the company, while it was 6 months before the first payment. 2013 Typed Clojure was used at CircleCI in production systems from September 2013 to September...
Click to read more »Scheme (programming language)
Sabtu, 2026-05-09 14:42:07(see Scheme implementations) Influenced by ALGOL, Lisp, MDL Influenced Clojure, Common Lisp, Dylan, EuLisp, Haskell, Hop, JavaScript, Julia, Lua, MultiLisp...
Click to read more »Outline of the Java programming language
Sabtu, 2026-05-30 07:09:16Guy L. Steele Jr. James Gosling Joshua Bloch Martin Odersky Urs Hölzle Clojure – JVM Lisp dialect Groovy JRuby – JVM Ruby implementation Jython – JVM...
Click to read more »Multiple dispatch
Rabu, 2026-04-22 18:52:42instanceof checks at one or both levels can also be used. Julia C# 4.0 Cecil Clojure Common Lisp (via the Common Lisp Object System) Dylan Emacs Lisp (via cl-defmethod)...
Click to read more »Smile (data interchange format)
Minggu, 2026-05-31 17:51:152-byte reference ids. Libraries known to support Smile include: Cheshire (Clojure) is a data encoding library that supports Smile as binary alternative to...
Click to read more »JaCoP (solver)
Kamis, 2025-05-08 02:37:15contains a wrapper for the Scala programming language, and a wrapper for Clojure is maintained as a separate project CloCoP. "JaCoP Reviews - 2025". sourceforge...
Click to read more »Boot (disambiguation)
Senin, 2026-03-16 06:54:51Boot (website), a music blog owned by Townsquare Media Boot (software), a Clojure build automation tool /boot/ directory, a protected Unix directory used...
Click to read more »Semaphore (software)
Sabtu, 2025-11-15 21:41:34projects. Semaphore supports the following programming languages: C/C++, Clojure, Elixir, Go, Java, JavaScript, PHP, Python, Ruby and Scala. Projects written...
Click to read more »Comparison of data-serialization formats
Jumat, 2026-04-24 05:01:19Extensible Data Notation (edn) Rich Hickey / Clojure community Clojure Yes Official edn spec No Yes No No Clojure, Ruby, Go, C++, Javascript, Java, CLR, ObjC...
Click to read more »Outline of software engineering
Senin, 2026-05-25 11:53:54Programming languages Ada APL B COBOL Pascal C C++ C# Clojure Common Lisp D ColdFusion Delphi Dylan Eiffel Erlang Fortran F# Groovy Java Lasso ML OCaml...
Click to read more »Penpot
Senin, 2026-01-26 09:50:47Stable release 2.8.1 / August 1, 2025; 9 months ago (2025-08-01) Written in Clojure Platform Web application Type Interface design License Mozilla Public License...
Click to read more »Shortcut Software
Selasa, 2026-01-06 22:19:06others. It is available through a web application. Shortcut is written in Clojure, with a custom JavaScript front end. Its features can also be accessed...
Click to read more »Futures and promises
Minggu, 2026-04-26 10:06:24async and await since ECMAScript 2017 Lucid (dataflow only) Some Lisps Clojure MultiLisp .NET via System.Threading.Tasks.Task C#, since .NET Framework...
Click to read more »Open Semantic Framework
Jumat, 2026-02-13 13:32:45release June 2009 Stable release OSF v 3.4 / March 2016 Written in PHP Java Clojure Operating system platform independent Type Semantic Web Linked data Knowledge...
Click to read more »Cascading (software)
Minggu, 2026-03-01 19:43:58workflows on a Hadoop cluster using any JVM-based language (Java, JRuby, Clojure, etc.), hiding the underlying complexity of MapReduce jobs. It is open...
Click to read more »Viterbi algorithm
Selasa, 2026-05-05 03:34:32Intelligence, vol. PAMI-2, March 1980, pp. 181–185. Implementations in Java, F#, Clojure, C# on Wikibooks Tutorial on convolutional coding with viterbi decoding...
Click to read more »Exception handling (programming)
Jumat, 2026-05-29 11:23:46exception handling. This includes ActionScript, Ada, BlitzMax, C++, C#, Clojure, COBOL, D, ECMAScript, Eiffel, Java, ML, Object Pascal (e.g. Delphi, Free...
Click to read more »Robert Tappan Morris
Kamis, 2026-05-14 11:39:19StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Nyquist (programming language)
Selasa, 2026-05-19 14:41:47Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Type system
Senin, 2026-04-27 04:45:27types and argument types respectively. Certain languages, for example Clojure, Common Lisp, or Cython are dynamically type checked by default, but allow...
Click to read more »Fold (higher-order function)
Sabtu, 2026-05-16 04:26:12the obj Clojure (reduce func initval list) (reduce func initval (reverse list)) (reduce func list) (reduce func (reverse list)) See also clojure.core.reducers/fold...
Click to read more »Probabilistic programming
Sabtu, 2026-01-17 01:33:40Edward2 TensorFlow Probability Python Pyro PyTorch Python NumPyro JAX Python Birch C++ PSI D Blang MultiVerse Python Python Anglican Clojure Clojure...
Click to read more »Closure
Rabu, 2026-05-13 18:01:18Like)", a 2019 song by Lil Nas X Clozure, an implementation of Common Lisp Clojure, a dialect of Lisp symbiotic with the Java platform This disambiguation...
Click to read more »Associative array
Kamis, 2026-05-28 17:49:26dictionaries; in Perl and Ruby they are called hashes; in C++, C#, Java, Go, Clojure, Scala, OCaml, Haskell they are called maps (see map (C++), unordered_map...
Click to read more »Zipper (data structure)
Senin, 2026-03-16 22:53:47Zipper: the context of a traversal jafingerhut (22 October 2010). "clojure.zip/zipper". ClojureDocs. Retrieved 15 June 2013. Chung-chieh Shan, Oleg Kiselyov...
Click to read more »Richard Stallman
Jumat, 2026-05-15 14:52:13StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Libffi
Kamis, 2026-06-04 12:25:46for passing and returning structure arguments by value. pixie pixie (a Clojure inspired Lisp dialect) uses libffi as the default foreign function interface...
Click to read more »Source-to-source compiler
Selasa, 2026-05-12 04:55:02ES5 Cerberus X Cerberus JavaScript, Java, C++, C# Cfront C++ C ClojureScript Clojure JavaScript CoffeeScript CoffeeScript JavaScript Dafny Dafny C#,...
Click to read more »Empire State University
Kamis, 2026-04-30 11:53:52Herbert (1988), The New York Times columnist Rich Hickey (1992), creator of Clojure programming language Erick Johnson, American contemporary artist Bernard...
Click to read more »Lisp machine
Jumat, 2026-04-17 06:21:19StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »CodinGame
Rabu, 2026-01-21 18:12:12for solving puzzles or taking part in contests are: Bash, C, C++, C#, Clojure, D, Dart, F#, Go, Groovy, Haskell, Java, JavaScript, Kotlin, Lua, Objective-C...
Click to read more »Dart (programming language)
Senin, 2026-06-01 21:50:26Applications, Snapshots, Isolates". InfoQ. "Fearless concurrency: how Clojure, Rust, Pony, Erlang and Dart let you achieve that. - Renato Athaydes"....
Click to read more »Exploratory programming
Jumat, 2026-01-16 14:08:36constraints of the edit-compile-run-debug cycle. Languages such as APL, Cecil, Clojure, C#, Dylan, Factor, Forth, F#, J, Java, Julia, Lisp, Mathematica, Obliq...
Click to read more »Phonetic algorithm
Jumat, 2025-12-19 13:36:47StringMetric project a Scala library of phonetic algorithms. clj-fuzzy project a Clojure library of phonetic algorithms. SoundexBR library of phonetic algorithm...
Click to read more »RethinkDB
Rabu, 2025-10-29 12:53:43unofficial, community-supported drivers for other languages, including C#, Clojure, Erlang, Go, Haskell, Lua, and PHP. According to the DB-Engines ranking...
Click to read more »Method cascading
Selasa, 2025-11-18 04:03:05= 'Hello world!'; a.done = true; The builtin doto macro can be used in Clojure to call multiple methods on the same object without binding it to a variable...
Click to read more »TeamCity
Jumat, 2026-05-08 18:39:00Comprehensive Language Support: Java and JVM languages (Scala, Groovy, Clojure) .NET Framework and .NET Core (C#, VB.NET, F#) JavaScript and Node.js Python...
Click to read more »GNU Guile
Jumat, 2026-01-16 13:55:28Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »LibGDX
Selasa, 2026-01-06 11:13:16The documentation specifically states the interoperability with Ceylon, Clojure, Kotlin, Jython, JRuby and Scala. Several official and third-party extensions...
Click to read more »Pythagorean addition
Kamis, 2026-03-05 02:53:36used by its interoperable JVM-based languages including Apache Groovy, Clojure, Kotlin, and Scala. Similarly, the version of hypot included with Ruby...
Click to read more »List of databases using MVCC
Senin, 2025-09-22 19:16:07YugabyteDB Zope Object Database JBoss Cache – v 3.0 Ehcache – v 1.6.0-beta4 Clojure – language software transactional memory Apache Jackrabbit Oak Berkeley...
Click to read more »Comparison of continuous integration software
Jumat, 2025-12-19 01:37:59Hosted Proprietary No Maven, Gradle Ruby, Java, Python, Node.js, PHP, Clojure, C/C++, Elixir, Erlang, Go, Rake, command-line Email, Campfire, HipChat...
Click to read more »Mix (build tool)
Jumat, 2025-06-27 19:57:43Mix was created in 2012 by Anthony Grimes, who took inspiration from Clojure's Leiningen. Soon after, Mix was merged into the Elixir programming language...
Click to read more »Overtones (disambiguation)
Selasa, 2021-05-04 08:08:56Overtone (software), an open source audio programming environment based on Clojure and SuperCollider synthesis engine Overtones (album), an album by Just...
Click to read more »Robin Popplestone
Senin, 2026-05-25 03:55:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Apache MXNet
Kamis, 2026-04-16 12:18:54hyperparameters, and perform early stopping. MXNet supports Python, R, Scala, Clojure, Julia, Perl, MATLAB, and JavaScript for front-end development and C++...
Click to read more »List of open-source programming languages
Kamis, 2026-04-23 09:36:57MIT C# MIT, Apache 2.0 Carbon Apache 2.0 Chapel Apache 2.0 CLISP GNU GPL Clojure Eclipse Public License 1.0 CMU Common Lisp Public domain (mostly) Crystal...
Click to read more »Gerald Jay Sussman
Selasa, 2026-05-05 16:52:10StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Steve Russell (computer scientist)
Jumat, 2025-12-05 06:49:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Lambda calculus
Jumat, 2026-05-22 20:12:06abstract machine – A model of computation applicable to lambda calculus Clojure, programming language Curry–Howard isomorphism – The formal correspondence...
Click to read more »Self-hosting (compilers)
Jumat, 2026-01-16 14:15:29BASIC BCPL C C++ (Visual C++, clang, gcc 4.8) C# (Microsoft Roslyn, Mono) ClojureScript CoffeeScript Crystal Curry D Dart Delphi Dylan Eiffel Elixir F# FASM...
Click to read more »Arc (programming language)
Jumat, 2026-04-24 18:42:04Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »CoffeeScript
Selasa, 2026-04-07 06:17:06open-source software portal Haxe Nim (programming language) Amber Smalltalk Clojure Dart (programming language) Kotlin (programming language) LiveScript (programming...
Click to read more »Kawa (Scheme implementation)
Jumat, 2025-02-28 00:56:23Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »JDoodle
Minggu, 2026-03-08 00:36:19Befunge Blockly Brainfuck C# C C++ C++14 C++17 C99 CLISP COBOL Crystal Clojure CoffeeScript D Dart Deno Erlang Elixir Elm Express.js F# Falcon Fantom...
Click to read more »Code as data
Sabtu, 2026-01-10 12:14:58Luke; Sierra, Stuart (2010). "Macros and Metaprogramming". Practical Clojure. pp. 167–178. doi:10.1007/978-1-4302-7230-4_12. ISBN 978-1-4302-7231-1...
Click to read more »List of Regis High School alumni
Selasa, 2026-05-26 10:49:04York Public Library Rich Hickey – creator of the programming language Clojure Robert Hilferty – filmmaker, journalist, and HIV/AIDS activist Steve Hirdt...
Click to read more »Lispkit Lisp
Sabtu, 2024-12-14 16:48:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Monad (functional programming)
Senin, 2026-03-30 13:30:15not in name). Formulations now exist in Scheme, Perl, Python, Racket, Clojure, Scala, F#, and have also been considered for a new ML standard.[citation...
Click to read more »Game Oriented Assembly Lisp
Kamis, 2026-04-02 00:47:07StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Timeline of programming languages
Senin, 2026-05-11 11:26:09Norell Rocq, Epigram, Haskell 2007 QB64 Galleon, QB64Team QBasic 2007 Clojure Rich Hickey Lisp, ML, Haskell, Erlang 2007 LOLCODE Adam Lindsay none (unique...
Click to read more »David P. Reed
Senin, 2026-05-04 20:07:17Archived from the original on October 25, 2005. Retrieved May 2, 2007. refs. Clojure. Retrieved on 2013-09-18. Media related to David P. Reed at Wikimedia Commons...
Click to read more »C Sharp (programming language)
Selasa, 2026-05-19 03:54:26JavaScript, ML, Modula-3, Object Pascal, Visual Basic (VB) Influenced Chapel, Clojure, Crystal, D, J#, Dart, F#, Hack, Java, Kotlin, Nemerle, Oxygene, Rust,...
Click to read more »M-expression
Kamis, 2025-12-11 03:03:14Additional syntax-related include Apple's Dylan (Algol-like tokens) and Clojure's addition of other literal syntaxes. "The implementation of LISP". www-formal...
Click to read more »Prolog
Sabtu, 2026-04-25 20:05:42Dialects ISO Prolog, Edinburgh Prolog Influenced by Planner Influenced CHR, Clojure, Datalog, Erlang, Epilog, KL0, KL1, Logtalk, Mercury, Oz, Strand, Visual...
Click to read more »Parameter (computer programming)
Jumat, 2026-05-29 15:58:17specified using keywords. Some programming languages such as Ada, C++, Clojure,[citation needed] Common Lisp, Fortran 90, Python, Ruby, Tcl, and Windows...
Click to read more »S-expression
Jumat, 2026-05-29 03:31:05StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Symbol (programming)
Jumat, 2025-09-12 21:25:11name(s) example literal(s) ANSI Common Lisp symbol, keyword symbol, :keyword Clojure symbol, keyword symbol, :keyword Dart Symbol #sym Elixir atom, symbol :sym...
Click to read more »Seymour Papert
Senin, 2026-06-01 14:54:14StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »NetLogo
Sabtu, 2026-05-30 07:09:06StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Google Closure Tools
Selasa, 2026-01-06 11:10:44Compiler in their toolchain. For example, the Closure Compiler is used in ClojureScript to optimize the compiled JavaScript. Closure Compiler is built upon...
Click to read more »Rosetta Code
Minggu, 2026-05-31 03:24:05ALGOL 68 ALGOL W APL AWK AutoHotKey BASIC (58 variants) C C# C++ Ceylon Clojure COBOL Common Lisp D Delphi Erlang F# Factor Forth Fortran Elixir Go Apache...
Click to read more »AutoLISP
Kamis, 2026-05-21 16:16:04Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Node.js
Kamis, 2026-06-04 12:19:53allowing Node.js applications to also be written in CoffeeScript, Dart, ClojureScript, and others. Node.js is primarily used to build network programs...
Click to read more »Cloud-computing comparison
Kamis, 2026-04-16 17:36:58Sciences Corporation Engine Yard 2006 Heroku 2008 Ruby, Java, Node.js, Scala, Clojure, Python, PHP, and Go. Oracle Cloud Platform 2014 PythonAnywhere 2012 Python...
Click to read more »Comparison of open-source configuration management software
Sabtu, 2026-05-09 03:02:560.3 PIKT C GPLv2+ Yes Yes No 1998 2007-09-10 1.19.0 Puppet Ruby, C++ & Clojure (server-side also Ruby before 4.0) Apache since 2.7.0, GPL before then...
Click to read more »List of OpenCL applications
Selasa, 2026-05-19 10:01:45Onion hash generator Pyrit, WPA key recovery software ClojureCL: parallel OpenCL 2.0 with Clojure dcompute: native Execution of D Erlang OpenCL binding...
Click to read more »CAR and CDR
Jumat, 2026-04-17 06:09:02type. Exact analogues of car and cdr are thus rare in other languages. Clojure uses first instead of car and next or rest instead of cdr. Logo, on the...
Click to read more »Shriram Krishnamurthi
Minggu, 2026-05-31 11:29:47StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Continuous configuration automation
Minggu, 2026-05-03 06:02:42imperative — Puppet Puppet 2005; 21 years ago (2005) Pull Declarative C++, Clojure since 4.0, Ruby Salt VMware 2011; 15 years ago (2011) Push and Pull Declarative...
Click to read more »Genera (software)
Senin, 2026-05-11 01:51:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »StarLogo
Selasa, 2026-04-14 06:52:01StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Sonic Pi
Minggu, 2025-12-28 17:56:1626 June 2025; 11 months ago (2025-06-26) Written in Ruby, Erlang, Elixir, Clojure, C++, and Qt Operating system Linux, macOS, Windows, Raspberry Pi OS Type...
Click to read more »Immutable object
Jumat, 2026-01-16 13:51:50the case of creating copies, is very efficient.[better source needed] Clojure Erlang F# Haskell Mutator method Prolog Scala Tcl This article contains...
Click to read more »Phil Bagwell
Jumat, 2026-01-23 04:52:15standard part of the runtimes of functional programming languages including Clojure, Scala, and Haskell. His contributions to building the Scala community...
Click to read more »History of software
Selasa, 2026-04-28 03:10:262007 2008 2009 2010 Programming languages Clojure Fantom Fortress LOLCODE Oberon-07 Vala Genie Pure CoffeeScript Go Idris Parasail Chapel RPG Open Access...
Click to read more »Graph database
Rabu, 2026-06-03 06:22:44Java, .NET, JavaScript, Python, Go, Ruby, PHP, R, Erlang/Elixir, C/C++, Clojure, Perl, Haskell Open-source, supports ACID, has high-availability clustering...
Click to read more »Gilad Bracha
Kamis, 2025-08-14 05:51:29Examples of these similar type approaches include Smalltalk, Python 3, Ruby, Clojure, and PHP 5. For most of the languages there is only one implementation...
Click to read more »Brian Harvey (lecturer)
Minggu, 2026-04-12 20:05:59StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »MDL (programming language)
Kamis, 2024-12-26 06:08:30StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »LISP 2
Selasa, 2025-12-23 22:32:05StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Greenspun's tenth rule
Jumat, 2026-04-17 06:15:14StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Abstraction (computer science)
Selasa, 2025-12-09 01:39:49functions). Modern members of the Lisp programming language family such as Clojure, Scheme and Common Lisp support macro systems to allow syntactic abstraction...
Click to read more »Technical standard
Kamis, 2026-04-02 06:55:14StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Random testing
Kamis, 2026-05-28 15:29:19the classes under test and creates JUnit tests from these Simulant - a Clojure tool that runs simulations of various agents (e.g. users with different...
Click to read more »Symbolics
Sabtu, 2026-05-30 08:21:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Vala (programming language)
Selasa, 2026-03-24 08:42:41Technica. Retrieved 13 December 2011. "A look at two new languages: Vala and Clojure". "Vala· GitLab". GNOME. Retrieved 16 March 2021. Jančár, M.; Chodarev...
Click to read more »Star Trek (1971 video game)
Minggu, 2026-01-25 23:01:17audio effects Ports of Super Star Trek in C, JavaScript, Pascal, Seed7, Clojure, and Perl Playable version of the Star Trek 3.5 TRS-80 port A collection...
Click to read more »Rod Burstall
Senin, 2026-02-02 14:08:11StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »MicroWorlds
Jumat, 2025-10-31 06:59:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Zipping (computer science)
Jumat, 2025-08-08 13:24:28it can take an arbitrary number of lists as argument. An example from Clojure: ;; `nums' contains an infinite list of numbers (0 1 2 3 ...) (def nums...
Click to read more »Comparison of programming languages by type system
Kamis, 2026-02-19 23:32:51optional explicit typing dynamic with optional static typing Clean strong ? Clojure strong implicit with optional explicit typing dynamic CLU strong COBOL...
Click to read more »Actor model
Rabu, 2026-05-20 22:38:18Active 2016-07-09 New BSD Python Pulsar Active 2016-02-18 LGPL/Eclipse Clojure Pykka Active 2019-05-07 Apache 2.0 Python Termite Scheme Active? 2009-05-21...
Click to read more »Vexor
Jumat, 2025-08-15 04:50:20start for each new build. The following languages are maintained: Ruby, Clojure, Scala, Python, Node.js, Go, Rust, Haskell. It is possible to use a configuration...
Click to read more »NewLISP
Senin, 2026-06-01 06:51:36Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »MSWLogo
Sabtu, 2026-04-25 07:49:45StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Comparison of text editors
Kamis, 2026-05-07 18:48:24is not captured Evaluates expressions in some dynamic languages such as Clojure, Python and Javascript in realtime mined: Syntax highlighting: HTML/XML...
Click to read more »Portable Standard Lisp
Sabtu, 2024-09-28 14:23:20Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »SARL (programming language)
Rabu, 2025-09-24 13:13:56SARL programming language have been inspired by the languages like Scala, Clojure, and Ruby. The SARL tools have been developed on top of Xtext, that enables...
Click to read more »BBN LISP
Selasa, 2026-02-17 22:12:36Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »McCLIM
Jumat, 2024-05-24 05:48:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »List of performance analysis tools
Selasa, 2025-07-08 12:11:48zLinux .NET, .Net core, Java, PHP, Ruby, Python, Crystal, Scala, Kotlin, Clojure, Haskell, Node.js, Web Browser, Apache, Nginx, Cassandra, Hadoop, MongoDB...
Click to read more »Vert.x
Kamis, 2026-02-26 13:18:32Vert.x exposes its API in Java, JavaScript, Groovy, Ruby, Python, Scala, Clojure and Ceylon. As of version 3.7.0 (2019), Vert.x exposes its API in Java...
Click to read more »List of free and open-source software packages
Kamis, 2026-05-28 08:57:01collaboration ACL2 Agda AssemblyScript Bash Befunge C# Carbon Chapel CLISP Clojure CMU Common Lisp Crystal Curry Cython D Dart Dash Dylan Elixir Elm Embeddable...
Click to read more »Paul Graham (programmer)
Jumat, 2026-04-10 07:40:36StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »William Clinger (computer scientist)
Rabu, 2025-11-12 05:23:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Guy L. Steele Jr.
Minggu, 2026-05-31 12:57:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »List of text editors
Kamis, 2026-05-07 18:48:24inline expression evaluation. Intended mainly for dynamic languages such as Clojure, Python and JavaScript, and for web development. MIT / GPL-3.0-only mcedit...
Click to read more »Mitchel Resnick
Jumat, 2026-05-01 01:08:35StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Common Lisp Interface Manager
Sabtu, 2026-01-24 21:43:02StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Poplog
Sabtu, 2026-02-14 16:49:37StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Outline of the JavaScript programming language
Senin, 2026-05-11 19:54:30programming language AssemblyScript – TypeScript-based programming language ClojureScript – Dialect of the Lisp programming language on the Java platformPages...
Click to read more »Stalin (Scheme implementation)
Selasa, 2025-05-27 16:14:21StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Robert Alan Saunders
Rabu, 2026-05-20 08:55:51StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Choreographic programming
Kamis, 2025-11-27 12:16:06procedures. Klor (website). Library-level choreographic programming in Clojure. Tempo (website). A practical choreographic programming language that compiles...
Click to read more »Comparison of programming languages
Senin, 2026-03-16 04:35:02web Yes Yes Yes No No No Unknown Clean General No No Yes No Yes No No Clojure General No No Yes No No No Concurrent No CLU General Yes Yes No Yes Yes...
Click to read more »Cadence SKILL
Jumat, 2026-05-01 07:11:43StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »LibreLogo
Rabu, 2025-01-08 14:16:25StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Hal Abelson
Rabu, 2026-04-01 03:21:46StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »CLJ
Selasa, 2021-11-30 00:56:242003 The Cambridge Law Journal The Current Law Journal (Malaysia) The Clojure programming language Caleb Landry Jones This disambiguation page lists...
Click to read more »Akvo Foundation
Minggu, 2026-04-26 09:56:48visualisation platform and is Akvo's latest product. It is developed in the Clojure programming language. National Geographic Society reported from World Water...
Click to read more »Software repository
Jumat, 2026-04-10 15:21:13Applications and Libraries Hackage cabal (software) Java, Kotlin, Scala, Groovy, Clojure, etc. Maven Maven, Apache Ivy, Gradle, sbt JavaScript, TypeScript, Node...
Click to read more »Set (abstract data type)
Kamis, 2026-01-29 03:05:06ECMAScript 2015 standard. Erlang's standard library has a sets module. Clojure has literal syntax for hashed sets, and also implements sorted sets. LabVIEW...
Click to read more »SuperCollider
Selasa, 2025-11-25 01:03:41hsc3, based on Haskell, ScalaCollider, based on Scala, Overtone, based on Clojure, and Sonic Pi. These are distinct from the development environments mentioned...
Click to read more »Blosxom
Minggu, 2025-08-10 00:43:50languages, including PyBlosxom (in Python), Blojsom (in Java), Clojsom (in Clojure), Blosxonomy (in Ruby), Blosxom.PHP (in PHP), and Hobix (in Ruby). Blosxom...
Click to read more »Emacs Lisp
Sabtu, 2026-05-16 13:43:07Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Spice Lisp
Sabtu, 2023-04-15 09:03:48StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »MIT/GNU Scheme
Sabtu, 2026-01-17 16:31:56StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »History of the Scheme programming language
Kamis, 2025-12-04 23:29:49Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Scope (computer programming)
Rabu, 2026-06-03 13:44:24some of that issue. Common Lisp adopted lexical scope from Scheme, as did Clojure. ISLISP has lexical scope for ordinary variables. It also has dynamic variables...
Click to read more »POP-2
Sabtu, 2025-07-19 01:24:29StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Wally Feurzeig
Selasa, 2025-12-30 04:28:53StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Transactional memory
Jumat, 2026-05-15 02:06:18STM Monad in the Glasgow Haskell Compiler STMX in Common Lisp Refs in Clojure gcc 4.7+ for C/C++ C++ Transactional Memory Technical Specification (experimental)...
Click to read more »Finger tree
Rabu, 2026-06-03 00:01:58Trees in Java Example of Hinze/Paterson Finger Trees in C# Monoids and Finger Trees in Haskell Finger tree library for Clojure Finger tree in Scalaz...
Click to read more »David Park (computer scientist)
Rabu, 2023-08-23 06:54:25StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »LFE (programming language)
Senin, 2025-12-15 09:57:17Filename extensions .lfe .hrl Website lfe.io Influenced by Erlang, Common Lisp, Maclisp, Scheme, Elixir, Clojure, Hy Influenced Joxa, Concurrent Schemer...
Click to read more »Reification (computer science)
Rabu, 2025-10-08 20:56:37macros, eval). Common representations of code include S-expressions (e.g. Clojure, Lisp), and abstract syntax trees (e.g. Rust). Data reification (stepwise...
Click to read more »Comparison of programming languages (string functions)
Selasa, 2026-04-14 14:02:42Example in Visual Basic "hello" <> "world" ' returns true ;; Example in Clojure (not= "hello" "world") ; ⇒ true # Example in Perl 5 'hello' ne 'world'...
Click to read more »Comparison of application virtualization software
Minggu, 2026-04-05 22:48:59Yes Yes C++, OCaml HotSpot Java, Kotlin, Jython, Groovy, JRuby, C, C++, Clojure, Scala and several others JVM reference implementation by Sun; OpenJDK:...
Click to read more »SIOD
Kamis, 2021-12-09 05:33:19StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Map (higher-order function)
Minggu, 2025-11-16 22:52:22item's value, its index or key, and a reference to the original object. Clojure (map func list) (map func list1 list2) (map func list1 list2 ...) stops...
Click to read more »Chicken (Scheme implementation)
Senin, 2024-12-09 09:17:47StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Scheme 48
Senin, 2025-05-19 19:17:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Le Lisp
Jumat, 2025-06-20 05:31:56Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Hickey (surname)
Minggu, 2025-12-14 23:39:26screenwriter Rich Hickey, American computer programmer, creator of the Clojure programming language Steve Hickey (footballer) (born 1965), Australian...
Click to read more »POP-11
Jumat, 2024-12-13 17:29:02StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Common Lisp Object System
Sabtu, 2026-01-10 05:47:39StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »CommonLoops
Kamis, 2024-08-29 03:09:02StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »List of file formats
Kamis, 2026-06-04 14:42:12C3 module(s) C3L – A C3 library file, zip compressed CLJ – Clojure source CLJS – ClojureScript source CLS – Visual Basic class COB, CBL – COBOL source...
Click to read more »Common Lisp HyperSpec
Jumat, 2024-11-29 20:22:19StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Interlisp
Selasa, 2026-05-19 07:31:00Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Bilal Ghauri
Minggu, 2026-03-01 07:40:08Retrieved 8 February 2026. Clojure for Justice. "Deep Flaws in Pakistan's Cyber Defamation Law Threaten Press Freedom". Clojure for Justice. Retrieved 8...
Click to read more »David Luckham
Sabtu, 2025-07-26 04:08:49StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Common Lisp the Language
Senin, 2026-01-12 02:07:43StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »CodeScene
Rabu, 2026-01-21 10:02:34Ruby, React, ECMAScript, Vue.js, Rational Software Architect Models, Clojure, PowerShell, TCL, Apex, Elixir, Rust and BrightScript. The Software as...
Click to read more »UCBLogo
Selasa, 2026-05-26 13:26:42StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »SPOJ
Jumat, 2026-01-16 14:13:12include: Ada, Assembler, AWK, Bash, Brainfuck, C, C++ and C99 strict, C#, Clojure, Common Lisp, D, Doc(no testing), Erlang, Fortran, F#, Go, Haskell, Icon...
Click to read more »LispWorks
Senin, 2025-12-29 20:48:27StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »EuLisp
Selasa, 2025-09-02 08:58:36Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Exploratory causal analysis
Kamis, 2025-10-09 03:35:56Examples of using the library in MATLAB, GNU Octave, Python, R, Julia and Clojure are provided in the documentation [6]. pcalg is an R package that provides...
Click to read more »Apple Dylan
Jumat, 2023-11-17 11:43:07StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »R. Kent Dybvig
Jumat, 2026-01-30 01:09:54StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Scsh
Minggu, 2025-11-02 21:48:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »NIL (programming language)
Rabu, 2025-10-01 11:16:22Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Franz Lisp
Minggu, 2025-10-05 23:24:52Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Gambit (Scheme implementation)
Selasa, 2025-04-22 19:49:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Comparison of project management software
Jumat, 2026-05-29 18:10:38C++ Severa Yes Unknown Yes Unknown Shortcut Software Yes Yes Proprietary Clojure, JavaScript Smartsheet Yes Unknown Yes Proprietary PHP Spider Project No...
Click to read more »Allegro Common Lisp
Kamis, 2025-07-31 03:58:28StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Assignment (computer science)
Rabu, 2026-06-03 22:35:04programmer. Functional programming languages that use single assignment include Clojure (for data structures, not vars), Erlang (it accepts multiple assignment...
Click to read more »Leiningen
Jumat, 2016-08-05 01:30:11Carl Stephenson Leiningen (software), a build automation tool for the Clojure programming language This disambiguation page lists articles associated...
Click to read more »Texas Instruments Explorer
Sabtu, 2023-09-02 09:22:54StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Richard P. Gabriel
Minggu, 2026-05-24 08:44:33StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Scheme Requests for Implementation
Senin, 2025-09-22 20:44:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Google Kythe
Kamis, 2026-01-01 03:24:51yet (as of February 2015) Written in C++, Go, Java, JavaScript, Shell, Clojure Operating system Debian Type Indexer and cross-referencer License Apache...
Click to read more »Kent Pitman
Rabu, 2025-08-20 09:43:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »NetKernel
Selasa, 2023-04-18 15:04:07April 2013[update], the set of languages supported includes: Java Ruby Scala Clojure JavaScript Python 2 Groovy Beanshell PHP DPML XML related languages such...
Click to read more »ReactiveX
Senin, 2026-04-20 20:35:37June 21, 2011; 14 years ago (2011-06-21) Written in Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others Platform Cross-platform...
Click to read more »History of the Dylan programming language
Jumat, 2024-08-16 17:41:44Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Maclisp
Kamis, 2026-02-26 02:42:16Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Racket features
Rabu, 2025-08-20 16:50:57StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Dylan (programming language)
Rabu, 2026-05-20 23:18:30StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Mocl
Senin, 2021-09-13 14:46:06StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Lisp Machine Lisp
Kamis, 2023-04-06 09:57:15StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »How to Design Programs
Selasa, 2025-07-29 16:50:19StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Harlequin (software company)
Jumat, 2025-10-31 05:04:17StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »T (programming language)
Selasa, 2025-01-28 18:14:40Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Practical Common Lisp
Senin, 2024-12-09 04:56:36StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »*Lisp
Sabtu, 2026-03-07 19:36:53Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Sparrho
Minggu, 2025-06-29 08:33:42Sparrho Created by Vivian Chan, Nilu Satharasinghe URL www.sparrho.com Written in Clojure...
Click to read more »List of functional programming topics
Jumat, 2025-02-21 03:20:49in functional programming Exception handling Garbage collection Clean Clojure Elixir Erlang FP F# Haskell Glasgow Haskell Compiler Gofer Hugs Template...
Click to read more »PicoLisp
Kamis, 2025-12-18 18:26:45Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Knowledge Engineering Environment
Selasa, 2025-12-16 19:47:47StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Scott Fahlman
Selasa, 2026-06-02 17:56:47StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »X3J13
Minggu, 2025-07-27 03:51:07StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »List of programming language researchers
Senin, 2026-03-16 12:47:00Prizes, one for work on transactional memory Rich Hickey, designer of Clojure Tony Hoare, first axiomatic basis for proving programs correct, CSP, the...
Click to read more »MLisp
Jumat, 2025-09-26 02:09:38StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Richard Greenblatt (programmer)
Senin, 2026-04-20 07:37:53StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Louis Hodes
Jumat, 2025-05-23 21:09:49StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »ISLISP
Sabtu, 2025-10-25 08:02:39Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Cynthia Solomon
Minggu, 2026-04-05 06:24:43StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »COWSEL
Rabu, 2026-06-03 15:34:04StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Matthias Felleisen
Selasa, 2026-03-31 02:17:06StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »SLIB
Jumat, 2026-05-22 22:52:54StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »MultiLisp
Senin, 2023-12-04 01:47:28StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Denison Bollay
Kamis, 2024-10-31 10:45:16StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »ProgramByDesign
Jumat, 2026-05-29 11:08:44StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Joel Moses
Sabtu, 2026-01-24 12:02:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Web template system
Senin, 2026-04-27 21:01:06Interpreted Programming Language and Server Mustache ActionScript, C++, Clojure, CoffeeScript, ColdFusion, D, Erlang, Fantom, Go, Java, server-side JavaScript...
Click to read more »Daniel Weinreb
Kamis, 2025-10-23 06:34:18StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Chez Scheme
Sabtu, 2026-04-04 19:34:12StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Ikarus (Scheme implementation)
Minggu, 2026-01-18 01:01:09StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »MicroWorlds JR
Senin, 2024-01-22 09:30:48StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »Flavors (programming language)
Minggu, 2025-05-25 18:17:34StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »OpenLisp
Senin, 2026-06-01 09:51:59Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile Visual LISP Clojure Arc LFE Hy...
Click to read more »Bigloo
Minggu, 2025-09-14 18:56:29StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »SCM (Scheme implementation)
Jumat, 2025-08-08 08:08:48StarLogo UCBLogo POP COWSEL (POP-1) POP-2 POP-11 Arc AutoLISP BBN LISP Clojure Dylan (Apple, history) Emacs Lisp EuLisp Franz Lisp, PC-LISP Hy Interlisp...
Click to read more »