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.
A support library for generative programming.
A small library for managing SQL tables intended to be used alongside Korma, or Drift
Facilities for async programming and communication in Clojure
Clojure library for fetching latest programming book releases.
Tree-based genetic programming with tagging.
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.
ClojureScript functional reactive programming library.
Reads configuration options from file or environment
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
lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)
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
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.
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
Sync a cursor in Om's state into localStorage or sessionStorage