Search for '(genetic or evolutionary) programming'

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

Total results: 398, showing 169 - 192

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

  • answer-factory 0.0.5-SNAPSHOT

    A support library for generative programming.
  • paneer 0.1.3

    A small library for managing SQL tables intended to be used alongside Korma, or Drift
  • precursor/core.async 0.1.361.0-d8047c-alpha

    Facilities for async programming and communication in Clojure

  • Clojure library for fetching latest programming book releases.
  • taggp 0.0.6

    Tree-based genetic programming with tagging.
  • marad/rail 0.1.3-SNAPSHOT

    Railway Oriented Programming in Clojure

  • A declarative programming framework

  • A Promise library for ClojureScript, or a poor man's core.async

  • High level language for graphical and UI programming. No markup.
  • invaliduser/shafty 0.0.2-experimental

    ClojureScript functional reactive programming library.

  • Reads configuration options from file or environment
  • org.dunaj/core.async 0.1.0-lite_pre5

    Facilities for async programming and communication in Clojure

  • Some useful clojure snippets found around the Internet or made by myself that I use quite often
  • thieman/marginalia 0.8.0-SNAPSHOT

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

    Tracing evaluation order. It logs entering and leaving functions or macros/special forms. It indents them, along with any inner output - simple and pretty. You prefix function calls with `dbgf` or macros/special forms with `dbg`. It works without any extra parens (). Hence diffs are shorter, easier to read. Isn't that practical?

  • JFugue is a Java API for music programming
  • wavejumper/jax 1.0.0-alpha3

    An interactive programming environment for Max

  • Clojure's implementation of genetic algorithm. see also https://github.com/Miyoshi-Ryota/genetic-algorithm-clojure

  • Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.
  • piplin 0.1.1

    A tool for programming FPGAs

  • An small lib to create ActiveVars, or variables that are self-updatable.

  • Evolutionary art library in Clojure

  • A Clojure Hiccup Coat of Arms for thine Website, or
  • om-local 0.1.2-SNAPSHOT

    Sync a cursor in Om's state into localStorage or sessionStorage