Search for '(genetic or evolutionary) programming'

For details on the search query syntax, see the guide.

Total results: 397, showing 289 - 312

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)

  • Simple Clojure CLI app or tool project template.

  • A logic/relational programming library for Clojure, patched to remove indexed? warning.
  • zeroem/lazy-chans 0.1.0-SNAPSHOT

    turn one or more channels into a lazy-seq

  • Avoid the hassle of restructuring comments into functions. Testify turns selected comments into automatically evaluated scripts, while remaining as comments embedded within the code. Evaluate these comments directly from within a test, or in any other way preferred. Rename the (comment) to (test-comment) and evaluate with (eval-in-ns 'your-namespace). Testify will find the test-comment and evaluate its content for you. The test-comment is an empty macro ignoring its body, just like comment, that Testify recognizes. Testify can easily be told to evaluate content of any other top level form, while test-comment is a default. Testify use levels of isolation. While eval-in-ns evaluates expressions in its namespace, like when evaluating comments manually, its sibling eval-as-use evaluates from within a temporary namespace, preventing pollution. This is more suitable for repeatable tests. Testify reads source code, and keeps track of where it is. Code should be highlighted when a test assertion fails, even though the assertion is in a comment. Testify is not a testing framework, but rather a pun on: to witness, reveal comment, display it in the repl.
  • org.clojars.pyr/pallet 0.8.0-alpha.3.6

    DevOps for the JVM. Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines. Pallet provides cloud provider and operating system independence, and allows for an unprecedented level of customization.

  • Deflate a nested map into one level deep or inflate a one level into a nested map using delimited keys
  • tranchis/core.async 0.3.0-SNAPSHOT

    Facilities for async programming and communication in Clojure

  • A Clojure project for a REST interface to provide song play statistics for an Ampache server (for example, top 10 tracks of the last week or top 100 albums of all time)
  • net.offtopia/embang 1.0.0-SNAPSHOT

    Anglican, a probabilistic programming system

  • Create a tag cloud/Wordle presentation on 2D canvas or HTML.
  • clojure-paypal-ipn 0.0.1-SNAPSHOT

    PayPal IPN handler for Clojure. Use with ring, compojure, or any clojure server env.
  • com.rometools/rome 2.0.0-SNAPSHOT

    All Roads Lead to ROME. ROME is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0), Atom 0.3 and Atom 1.0 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.
    This artifact may shadow a release on Maven Central. You should search there for a canonical release.

  • This package allows a web developer to quickly add Duo's interactive, self-service, two-factor authentication to any web login form - without setting up secondary user accounts, directory synchronization, servers, or hardware.

  • Facilities for async programming and communication in Clojure

  • Compojure is an open source web framework for the [Clojure](http://clojure.org) programming language. It emphasizes a thin I/O layer and a functional approach to web development.

  • Anglican, a probabilistic programming system. A fork from the main repo, from version 0.6.5.
  • kixi/incanter 1.9.1-p0-3bf644a

    Incanter is a Clojure-based, R-like statistical programming and data visualization environment.
  • clj-ucm 1.0.0-SNAPSHOT

    Simple library wrapping around the Oracle RIDC client library fo UCM. This has been developed and tested against UCM 10Gr3 - may work with the new version but haven't tried it yet. The one Oracle library is not available through clojars - or jarvana so it needs to be added to you local maven repository as below: $ mvn install:install-file -Dfile=./ridc/oracle-ridc-client-10g.jar -DgroupId=oracle -DartifactId=ridc -Dversion=10.0 -Dpackaging=jar -DgeneratePom=true The above bit of script requires that the jar is downloaded and placed in the named directories. They can be downloaded from - accept the the license agreement and click on the link to download Content Integration Suite: * http://www.oracle.com/technetwork/middleware/content-management/downloads/index-ucm10g-082682.html

  • N-dimensional array programming API for Clojure

  • A Clojure project for a REST interface to provide song play statistics for an Ampache server (for example, top 10 tracks of the last week or top 100 albums of all time)
  • thinktopic/think.release 0.1.0-2017-05-11-14-13

    Library to perform releases clojure releases on a project or a directory of projects.
  • gsgp 0.1.0-SNAPSHOT

    Geometric Semantic Genetic Programming library
  • clojure-contracts 0.0.1-SNAPSHOT

    Contract programming for Clojure.