Search for '(genetic or evolutionary) programming'
For details on the search query syntax, see the guide.
Total results: 397, showing 169 - 192
Note: artifacts in italics are non-canonical forks. See the wiki for more details.
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.
High level language for graphical and UI programming. No markup.
Reads configuration options from file or environment
Facilities for async programming and communication in Clojure
lightweight literate programming for clojure -- inspired by [docco](http://jashkenas.github.com/docco/)
A declarative programming framework
Some useful clojure snippets found around the Internet or
made by myself that I use quite often
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?
Clojure's implementation of genetic algorithm.
see also https://github.com/Miyoshi-Ryota/genetic-algorithm-clojure
Facilities for async programming and communication in Clojure
JFugue is a Java API for music programming
An interactive programming environment for Max
An small lib to create ActiveVars, or variables that are self-updatable.
Evolutionary art library in Clojure
A tool for programming FPGAs
Sync a cursor in Om's state into localStorage or sessionStorage
Yet another Push-based genetic programming system in Clojure.
Async programming facilities
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.
Reactive programming in Clojure
Clojure library to facilitate CSP concurrent programming based on Go concurrency constructs
A kind of `def` that slurps cached values from file